TheBigChief Posted March 12, 2009 Posted March 12, 2009 I know that comiting crimes makes the Exp go up dependant on the value of money taken from that crime however I have it set so that no money is given but a random array car is given which means that the exp won't climb. Is this something anyone could fix for me? Quote
TMan Posted March 12, 2009 Posted March 12, 2009 Re: [v2] Commiting Crimes (Exp Help) I thought crime Exp gain was set in the staff panel? docrime.php UPDATE users SET money={$ir['money']}, crystals={$ir['crystals']}, cexp={$ir['cexp']},crimexp=crimexp+{$r['crimeXP']} WHERE userid=$userid",$c) I believe this says exp is updated to the crime EXP you set in the staff panel. Quote
EineyEntertainment Posted March 13, 2009 Posted March 13, 2009 Re: [v2] Commiting Crimes (Exp Help) Set it up via staff panel. I have some crimes that pay out items and no cash what so ever...but still pay out great exp. The reason why your probably not noticing the exp change is because of the level the player is. If your giving a random item...then you might not be able to set up a specific exp for the crime Quote
TheBigChief Posted March 13, 2009 Author Posted March 13, 2009 Re: [v2] Commiting Crimes (Exp Help) CrimeXP aint the same Exp though or do i have that wrong? It seems that the the only thing that you can set up on Staff Panel is the CrimeXP which does not make the EXP bar climb. Quote
Dazza Posted March 13, 2009 Posted March 13, 2009 Re: [v2] Commiting Crimes (Exp Help) I might be wrong here but, Crime EXP is what you get from succeeding with a crime EXP is the TOTAL amount that you have Quote
TMan Posted March 13, 2009 Posted March 13, 2009 Re: [v2] Commiting Crimes (Exp Help) open you phpmyadmin. find you accounts name. find on the users table where it says EXP. do a crime or 2. Check your stats on the users table. Did the exp go up at all? if it only goes up a tiny amount it may be because you have a high level. Or you have set the CrimeXP too low.(low XP crimes for Low levels, so higher levels have to either do alot more crimes or ones worth more XP Quote
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.