i have a problem with my level system.
for example i'am in level 99 and my friend kill me.
and then i'am in level 9.
WHY?
pls help
sorry for my english
i have a problem with my level system.
for example i'am in level 99 and my friend kill me.
and then i'am in level 9.
WHY?
pls help
sorry for my english
You didn't edit the xp correctly.
Why? low rate are boring. the most players playing on high rate server.
hmmm.......
sorry for my english
Whats the exp for lvl 99 then? And yes, i did search and i couldn't find my answer.
Try the maximum value.
2147483647
You need to modify the Experience correctly.
and how do we do that [i got same error]
u edit the lvl but u need to edit the exp
set ur EXP and bounty correctly
all of you are saying edit the exp and bounty corretly.. HOW THE HELL DO I DO IT "Correctly" -.-'
write more people...
go into your database, open up dbo.character. go under the xp column go down to you character. change your exp to a reallyreally high number press enter then hit execute. tada
moron they are writing it correctly! and theres been a thread 1 thread down about this!
you edited your level to 99 and you didn't change the characters exp
So many same threads..
If you change your level to for example 99, you will need to change the EXP of that char to the EXP that a normal Level 99 Should have aswell.
Lol you're not editing the formula.xml correctly
Don't touch the
<FORMULA_TABLE id="NeedExpLM">
Only edit this
Only change that in the formula.xml.Code:<FORMULA_TABLE id="GettingExpLM"> <LM lower="1" upper="20">1</LM> <LM lower="21" upper="30">1</LM> <LM lower="31" upper="40">1</LM> <LM lower="41" upper="45">1.1</LM> <LM lower="46" upper="50">1.1</LM> <LM lower="51" upper="55">1.1</LM> <LM lower="56" upper="60">1.1</LM> <LM lower="61" upper="65">1.1</LM> <LM lower="66" upper="70">1.1</LM> <LM lower="71" upper="75">1.1</LM> <LM lower="76" upper="80">1.1</LM> <LM lower="81" upper="85">1.2</LM> <LM lower="86" upper="90">1.2</LM> <LM lower="91" upper="95">1.2</LM> <LM lower="96" upper="99">1.2</LM> </FORMULA_TABLE>