Search found 2 matches
- Sun Feb 20, 2005 3:46 pm
- Forum: Helbreath Server Setup / Configuration / Help
- Topic: TUTORIAL: Change Max Stat V3.51
- Replies: 33
- Views: 10451
- Sun Feb 20, 2005 12:42 am
- Forum: Helbreath Server Source
- Topic: Exp in INT? too small...
- Replies: 5
- Views: 1361
>.>
its because most things can only count up to 7FFFFFFF in hex, or apx. 1.8 billion... after that, it will either go into denial, and say NaN, or it will go negative... here it goes negative... simple solution: cut all exp needed down by a digit or 2, and it should work (you will prolly have to ...
its because most things can only count up to 7FFFFFFF in hex, or apx. 1.8 billion... after that, it will either go into denial, and say NaN, or it will go negative... here it goes negative... simple solution: cut all exp needed down by a digit or 2, and it should work (you will prolly have to ...