luigilc
Lua Learner
Where in the sources I edit the max mag lvl? it is set to 156 and I wanna change it
It is not just a matter of editing the client, you need to understand what type of data types are being used to calculate these values which are displayed within the window.
I would imagine the reasoning behind these limits are due to the formulas used, because there is no range cap data type of 156 nor is there one for 717121, a possibly solution is to reformulate these calculations with lower values which would allow you to produce higher numbers.
If this sounds confusing.. just wait until you get to the coding part![]()