Shaiya- Memory Error?
Posted: Tue Oct 28, 2008 1:36 am
I've tried a few different lua scripts for Shaiya, and so far none of them have worked for me.
This is what I get after I open Shaiya w/no GG, open MM and a lua file, then switch back to Shaiya and hit insert. It looks similar to this for all the scripts I try.


I get the feeling I'm supposed to modify something here(?), but I don't know what exactly I'd change or what I'd change it to.
Any help is greatly appreciated @@;
This is what I get after I open Shaiya w/no GG, open MM and a lua file, then switch back to Shaiya and hit insert. It looks similar to this for all the scripts I try.


I get the feeling I'm supposed to modify something here(?), but I don't know what exactly I'd change or what I'd change it to.
Code: Select all
------------------------------------------------
-- Memory addresses
------------------------------------------------
playerptr_addr = 0x007835B4;
HP_offset = 296;
MaxHP_offset = 300;
MP_offset = 304;
MaxMP_offset = 308;
SP_offset = 312;
MaxSP_offset = 316;
targetid_addr = 0x0062FAD4; -- short, 65535 if none selected
-- REMOVED -- targettype_addr = 0x00619B1F; -- byte, 0 = player/NPC, 7 = monster
sitcheck_addr = 0x00643648; -- byte, 0 = standing, 7 = sitting