[HELP] Expballs

11/29/2008 09:14 hepan#1
Hi, i'm running my own private server and i have problems with expballs,
expballs give too high exp when you use it. I already tried to do it with ExpBallRate in the config and then also in the source but the exp it gives is still to high.


If anyone know how to fix this pls help.
Thx!
11/29/2008 09:48 Incariuz#2
goto

Code:
else if (ItemParts[0] == "723700")
change blue sections to lower rates to lower how much exp is gained.

Code:
                    if (Level < 100)
                        AddExp((ulong)([COLOR="Blue"]1295000[/COLOR] + Level * [COLOR="Blue"]100000[/COLOR]), false);
                    else if (Level < 110)
                        AddExp((ulong)([COLOR="Blue"]1395000[/COLOR] + Level * [COLOR="Blue"]160000[/COLOR]), false);
If that doesn't make sense, nothing will.
11/29/2008 10:58 ~jochemke~#3
yea its simple like he said