it does work but its an older version... 3.27 i think it is but not sure.
address.lua loke like
Code: Select all
addresses = {
camPtr_offset = 0x46C,
camXUVec_offset = 0x128,
camX_offset = 0x104,
camYUVec_offset = 0x12C,
camY_offset = 0x108,
camZUVec_offset = 0x130,
camZ_offset = 0x10C,
castbar_offset = 0x25C,
charAlive_offset = 0x224,
charBattle_offset = 0x732,
charPtrMounted_offset = 0x7C,
charPtr_offset = 0x598,
macro1_offset = 0x118,
macro2_offset = 0x620,
mousePtr_offset = 0x744,
pawnAttackable_offset = 0x384,
pawnClass1_offset = 0x2FC,
pawnClass2_offset = 0x304,
pawnDirXUVec_offset = 0x34,
pawnDirYUVec_offset = 0x3C,
pawnHP_offset = 0x2C8,
pawnHarvesting_offset = 0x160,
pawnId_offset = 0x14,
pawnLevel2_offset = 0x308,
pawnLevel_offset = 0x300,
pawnMP2_offset = 0x2DC,
pawnMP_offset = 0x2D4,
pawnMaxHP_offset = 0x2D0,
pawnMaxMP2_offset = 0x2E0,
pawnMaxMP_offset = 0x2D8,
pawnMount_offset = 0xC4,
pawnName_offset = 0x290,
pawnPetPtr_offset = 0x280,
pawnRace_offset = 0x310,
pawnTargetPtr_offset = 0x274,
pawnType_offset = 0x18,
pawnX_offset = 0x28,
pawnY_offset = 0x2C,
pawnZ_offset = 0x30,
staticTablePtr = 0xA0F020,
staticTableSize = 0xA0F01C,
staticbase_char = 0x9B8364,
staticbase_macro = 0xA0D974,
staticpattern_char = 0x63C254,
staticpattern_macro = 0x74B7E5,
}
same memory addresses (the ones that are problematic) that are auto-updated with current version even if a lot are missing, hence Eggscript not working and a lot of addresses have been removed.
i might be wrong but i suspect something in the macros.lua might be the problem more than the new addresses not being added by the update script...