Results 1 to 1 of 1
  1. #1
    Marcellus
    Marcellus is offline
    New member
    Join Date
    2013 Sep
    Posts
    18
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    6
    Thanked in
    5 Posts
    Rep Power
    0

    [Offsets] Aion 4.0 NA 32bits

    internal enum EntityList
    {
    Pointer = 0x10acf48,
    EntityArrayFirstItem = 0x48,
    }

    internal enum EntityArrayItem
    {
    NextArrayItem = 0x0,
    PreviousArrayItem = 0x4,
    EntityNode = 0xC
    }

    internal enum EntityNode
    {
    IsDead = 0x4,
    X = 0x34,
    Y = X + 0x4,
    Z = X + 0x8,
    Type = 0x13E,
    Entity = 0x254,
    }

    internal enum Entity
    {
    EntityNode = 0x4,
    Attitude = 0x1C,
    ObjectId = 0x24,
    Level = 0x36,
    HealthPercent = 0x38,
    Name = 0x3A,
    Type = 0x1CC,
    Class = 0x214,
    Stance = Class + 0x8C,
    Movement = Stance + 0x4,
    TargetObjectId = Stance + 0x98,
    Health = 0x1228,
    MaxHealth = Health + 0x4
    }

    internal enum LocalPlayer
    {
    TargetEntityNode = 0xC2C5E0,
    HasTarget = TargetEntityNode + 0x8,

    CamX = X - 0x420,
    CamY = CamX - 0x8,

    Movement = X - 0x43C,
    X = Name - 0x428,
    Y = X + 0x4,
    Z = X + 0x8,

    ObjectId = Name - 0x4,
    Name = Level - 0x214,
    Legion = Name + 0xB0,
    Level = 0x10A2A60,

    MaxHealth = Level + 0x24,
    Health = MaxHealth + 0x4,
    MaxMana = Level + 0x2C,
    Mana = MaxMana + 0x4,
    Class = Level + 0x9C,
    Experience = Level + 0x18,
    MaxExperience = Experience - 0x10,
    RecoverableExperience = MaxExperience + 0x8,
    MaxDivinePower = Level + 0x34,
    DivinePower = MaxDivinePower + 0x2,

    MaxFlight = Level + 0x8FB0,
    FlightRemainder = MaxFlight + 0x4,
    FlightType = MaxFlight + 0x8,
    FlightCooldown = FlightRemainder + 0x100
    }

Similar Threads

  1. Aion base address, offsets
    By Dwar in forum Aion Bots, Hacks, Cheats
    Replies: 11
    Last Post: 2013-06-05, 02:33 PM
  2. [Offsets] Aion NA 3.7.0.0
    By djkayzer in forum Aion Bots, Hacks, Cheats
    Replies: 0
    Last Post: 2013-01-13, 03:18 AM
  3. [Release] Aion 3.1 Pointers/Offsets
    By rimbb in forum Aion Bots, Hacks, Cheats
    Replies: 0
    Last Post: 2013-01-02, 05:04 AM
  4. [Guide] Uopilot working on WinXP and Win7 32bits
    By Gamer05 in forum Aika Online
    Replies: 7
    Last Post: 2012-02-26, 05:17 AM
  5. AION 2.7 Offsets
    By sinclair.pixel in forum Aion Bots, Hacks, Cheats
    Replies: 0
    Last Post: 2012-02-15, 12:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •