Danny620 Posted November 9, 2009 Share Posted November 9, 2009 Its more of a maths quest than anything but i have to values ok exp what they have and rexp what they need to get to to level up e.g exp = 100 rexp = 200 so to level up they need 100 more exp thing is i want to show it to them as a % but i dont know how for e.g if they have 50 exp and need 50 more rexp to level then this would show as 50% complete how do i do this. Link to comment https://forums.phpfreaks.com/topic/180862-solved-help-with-exp-bar/ Share on other sites More sharing options...
KevinM1 Posted November 9, 2009 Share Posted November 9, 2009 Its more of a maths quest than anything but i have to values ok exp what they have and rexp what they need to get to to level up e.g exp = 100 rexp = 200 so to level up they need 100 more exp thing is i want to show it to them as a % but i dont know how for e.g if they have 50 exp and need 50 more rexp to level then this would show as 50% complete how do i do this. $percentage = ($exp / $rexp) * 100; Link to comment https://forums.phpfreaks.com/topic/180862-solved-help-with-exp-bar/#findComment-954143 Share on other sites More sharing options...
Danny620 Posted November 9, 2009 Author Share Posted November 9, 2009 nice one thanks alot Link to comment https://forums.phpfreaks.com/topic/180862-solved-help-with-exp-bar/#findComment-954145 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.