so far i noticed the bow skill chain stream is wrong its the +24 address not the +30
and the whip skill pointer i guess which you made at 5F8D214 is 5F8C214
havent checked the boomerang ones but so far everything else is ok
Indeed the Chain Stream was wrong. I don't know if it changed from the demo or I put the name on the wrong line by mistake.
The typo putting the adress on Spears is a fatal one though... Fixed. I will check eveything else just in case.
Thank you for reporting.
Edit. Everything else was indeed fine.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by a_busy_man on Fri Oct 06, 2023 7:06 pm, edited 1 time in total.
and i think i found the buff duration time when eating food iguess its there "sao_lr-Win64-Shipping.exe"+5F9CB70
Thank you for the info.
To be more precise, that is EXP+10, and each character should have their own value. I believe there are lots of other things between EXP and EXP+164 which is where the next character starts.
i checked it with the honeyapplepie which has exp 15 and def -3 its the same timer that is used for kirito so far
Yes, each character has its own and it is always EXP+10. I have already added the fields for all characters. It would be great to also find a field with the food effects so we can customize what it affecitng the character and not oly the time, I bet it should be close in offset.
ok i noticed the exp + 10 till +18 is the whole buff stuff
with time 10 ~14 and 16 and 18 are the skillid which is used
So, the time is 4 byte and the same for the Skill ID? I thought all the fields there are 2 Byte. No food has a time that goes outside the 2byte threshold I think. The Skill Id maybe, but I am not certain.
_________________________________________________________
Created a script for inifite food time, affects all chacracters.
Edit: Furhter analysis of Food buff offsets. +14 and +16 remain the same even with a different buff, but the values are 0 there without a buff. On other hand +18 changes depending on the buff, so it seems that +18 is the effect.
Last edited by a_busy_man on Fri Oct 06, 2023 7:57 pm, edited 1 time in total.
ok i noticed the exp + 10 till +18 is the whole buff stuff
with time 10 ~14 and 16 and 18 are the skillid which is used
So, the time is 4 byte and the same for the Skill ID? I thought all the fields there are 2 Byte. No food has a time that goes outside the 2byte threshold I think. The Skill Id maybe, but I am not certain.
_________________________________________________________
Created a script for inifite food time, affects all chacracters.
yes i cheked it after putting a value in the +12 part my timer skyrocket to a 5 digits and my mistake while writing that was 10 12 is the time 14 16 are the seconds i guess and 18 is the id
yes i cheked it after putting a value in the +12 part my timer skyrocket to a 5 digits and my mistake while writing that was 10 12 is the time 14 16 are the seconds i guess and 18 is the id
Mostly what I put on my edit while you wrote regarding the effect ID. 4 bytes from +10 are the time, but that is already in seconds, so the 14 16 should be something else.
could be somekind of a counter so that the timevalue goes down
I made a script that prevents the time to go down and the function in charge of diminsihing the time only affected the +10
Edit: Editing +18 doesn't do anything, the old buff remains active. When changing buffs ingame the value updates properly, but changing it is useless.
+14 and +16 just move randomnly, so I think those are to be ignored.
Edit: This message was originally duplicated from the previous, left only with the new part.
The values are in the same order as in the item list, so I have a dropdown for all the food buffs without issues. The problem is that is served as info only right now since editing it is useless. Spoiler
0:None
34600:Mountain-Style Kebab
34601:Flatland-Style Kebab
34602:Soulus' Grace Soup
34603:Blazing Pasta
34604:Honey Apple Pie
34605:Herb-Crusted Grilled Beast
34606:Shredded Landfish Salad
34607:Darkness Bread
34608:Punch-Squeezed Juice
34609:Jerky Sandwich
34610:Cheesy Chicken Tenders
34611:Baked Red Sand Potato
34612:Magewort and Beast Pie
34613:Toad Jerky
34614:Red Potato
34615:Mushroomy Cream Stew
34616:Herb Bread
34617:Simmered Black Fish
34618:Cheesy Rye Bread
34619:Dark Seafood Hot Pot
34620:Well-Spiced Skewers
34621:Well-Spiced Grilled Fish
34622:Spiced Meat & Veg Stew
34623:Spicy Stew
34624:Spiced Stew
34625:Ashcrab Lava Pot
34626:Fried Opatato Breadz
34627:Writhing Creamwich
34628:Meaty Medrant Stew
34629:Jacktea
34620:Pseudo-Toxic Stew
Last edited by a_busy_man on Fri Oct 06, 2023 8:37 pm, edited 1 time in total.