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. Quote 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; Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.