Hi, sorry for bumping old topic.
So I’ve been doing some research on this and ptough.ini, and found some things:
[olist]
As adoxa said, [c]ptough.ini[/c] is restricted to level 40, providing the format [c]ptough_graph_pt = <worth>,<level>[/c].</level></worth>
This limit is hardcoded at [c]content.dll A9D8E[/c] as a byte, only allowing 127 as maximum.
adoxa wrote:
@Sethernis: I believe so. Here’s one that ignores the test altogether, theoretically allowing any number of levels: 0A9D93, 7F->EB.
Adoxa is right about that the test can be ignored, but provides the wrong patch; this is the correct one:
content.dll A9D93 7F 0F -> 90 90 = ignore rank level limit test, theoretically allowing any number of levels ~adoxa, Gold_Sear
There’s theoretically no limitations about what you can enter for <worth>and <level>, levels need not be consecutive and neither do worths. Worth noting is that when leveling up, the reached level is shown correctly in the rep screen up to 1410065408, but in the announcement at top center of screen, only the last two bytes are shown, e.g 50000 and 65535 are shown correctly, but 100000 will become 34464.</level></worth>
[/olist]
Hope this clears things up a bit.