iseeyou94056 Posted February 22, 2008 Posted February 22, 2008 what do i edit to change the exp in attacking s it is very little you get when you win Quote
John1 Posted February 22, 2008 Posted February 22, 2008 Re: simple stupid question it depends on the lvl of the person u are attacking Quote
Ishy Posted February 22, 2008 Posted February 22, 2008 Re: simple stupid question In which way? Percentage or amount? Quote
iseeyou94056 Posted February 23, 2008 Author Posted February 23, 2008 Re: simple stupid question well really i just dont want t to give much something that will slow leveling alot Quote
Godhand Posted February 23, 2008 Posted February 23, 2008 Re: simple stupid question guess and check your formula this will give you a general location where to look. $qe=$r['level']*$r['level']*$r['level']; $expgain=rand($qe/2,$qe); $expperc=(float) ($expgain/$ir['exp_needed']*somenumber); Quote
Ishy Posted February 23, 2008 Posted February 23, 2008 Re: simple stupid question Or... You can just add in percentage like I said here is an example: Replace your old query with this and you will get 60% of your EXP needed. $expgain=$ir['exp_needed']/100*60; $db->query("UPDATE users SET exp=exp+{$expgain} WHERE userid=$userid"); Quote
iseeyou94056 Posted February 23, 2008 Author Posted February 23, 2008 Re: simple stupid question thanks Toxication and Godhand Quote
Godhand Posted February 23, 2008 Posted February 23, 2008 Re: simple stupid question No problem since I know that you've created some decent mods. :wink:. I was just giving you location so you could get it to where you wanted. Quote
iseeyou94056 Posted February 23, 2008 Author Posted February 23, 2008 Re: simple stupid question No problem since I know that you've created some decent mods. :wink:. I was just giving you location so you could get it to where you wanted. thanks for the comment on my mods also Quote
Ishy Posted February 23, 2008 Posted February 23, 2008 Re: simple stupid question No problem :-) Enjoy 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.