Recifense wrote: ↑Wed May 13, 2020 11:06 pm
Hi guys,
A table was added for version 2.7.1 at the first post.
It can also be found at CE SHARE
Cheers and stay safe!
Greetings!
Over the past few iterations of the main table, I noticed that the accelerated leveling of characters is frozen at level 5.
Perhaps there is a reason for this, but I did not find it in previous posts, so I changed the line
"_MonCharXP:
cmp dword ptr [rdi+000000b8],5"
to
"_MonCharXP:
cmp dword ptr [rdi+000000b8],10"
in the part "iEnableMCX"
for myself to put level cup 10 (the restriction of level 8 at the beginning of the game is not violated, the level stands at 8 until pumping is open).
I apologize for my clumsy English.