7thGate |
03-24-2021 12:44 PM |
Quote:
Originally Posted by demokatt
(Post 3277951)
What is the most pp anyone has ever had on one character I wonder.. is there any limit how much money u can hold?
|
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.
Noone is getting 4 billion platinum without the kind of multi person concerted effort that is probably never happening, but this is actually a warning for some people: if you have a 4.3 million+ plat bank, either as a guild bank or as an active EC trader, do not convert this to copper unless you feel like risking all your money to test how well eqemu/Rogean did their overflow error handling.
|