-
Member
how i can get the offsets for that python autoflask program works? if i use it when gamepad, it throw a error 299
-
Member
Originally Posted by
kidle
how i can get the offsets for that python autoflask program works? if i use it when gamepad, it throw a error 299
self.pointer = 0x03DBB808
self.offsets_CurHP = [0x70, 0x0, 0x80, 0x2B0, 0x1E0]
self.offsets_MaxHP = [0x38, 0x0, 0x80, 0x2B0, 0x1DC]
self.offsets_CurMP = [0x38, 0x0, 0x80, 0x2B0, 0x230]
self.offsets_MaxMP = [0x38, 0x0, 0x80, 0x2B0, 0x22C]
Universal offsets. Just use cheat engine for finding others
-
Post Thanks / Like - 1 Thanks
kidle (1 members gave Thanks to PanCrucian for this useful post)
-
Member
i found a few others for my personal use:
#self.pointer = 0x03DBB808
#self.offsets_CurHP = [0x70, 0x0, 0x80, 0x2B0, 0x1E0]
#self.offsets_MaxHP = [0x38, 0x0, 0x80, 0x2B0, 0x1DC]
#self.offsets_CurMP = [0x38, 0x0, 0x80, 0x2B0, 0x230]
#self.offsets_MaxMP = [0x38, 0x0, 0x80, 0x2B0, 0x22C]
#self.offsets_CurES = [0x38, 0x0, 0x80, 0x2b0, 0x268]
#self.offsets_MaxES = [0x38, 0x0, 0x48, 0x2e8, 0x264]
#hp.pointer = 0x03AB8478
#self.offsets_HPflask = [0xc8, 0x8, 0x8, 0x30, 0x358]
#MP.pointer = 0x03EE2AA8
#self.offsets_MPflask = [0x78, 0x28, 0x50, 0x30, 0x358]
-
Post Thanks / Like - 1 Thanks
PanCrucian (1 members gave Thanks to kidle for this useful post)
-
Member
How are you finding the pointers/addresses for flask charges? With HP/MP you could just search for the values, but doesn't seem to work for flask charges.
Last edited by SellingPlatinum; 05-13-2025 at 07:52 AM.
-
Member
self.pointer = 0x03E0CB58
self.offsets_CurHP = [0x70, 0x0, 0x80, 0x2B0, 0x1E0]
self.offsets_MaxHP = [0x38, 0x0, 0x80, 0x2B0, 0x1DC]
self.offsets_CurES = [0x38, 0x0, 0x80, 0x2b0, 0x268]
self.offsets_MaxES = [0x38, 0x0, 0x48, 0x2e8, 0x264]
self.offsets_CurMP = [0x38, 0x0, 0x80, 0x2B0, 0x230]
self.offsets_MaxMP = [0x38, 0x0, 0x80, 0x2B0, 0x22C]
-
Post Thanks / Like - 1 Thanks
kjd (1 members gave Thanks to PanCrucian for this useful post)
-
Member
Originally Posted by
PanCrucian
self.pointer = 0x03E0CB58
self.offsets_CurHP = [0x70, 0x0, 0x80, 0x2B0, 0x1E0]
self.offsets_MaxHP = [0x38, 0x0, 0x80, 0x2B0, 0x1DC]
self.offsets_CurES = [0x38, 0x0, 0x80, 0x2b0, 0x268]
self.offsets_MaxES = [0x38, 0x0, 0x48, 0x2e8, 0x264]
self.offsets_CurMP = [0x38, 0x0, 0x80, 0x2B0, 0x230]
self.offsets_MaxMP = [0x38, 0x0, 0x80, 0x2B0, 0x22C]
Thanks man. By the way, do u know any good tutorial to find this values?
-
Member
Originally Posted by
kjd
Thanks man. By the way, do u know any good tutorial to find this values?
So its default pointer map scanner situation. Default cheat engine tutorials good enough to achieve what u want. For example u search for any 4 bytes value (mana) then when u found value generate pointer map on it via cheat engine. Then reboot the game client and do the same for mana and make precision on previos pointer map results with new founded mana address - save new map, and again reboot -> scan -> precision on prev map and again and again... and at the end u found the original pointer with offsets
-
Member
Im getting an error when trying to read the ES pointers, maybe this ones are for non steam version?
EDIT: was an error on visual studio code.
Offsets work great.
Last edited by kjd; 05-23-2025 at 02:09 PM.
-
Member
Anyone have link to gamehelper opensourse how to find offset in this game?