Results 1 to 1 of 1
  1. #1
    JuJuBoSc
    JuJuBoSc is offline
    New member
    Join Date
    2012 Apr
    Posts
    9
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    [Offsets / Struct] Party Information

    Here is the offset needed to access party array :

    Code:
            internal enum Party
            {
    
                MainPointer1 = 0x1742DD4,
                MainPointer1__PartyInfo1 = 0x14,
                MainPointer1__PartyInfo2 = 0x98,
                PartyInfo__Array = 0x98,
                PartyInfo__ArrayCount = 0x9C,
    
            }
    And the struct of each array item :

    Code:
            public struct PartyEntry
            {
    
                private UInt32 Unk1;
                private UInt32 Unk2;
                private UInt32 Unk3;
                private UInt32 Unk4;
                public UInt64 GUID;
                private UInt32 Unk5;
                private UInt32 Unk6;
                private UInt32 Unk7;
                public UInt32 Level;
                private UInt32 Unk9;
                private UInt32 Unk10;
                private UInt32 Unk11;
                private UInt32 Unk12;
                private UInt32 Unk13;
                private UInt32 Unk14;
                private UInt32 Unk15;
                private UInt32 Unk16;
                private UInt32 Unk20;
                private UInt32 Unk21;
                public Single Y;
                public Single X;
                public Single Z;
                private UInt32 Unk22;
                private UInt32 Unk23;
                private UInt32 Unk24;
                public UInt32 Health;
                public UInt32 Mana;
                public UInt32 MaxHealth;
                public UInt32 MaxMana;
    
            }
    Note that the struct is bigger (0xFC) but here I have what I need

Similar Threads

  1. Game Information
    By Dwar in forum Perfect World
    Replies: 3
    Last Post: 2012-06-21, 04:51 PM
  2. [Info] Allocating experience in a party just for 1 player
    By or1onz in forum Aika Bots, Hacks, Cheats
    Replies: 5
    Last Post: 2011-12-19, 07:30 PM
  3. Jade Dynasty Memory Struct
    By no0ob91 in forum Jade Dynasty
    Replies: 1
    Last Post: 2011-02-26, 02:46 AM
  4. Information request
    By Mokusan in forum Requiem Online
    Replies: 1
    Last Post: 2010-11-29, 04:08 PM

Posting Permissions

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