ty
mana = 0xA27728
mana_max = 0xA27724
hp = 0xA27720
hp_max = 0xA2771C
exp = 0xA27710
exp_max = 0xA27700
casting = 0xA1D4D0
casting_time = 0xA1D4D4
x = 0xA1F158
y = 0xA1F15C
z = 0xA1F160
rotation = 0xA1C928
id = 0xA1CC5C
//// Kills
AbyssKillsToday = 0xA25454,
AbyssKillsThisWeek = 0xA25458,
AbyssKillsLastWeek = 0xA2545C,
AbyssKillsTotal = 0xA25460,
// Points d'Abysse
AbyssPointsToday = 0xA25468,
AbyssPointsThisWeek = 0xA25470,
AbyssPointsLastWeek = 0xA25478,
AbyssPointsTotal = 0xA25440
Quote:
Z = Game.dll+8E336C
rot = Game.dll+8E2FD0
its much easier to use the static DLL calls when referencing memory, rather then converting them.
i currently have dumped just about every offset i need for my bot (HP, MP, DP, EXP, X, Y, Z, ROT, CHAT, MOB HP, MOB XYZ, MOB TARGET, OTHER PLAYER XYZ, OTHER PLAYER TARGET, PARTY INVITE, INPARTY, PARTY MEMBER HP, PARTY MEMBER MP, PARTY MEMBER XYZ, PARTY MEMBER TARGET, MAPID, INFLIGHT, CHANNEL (!), GLOBAL SKILL COOLDOWN, SPECIFIC SKILL COOLDOWN and many many more.
right now im working on a waypoint system for my bot, however im having problems since north is -90, east is 180, south is 90 and west is 0 is making it really hard to calculate the rotation needed to go from point A to point B. anyone good with math wanna help me?
edit: ive also just scraped up a function to read contents of the users inventory which is really cool ;)
first never before seen preview of my bot,
[Only registered and activated users can see links. Click Here To Register...]
Can somone please tell me how to find offsets.Quote:
hey,
here i'll want to share the aion offsets to you. i found some today and here they are :
I would be glad if you add some more. ;) I will do so, too.PHP Code:enum AionPlayerOffsets
{
PlayerLife = 0x2F7EDDC8,
PlayerMana = 0x2F7EDDD0,
PlayerDP = Game.dll+8EDDD8, // thanks koelkast
PlayerX = 0x2F81FA40,
PlayerY = 0x2F81FA48,
PlayerZ = Game.dll+8E336C // thanks nod 43
PlayerRotation = Game.dll+8E2FD0 // thanks nod 43
PlayerExp = 0x2F7EDDB8
}
If you found target name / hitpoints i would be very happy if u share them. i couldnt find them now.. but i will give it a try tomorrow .;)