View Single Post
  #9  
Old 03-24-2021, 12:53 PM
Toxigen Toxigen is offline
Banned


Join Date: Jan 2021
Posts: 4,776
Default

Quote:
Originally Posted by 7thGate [You must be logged in to view images. Log in or Register.]
Unless Rogean spent time patching this, weird stuff of some description is going to start happening if you put more than 4,294,967,295 coins of a type on a character. They're stored as 32 bit unsigned integers in eqemu and I don't actually see any bounds checking, though I admittedly didn't look that hard. The most likely thing is that you would wrap around and suddenly have 0, but the amount of cash is used in various contexts and copied between different data types in parts of the system that I wouldn't rule out the possibility of an exploit somewhere without a ton more code analysis than I feel like doing.
Thats exactly why the "maximum" level in Asheron's Call at release was 126. That very same number was the precise amount of total XP acquired when you "dinged" 126.