8.1.5 29732 menu

User Tag List

Thread: 8.1.5 29732

Results 1 to 2 of 2
  1. #1
    counted's Avatar Contributor Authenticator enabled
    Reputation
    203
    Join Date
    Mar 2008
    Posts
    183
    Thanks G/R
    11/108
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    8.1.5 29732

    Some of the offsets changed

    I marked them with a +/- 0

    Code:
    //  Wow x64 Version 8.1.5 29732 Mar 14 2019
    
    internal class ObjectFields
    {
        public static uint EntryId = 0xd8;
        public static uint DynamicFlags = 0xdc;
        public static uint Scale = 0xe0;
        public static uint Transport = 0x140;
    }
    
    internal class ItemFields
    {
        public static uint Owner = 0x1b0;
        public static uint ContainedIn = 0x1c0;
        public static uint StackCount = 0x1f0;
        public static uint DynamicFlags = 0x1f8;
    }
    
    internal class ContainerFields
    {
        //29701 0x398 => 0x390
        public static UInt32 Slots = 0x398 - 0x8;
        //29701 0x3a0 => 0x398
        public static UInt32 FirstSlot = 0x3A0 - 0x8;
    }
    
    internal class UnitFields
    {
        public static uint NPCFlags = 0x14C4;
        public static uint Pet = 0x14e0;
        public static uint SummonedBy = 0x1510;
        public static uint CreatedBy = 0x1520;
        public static uint DemonCreatedBy = 0x1530;
        public static uint Target = 0x1550;
        public static uint PowerIndex = 0x1585;
        public static uint Health = 0x1590;
        public static uint MaxHealth = 0x1598;
        public static uint Level = 0x15a0;
        public static uint FactionTemplate = 0x15c4;
        public static uint Flags = 0x15c8;
        public static uint Flags2 = 0x15cc;
        public static uint Flags3 = 0x15d0;
        public static uint BoundingRadius = 0x15dc;
        public static uint CombatReach = 0x15e0;
    
        //29701 0x1778 => 0x1780
        public static uint Power = 0x1778 + 0x8;
        //29701 0x1778 => 0x1780
        public static uint PowerMax = 0x1790 + 0x8;
    }
    
    internal class PlayerFields
    {
        //29701 0x1aa8 => 0x1ab0
        public static uint Flags = 0x1aa8 + 0x8;
    
        //29701 0x1b34 => 0x1b3c
        public static uint QuestBase = 0x1b34 + 0x8;
    
        //29701 0x3434 => 0x343c
        public static uint QuestMax = 0x3434 + 0x8;
    }
    
    internal class ActivePlayerFields
    {
        public static UInt32 Coinage = 0x3540 + ( 0x1 * 0x8 );
        public static UInt32 XP = 0x3548 + ( 0x1 * 0x8 );
        public static UInt32 NextXp = 0x354c + ( 0x1 * 0x8 );
        public static UInt32 SkillId = 0x3554 + ( 0x1 * 0x8 );
        public static UInt32 SkillLine = 0x3954 + ( 0x1 * 0x8 );
        public static UInt32 SkillMax = 0x3d54 + ( 0x1 * 0x8);
        public static UInt32 SkillBonus = 0x3f54 + ( 0x1 * 0x8 );
        public static UInt32 SkillRacial = 0x4154 + ( 0x1 * 0x8 );
        public static UInt32 InvSlots = 0x4748 + ( 0x4 * 0x10 );
    }
    
    internal class GameObjectFields
    {
        public static uint DisplayId = 0x1e8;
        public static uint CreatedBy = 0x220;
        public static uint Type = 0x25d;
    }
    
    internal class AreaTriggerFields
    {
        public static uint Location = 0x110;
        public static uint Caster = 0x570;
        public static uint SpellId = 0x590;
    }

    8.1.5 29732
  2. #2
    counted's Avatar Contributor Authenticator enabled
    Reputation
    203
    Join Date
    Mar 2008
    Posts
    183
    Thanks G/R
    11/108
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    More offsets
    Code:
      
            //27144 0x1c0 => 0x208
            //28724 0x208 => 0x220
            public static readonly uint ActivePlayerGuid = 0x220;
    
            //28724 0x1588 => 0x150
            public static readonly uint UnitObjectXOffset = 0x150;
    
            //27144 0x228 => 0x1B0
            //28724 0x1b0 => 0x180
            public static readonly uint GameObjectXOffset = 0x180;  
    
            //27144 0x1c70 => 0x18F8
            //28724 0x18f8 => 0x4c8
            public static readonly uint CastingSpellIdOffset = 0x4c8;
    
            //27144 0x1CC8 => 0x1950
            //28724 0x1950 => 0x520
            public static readonly uint ChannelingSpellIdOffset = 0x520;
    
            //2714 0x118 => 0x120
            public static readonly uint DBVTable = 0x138;
    
            #region Aura Size
         
            //25881 0xa0
            //27144 0xa0 => 0xa8
            public static uint AuraEntrySize = 0xa8;
    
            #endregion
    
            //28724 0x1740 => 0x398
            public static Int64 UnitCache = 0x308;
    
            //29701 0xe0 => 0xe8
            public static Int64 UnitNameOffset = 0xe8;
    
            //  Wow x64 Version 8.1.5 29732 Mar 14 2019
    
            public static Int64 RealmName = 0x25689C0;
            public static Int64 ToonAccountName = 0x25D16B0;
            public static Int64 wowAccountIndex = 0x27B84B0;
            public static Int64 wowAccountArray = 0x27B84A8;
            public static Int64 pCurMgr = 0x265C590;
            public static Int64 FirstObject = 0x200;
            public static Int64 NextObject = 0x1F0;
            public static Int64 InputControl = 0xF0;
            public static Int64 AdditionalFlags = 0x58;
            public static Int64 UnitNameUpdateOff1 = 0xF8;
            public static Int64 UnitNameUpdateOff2 = 0x180;
            public static Int64 UnitNameUpdateOff3 = 0x30;
            public static Int64 BobberPop = 0xA4;
            public static Int64 pGUIDArray = 0x249C380;
            public static Int64 pCSimpleTopInstance = 0x25C9CF0;
            public static Int64 CSimpleTopFirstFrame = 0xE08;
            public static Int64 CSimpleTopNextFrame = 0xDF8;
            public static Int64 pFrameTimeCurTimeMs = 0x25C89A0;
            public static Int64 pRuneLastUsedTime = 0x272606C;
            public static Int64 pPowerIndexArray = 0x25F7640;
            public static Int64 pS_X = 0x22645E4;
            public static Int64 pS_Y = 0x22645E8;
            public static Int64 pCurrencyTable = 0x24A1DE0;
            public static Int64 pCursorMode = 0x279F3E0;
            public static Int64 pCursorFile = 0x27A0410;
            public static Int64 GameObjCache = 0x148;
            public static Int64 GameObjNameOffset = 0xE0;
            public static Int64 UnitRankOff1 = 0x16;
            public static Int64 UnitRankOff2 = 0xD5;
            public static Int64 UnitRankOff3 = 0x8D;
            public static Int64 MountedOffset1 = 0x3A0;
            public static Int64 MountedOffset2 = 0x418;
            public static Int64 MountedMask = 0x200000;
            public static Int64 SubmergedOffset1 = 0x418;
            public static Int64 SubmergedMask = 0x20000;
            public static Int64 StealthOffset1 = 0x160A;
            public static Int64 StealthMask = 0x2;
            public static Int64 pSubzoneID = 0x26F5EE8;
            public static Int64 pAreaID = 0x26F532C;
            public static Int64 pZoneText = 0x26F5290;
            public static Int64 pSubZoneText = 0x26F5298;
            public static Int64 CurrentMapID_Offset = 0x230;
            public static Int64 AuraTableOffset = 0x630;
            public static Int64 AuraCountOffset = 0xA80;
            public static Int64 pSpellHistory = 0x2487B60;
            public static Int64 pCurrentObjectTrack = 0x26F50B8;
            public static Int64 pLockRecordArray = 0x248B720;
            public static Int64 pActiveSpecGroup = 0x2711A2C;
            public static Int64 pSpecArray = 0x2711AC0;
            public static Int64 UnitSpeedOffset1 = 0xF0;
            public static Int64 UnitSpeedOffset2 = 0xA4;
            public static Int64 pPlayerNameCache = 0x2265140;
            public static Int64 pItemSparse = 0x25A52F0;
            public static Int64 pLastErrorString = 0x26F5330;
            public static Int64 pRaidPartyInfo = 0x26F79A8;
            public static Int64 pGroupPartyInfo = 0x26F79A0;
            public static Int64 pCurrentWorldFrame = 0x26F69A8;
            public static Int64 CameraOffset = 0x3430;
            public static Int64 pBonusBarIndex = 0x24A17F0;
            public static Int64 pCurrentBarIndex = 0x27178E8;
            public static Int64 pExtraBarIndex = 0x1F73FE8;
            public static Int64 pSlotActions = 0x27178F0;
            public static Int64 pSlotUsable = 0x271815F;
            public static Int64 pSlotNoMana = 0x271821F;
            public static Int64 pInWorld = 0x26F50B4;
            public static Int64 pCharacterName = 0x2569648;
            public static Int64 pGossipInfoArray = 0x270B050;
            public static Int64 pGossipInfoQuests = 0x270B068;
            public static Int64 pMaxTaxiNodes = 0x2723848;
            public static Int64 pTaxiBase = 0x2723888;
            public static Int64 pCurrentScaledResolution = 0x2486E60;
            public static Int64 pAutoLootCVar = 0x26F4C28;
            public static Int64 pCameraSmoothStyleCVar = 0x2759140;

All times are GMT -5. The time now is 11:00 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search