I have noticed this, and havent been able to figure out a fix for it..
the new AA stuff is kinda lethal encounter's domain right now... nobody else understands it yet.
anyways... this is mainly a note to lethal if he reads this...
one problem I noticed was that the large integers that are spoken about above are not being read from the DB correctly. the numbers are like 4 billion (close to 32 bit value -1), but when they get read into the client, they are read in as 2 billion.. missing the high bit set... one cause of this is the use of atoi()... but I converted this stuff over to use strtoul(), and it still did it, so im not really sure what the problem is right now... anyways, its something to look at, as I know its a problem right now.
*moved to bugs forum so LE will see it *
|