eRepublik Advanced All the ideas and discussions
49 votes Vote

Show the health point left on the sidebar.

Show the health left on the sidebar, down the current health.

Azaret, 17.05.2011, 23:05
Idea status: completed

Comments

Selyne, 22.06.2011, 10:41
left to recover?
MrYayo, 24.09.2011, 18:29
Initialize the health:

var zGyv = parseInt($(".tooltip_health_limit").text());
$("#health_back_progress").after('/ ' + zGyv + '')

Then each time call:

function improveHealthRemaining() {
var zGyv = parseInt($(".tooltip_health_limit").text());
$("#health_remaining").text('/ ' + zGyv);
}
MrYayo, 24.09.2011, 18:30
I used & #47; not a slash also :P

Leave a comment