Page 6 of 6

Re: Sailing Era

Posted: Sat Oct 28, 2023 9:50 am
by buptzzy
@Cyber, hello, I just started learning cheat engine. Thanks for your script, but I am very curious about how to implement Press Num 0 to execute command in debug script. Is it judged by the folloing code ? But why it works? what should I do if i wanna change the hot key?
```
mov rsi,rcx
mov [rsp+00000108],rcx
mov ecx,00000100
call getKeyDownMethod
test al,al
```

Re: Sailing Era

Posted: Sat Oct 28, 2023 2:58 pm
by Cyber
buptzzy wrote:
Sat Oct 28, 2023 9:50 am
```
0x100 is the key code for Num 0 in unity games.

Re: Sailing Era

Posted: Wed Dec 06, 2023 3:12 pm
by buptzzy
thanks a lot for ur help, sry reply too late

Re: Sailing Era

Posted: Mon Dec 25, 2023 11:29 pm
by Lord Blade
So... I'm trying to use the table to edit character stats.
PER, KNWL and Charm are fine. I can edit them no problem.
ATK on the table is actually HP.
Current HP is actually Body.

Is there a reason the stats aren't matching up as they should?

Re: Sailing Era

Posted: Mon Jan 08, 2024 3:01 am
by fecdan
thanks a lot for the amazing table

Re: Sailing Era

Posted: Thu Jan 11, 2024 1:38 am
by Darkedone02
Lord Blade wrote:
Mon Dec 25, 2023 11:29 pm
So... I'm trying to use the table to edit character stats.
PER, KNWL and Charm are fine. I can edit them no problem.
ATK on the table is actually HP.
Current HP is actually Body.

Is there a reason the stats aren't matching up as they should?
might be an offset.