999 is only enough for a unit to become level 8.
I tried to modify the table to make min exp 9999, with no result.
This is what I did:
change the line at _MonPU02
from
mov eax,00393939
to
mov eax,39393939
I guess those lines above it is comparing if current unit exp < 999? But I can't understand how it works or how to modify it.
Can you make the update or enlighten me how to do it?
999 is only enough for a unit to become level 8.
I tried to modify the table to make min exp 9999, with no result.
This is what I did:
change the line at _MonPU02
from
mov eax,00393939
to
mov eax,39393939
I guess those lines above it is comparing if current unit exp < 999? But I can't understand how it works or how to modify it.
Can you make the update or enlighten me how to do it?