
need some help
omg i readed wrong normally people ask for changing stats, but you just asked the simplest question of them all..
Changing max lvl is easy i bet theres is a: Max-lvl = 180
Somwhere ion your source if you use newb sources whit out MsQL..
If not you have to do something else, and one last thign Your posting in the wrong section, go to this section:
<a href='index.php?showtopic=3215' target='_blank'>index.php?showtopic=3215</a>
Here you find changing max stats.
And in the same section it is about configuration questions about the sources.
Ask the question there, and before You start a new topic that's about the same theme as this, ask a Moderator to delete the old one to avoid multiple topics.
God Luck
Changing max lvl is easy i bet theres is a: Max-lvl = 180
Somwhere ion your source if you use newb sources whit out MsQL..
If not you have to do something else, and one last thign Your posting in the wrong section, go to this section:
<a href='index.php?showtopic=3215' target='_blank'>index.php?showtopic=3215</a>
Here you find changing max stats.
And in the same section it is about configuration questions about the sources.
Ask the question there, and before You start a new topic that's about the same theme as this, ask a Moderator to delete the old one to avoid multiple topics.
God Luck
Knowledge is brain food, I am hungry.. Feed me!
your looking at an exp problem
what you need to do it change the exp to 64 bit integers are Many various points around the code.
and the decode/encode character data files
change as needed. your having issues with the limitations in the upper 32 bits and its max carrying capacity
what you need to do it change the exp to 64 bit integers are Many various points around the code.
and the decode/encode character data files
Code: Select all
__int64 iExp;
wsprintf(char *string, "Exp(%I64i)",iExp);
-><-