The last table is v8.1, don't use v7.3haztarocks wrote: ↑Tue Oct 01, 2024 7:41 pmPrestige option from 7.3 doesn't work anymore, can't even select the option to tick it. Also what double value do we change to the value given in "To next prestige" for the character actually? there are two functions with ?
thfgh3:
dq (double)2
or
fghe73:
dq (double)600000
?
Try to use method "Fix prestige XP and easy lvl up" in table post
btw:
Code: Select all
thfgh3:
dq (double)2
fghe73:
dq (double)600000
newmem_ryutyu4698:
cmp rax,[thfgh3]
jle code999
cmp rax,[fghe73]
jae code999
mov rax,(double)5000 <------ this
mov [r12+08],rax
jmp return_ryutyu4698