Aion Offsets

11/19/2009 10:57 d3xyna#31
rotation not working - EDIT:

rotation = 0xA1C8C8 '0x4 - float


Level is "self level" ?

My ReadingMemory level is at 1 at best (just started messing with CE so no finger pointing at messed up info :)
11/19/2009 15:12 Bl@ze!#32
#updated to aion version 1.5.1.4
11/19/2009 17:21 jeunetoujour#33
Is anyone else having issues with reading the targetptr/target information? I'm getting overflows.
11/19/2009 19:31 iam_clint#34
level is self level what i pasted here was my player enum

so everything i listed is about you as the player


i thought rotation was working i'll have to look at it in awhile but looks like unknown posted an update i had a few he didn't have on this public list making sure its ok that i posted them
11/20/2009 09:47 iam_clint#35
Code:
    Public Enum Entities
        EntityMap = &HA279A8
        EntityArray = &H48
        EntityArrayCount = &H58
    End Enum
Also
Code:
player id = &HA1CC58
11/21/2009 03:18 jeunetoujour#36
Anyone has the Money pointer/offsets?
11/21/2009 09:04 Niklan#37
Anyone give offsets of target name\hitpoint\level
11/21/2009 09:06 slie#38
Anyone has the offset for :

Money
Abyss Point
Abyss Kill

thanks
11/21/2009 18:44 peanutym#39
so im trying to help jita with his gathering bot. using targetpointer and entity name both return null values. I am curious if anyone else has tested those 2 and gotta a value from it?

all of the others seem to work fine. i had to switch my x and y offsets in his bot. But im not sure if the offsets were posted wrong here or if the bot was reading them backwards either way they work now.
11/21/2009 20:19 Apocalypsex#40
Hello and thx for the awsome offset list. Im wondering if you have or could find the offset for the mobs casting. Trying to make a function to activate stuns, silence, ect. based on that attribute but i cant seem to find it. Thx in advance.
11/22/2009 02:07 Suspek22#41
Offsets seem to work for Windows XP - Does Vista/7 (64b) possibly have different offsets?
11/22/2009 04:01 iam_clint#42
Quote:
Originally Posted by Suspek22 View Post
Offsets seem to work for Windows XP - Does Vista/7 (64b) possibly have different offsets?
no.. make sure you compile your app in x86.. otherwise you gotta work with wow64

i'm on 7 64bit
11/22/2009 21:06 slie#43
Offset for Abyss Infos :

Code:
 
//// Kills
        AbyssKillsToday = 0xA25454,
        AbyssKillsThisWeek = 0xA25458,
        AbyssKillsLastWeek = 0xA2545C,
        AbyssKillsTotal = 0xA25460,

// Points d'Abysse
        AbyssPointsToday = 0xA25468,
        AbyssPointsThisWeek = 0xA25470,
        AbyssPointsLastWeek = 0xA25478,
        AbyssPointsTotal = 0xA25440
11/24/2009 12:56 Bl@ze!#44
Quote:
Originally Posted by slie View Post
Offset for Abyss Infos :

Code:
 
//// Kills
        AbyssKillsToday = 0xA25454,
        AbyssKillsThisWeek = 0xA25458,
        AbyssKillsLastWeek = 0xA2545C,
        AbyssKillsTotal = 0xA25460,

// Points d'Abysse
        AbyssPointsToday = 0xA25468,
        AbyssPointsThisWeek = 0xA25470,
        AbyssPointsLastWeek = 0xA25478,
        AbyssPointsTotal = 0xA25440
Thanks never looked into Abyss cause my Character isnt really high ;P
11/24/2009 14:17 slie#45
;) ^^

Anyone have the pointer and offset for Kinah please... I can't find it

Thanks