Jiraiya Posted December 17, 2008 Share Posted December 17, 2008 im trying to create a leveling script thats based on a "skill" variable. i have it set up to display a players "current skill/max skill" the maxskill variable is supposed to be the skill needed for the player to leve up Link to comment https://forums.phpfreaks.com/topic/137294-leveling-script-help-please/ Share on other sites More sharing options...
premiso Posted December 17, 2008 Share Posted December 17, 2008 What exactly do you want here? Do you have some code? I am confused, you are not asking a question you are simply stating a statement. Link to comment https://forums.phpfreaks.com/topic/137294-leveling-script-help-please/#findComment-717334 Share on other sites More sharing options...
ratcateme Posted December 17, 2008 Share Posted December 17, 2008 can you please expalin more from that i get if($current_skill >= $max_skill){ //level up } Scott. Link to comment https://forums.phpfreaks.com/topic/137294-leveling-script-help-please/#findComment-717336 Share on other sites More sharing options...
Jiraiya Posted December 17, 2008 Author Share Posted December 17, 2008 im sorry. my question is how would i start this script? here is what i want my leveling script to do. Skill/maxskill skill=players current skill maxskill=skill needed to level up. i want level one is 1000/2000 so a player will need to gain 1000 skill so that his skill is equal to the maxskill variable 2000/2000 then a level up link should be shown. when i player does level up i need to add 1 to the players current level and then to double the maxskill so that when a player reaches level two a players max skill goes from 2000 to 4000 i want the max skill to keep doubling every time a player levels up if someone could help me get started that would be great thanks Link to comment https://forums.phpfreaks.com/topic/137294-leveling-script-help-please/#findComment-717351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.