[Retail] 8.3.0 Info Dump menu

User Tag List

Results 1 to 7 of 7
  1. #1
    evil2's Avatar Active Member
    Reputation
    27
    Join Date
    Feb 2009
    Posts
    164
    Thanks G/R
    25/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Retail] 8.3.0 Info Dump

    here we go again...

    v33062

    curmgr = 29c3d50
    state_chatbox = 2951eb4
    state_ingame = 28c31dc == 3
    guid_mouseover = 2a5b930
    macrobase = 27c8048
    playernames = 2584bf0
    spellcd = 2941e60 +8
    spellbook = 2a90cd0
    roster = 2aa1e30 +20
    runes = 2abbcdc
    camerabase = 2a5c8e8 +3438
    cursortype = 2b2f7d0
    ctm = 2a5b4f0
    aura = 600 a80
    unitname = 2d0 f8



    > Anybody got bobber animating?
    Obj_Bobbing = 0x64
    Last edited by evil2; 01-15-2020 at 04:42 AM.

    [Retail] 8.3.0 Info Dump
  2. #2
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anybody got bobber animating?
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/385569-pqr-death-knight-monk-tank-dps-profiles.html#post2582063

  3. #3
    vegoo's Avatar Contributor
    CoreCoins Purchaser Authenticator enabled
    Reputation
    275
    Join Date
    Dec 2011
    Posts
    708
    Thanks G/R
    10/27
    Trade Feedback
    110 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    # ##OFFSETS##
    
    GameVersionOffset = 0x20D0510
    playerNameoffset = 0x28C43C8
    objManageroffset = 0x29C3D50
    MouseOverGUIDOffset = 0x2A5B930
    MyTargetGUIDOffset = 0x27BBEC0
    IsInCinematicOffset = 0x2A5B460
    StopCinematicOffset = 0x115A7E0
    IsInGameOffset = 0x2A5B92C
    AllowCustomScriptsOffset = 0x2A5B8F0
    
    # OBJECT MANAGER OFFSETS
    
    playerGUIDOffset = 0x140
    
    firstObject = 0x120
    NextObject = 0x0
    
    # object type is byte
    # Object Types for BoA:
    # 1 - item
    # 5 - npc, no idea if it includes monsters
    # 6 - other players
    # 7 - localplayer
    
    ObjectType = -0x18 + 0x10
    
    ObjectGUID = -0x18 + 0x40
    ObjectGUID2 = -0x18 + 0x44
    
    UnitObjectXOffset = -0x18 + 0x110
    
    NPCItemIDOffset = -0x18 + 0x98
    
    XOffset = -0x18 + 0x110
    
    # add to XOffset
    RotationOffset = 0x10
    
    # HP and Mana are bytes now (since 8.3 probably 4 bytes)
    currentHPOffset = -0x18 + 0x1580
    currentManaOffset = -0x18 + 0x1770
    maxHPOffset = -0x18 + 0x1588
    maxManaoffset = -0x18 + 0x1788
    
    # race is byte
    raceOffset = -0x18 + 0x157C
    
    # byte, 0 when not flying, other when flying
    IsOnFlightOffset = -0x18 + 0x15C0 + 0x2
    WoW TGC Loot & WoW Items
    Selling EU & US WoW Gold
    Buying EU & US WoW Gold

  4. Thanks evil2 (1 members gave Thanks to vegoo for this useful post)
  5. #4
    air999's Avatar Contributor
    Reputation
    131
    Join Date
    Nov 2014
    Posts
    102
    Thanks G/R
    9/62
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Code:
        public enum WoWObjectType : byte
        {
            Object = 0,
            Item = 1,
            Container = 2,
            AzeriteEmpoweredItem = 3,
            AzeriteItem = 4,
            Unit = 5,
            Player = 6,
            ActivePlayer = 7,
            GameObject = 8,
            DynamicObject = 9,
            Corpse = 10,
            AreaTrigger = 11,
            Scene = 12,
            Conversation = 13,
            AIGroup = 14,
            Scenario = 15,
            Loot = 16,
            Invalid = 17,
        }

  6. #5
    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)
    Updated the Player Slots enum. 8.3 added 4 more pad slots after the backpack

    https://www.ownedcore.com/forums/wor...cts-etc-5.html ([WoW] Constant Data (Enums, Structs, Etc))

  7. #6
    hjalplos's Avatar Member
    Reputation
    6
    Join Date
    Dec 2019
    Posts
    37
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Latest Patch
    ObjectMgrOffPtr = 0x29C5ED0 //33724

  8. #7
    Lvv's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evil2 View Post
    here we go again...

    v33062

    curmgr = 29c3d50
    state_chatbox = 2951eb4
    state_ingame = 28c31dc == 3
    guid_mouseover = 2a5b930
    macrobase = 27c8048
    playernames = 2584bf0
    spellcd = 2941e60 +8
    spellbook = 2a90cd0
    roster = 2aa1e30 +20
    runes = 2abbcdc
    camerabase = 2a5c8e8 +3438
    cursortype = 2b2f7d0
    ctm = 2a5b4f0
    aura = 600 a80
    unitname = 2d0 f8



    > Anybody got bobber animating?
    Obj_Bobbing = 0x64
    ctm how to get it. thx

Similar Threads

  1. [Diablo 3][[1.0.3.10485] Retail Patch - Info Dump Thread
    By psior in forum Diablo 3 Memory Editing
    Replies: 9
    Last Post: 08-20-2012, 05:12 AM
  2. [Diablo 3][[1.0.3.10235] Retail Patch - Info Dump Thread
    By RamirezX in forum Diablo 3 Memory Editing
    Replies: 6
    Last Post: 07-06-2012, 08:12 AM
  3. [Diablo 3][[1.0.3.10057] Retail Patch - Info Dump Thread
    By RamirezX in forum Diablo 3 Memory Editing
    Replies: 21
    Last Post: 06-25-2012, 05:01 PM
  4. [Diablo 3][[1.0.2.9749] Retail Patch 2 - Info Dump Thread
    By st0724 in forum Diablo 3 Memory Editing
    Replies: 36
    Last Post: 06-24-2012, 06:36 AM
  5. [Diablo 3][[1.0.1.9558] Retail Patch 1 - Info Dump Thread
    By KOS0937 in forum Diablo 3 Memory Editing
    Replies: 5
    Last Post: 05-19-2012, 10:26 AM
All times are GMT -5. The time now is 04:55 AM. 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