[WoW][4.1.0.14007] Info Dump Thread menu

Shout-Out

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 51
  1. #16
    sitnspinlock's Avatar Elite User CoreCoins Purchaser
    Reputation
    398
    Join Date
    Sep 2010
    Posts
    439
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thunderofnl View Post
    The old offset was: 0xA1DD7E
    Its the same for 14007 client. no globals changed

    [WoW][4.1.0.14007] Info Dump Thread
  2. #17
    LogicWin's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Mar 2011
    Posts
    103
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Ryuk- View Post
    Code:
    //*******************************************************************
    //**  Information dump for World of Warcraft  Version 4.1.0.14007  **
    //**                  Dumper by -Ryuk- @ MMOwned                   **
    //*******************************************************************
    
    public enum eObjectFields
    {
       OBJECT_FIELD_GUID = 0x0,
       OBJECT_FIELD_TYPE = 0x2,
       OBJECT_FIELD_ENTRY = 0x3,
       OBJECT_FIELD_SCALE_X = 0x4,
       OBJECT_FIELD_DATA = 0x5,
       OBJECT_FIELD_PADDING = 0x7,
    };
    
    public enum eUnitFields
    {
       UNIT_FIELD_CHARM = 0x8,
       UNIT_FIELD_SUMMON = 0xA,
       UNIT_FIELD_CRITTER = 0xC,
       UNIT_FIELD_CHARMEDBY = 0xE,
       UNIT_FIELD_SUMMONEDBY = 0x10,
       UNIT_FIELD_CREATEDBY = 0x12,
       UNIT_FIELD_TARGET = 0x14,
       UNIT_FIELD_CHANNEL_OBJECT = 0x16,
       UNIT_CHANNEL_SPELL = 0x18,
       UNIT_FIELD_BYTES_0 = 0x19,
       UNIT_FIELD_HEALTH = 0x1A,
       UNIT_FIELD_POWER1 = 0x1B,
       UNIT_FIELD_POWER2 = 0x1C,
       UNIT_FIELD_POWER3 = 0x1D,
       UNIT_FIELD_POWER4 = 0x1E,
       UNIT_FIELD_POWER5 = 0x1F,
       UNIT_FIELD_MAXHEALTH = 0x20,
       UNIT_FIELD_MAXPOWER1 = 0x21,
       UNIT_FIELD_MAXPOWER2 = 0x22,
       UNIT_FIELD_MAXPOWER3 = 0x23,
       UNIT_FIELD_MAXPOWER4 = 0x24,
       UNIT_FIELD_MAXPOWER5 = 0x25,
       UNIT_FIELD_POWER_REGEN_FLAT_MODIFIER = 0x26,
       UNIT_FIELD_POWER_REGEN_INTERRUPTED_FLAT_MODIFIER = 0x2B,
       UNIT_FIELD_LEVEL = 0x30,
       UNIT_FIELD_FACTIONTEMPLATE = 0x31,
       UNIT_VIRTUAL_ITEM_SLOT_ID = 0x32,
       UNIT_FIELD_FLAGS = 0x35,
       UNIT_FIELD_FLAGS_2 = 0x36,
       UNIT_FIELD_AURASTATE = 0x37,
       UNIT_FIELD_BASEATTACKTIME = 0x38,
       UNIT_FIELD_RANGEDATTACKTIME = 0x3A,
       UNIT_FIELD_BOUNDINGRADIUS = 0x3B,
       UNIT_FIELD_COMBATREACH = 0x3C,
       UNIT_FIELD_DISPLAYID = 0x3D,
       UNIT_FIELD_NATIVEDISPLAYID = 0x3E,
       UNIT_FIELD_MOUNTDISPLAYID = 0x3F,
       UNIT_FIELD_MINDAMAGE = 0x40,
       UNIT_FIELD_MAXDAMAGE = 0x41,
       UNIT_FIELD_MINOFFHANDDAMAGE = 0x42,
       UNIT_FIELD_MAXOFFHANDDAMAGE = 0x43,
       UNIT_FIELD_BYTES_1 = 0x44,
       UNIT_FIELD_PETNUMBER = 0x45,
       UNIT_FIELD_PET_NAME_TIMESTAMP = 0x46,
       UNIT_FIELD_PETEXPERIENCE = 0x47,
       UNIT_FIELD_PETNEXTLEVELEXP = 0x48,
       UNIT_DYNAMIC_FLAGS = 0x49,
       UNIT_MOD_CAST_SPEED = 0x4A,
       UNIT_MOD_CAST_HASTE = 0x4B,
       UNIT_CREATED_BY_SPELL = 0x4C,
       UNIT_NPC_FLAGS = 0x4D,
       UNIT_NPC_EMOTESTATE = 0x4E,
       UNIT_FIELD_STAT0 = 0x4F,
       UNIT_FIELD_STAT1 = 0x50,
       UNIT_FIELD_STAT2 = 0x51,
       UNIT_FIELD_STAT3 = 0x52,
       UNIT_FIELD_STAT4 = 0x53,
       UNIT_FIELD_POSSTAT0 = 0x54,
       UNIT_FIELD_POSSTAT1 = 0x55,
       UNIT_FIELD_POSSTAT2 = 0x56,
       UNIT_FIELD_POSSTAT3 = 0x57,
       UNIT_FIELD_POSSTAT4 = 0x58,
       UNIT_FIELD_NEGSTAT0 = 0x59,
       UNIT_FIELD_NEGSTAT1 = 0x5A,
       UNIT_FIELD_NEGSTAT2 = 0x5B,
       UNIT_FIELD_NEGSTAT3 = 0x5C,
       UNIT_FIELD_NEGSTAT4 = 0x5D,
       UNIT_FIELD_RESISTANCES = 0x5E,
       UNIT_FIELD_RESISTANCEBUFFMODSPOSITIVE = 0x65,
       UNIT_FIELD_RESISTANCEBUFFMODSNEGATIVE = 0x6C,
       UNIT_FIELD_BASE_MANA = 0x73,
       UNIT_FIELD_BASE_HEALTH = 0x74,
       UNIT_FIELD_BYTES_2 = 0x75,
       UNIT_FIELD_ATTACK_POWER = 0x76,
       UNIT_FIELD_ATTACK_POWER_MOD_POS = 0x77,
       UNIT_FIELD_ATTACK_POWER_MOD_NEG = 0x78,
       UNIT_FIELD_ATTACK_POWER_MULTIPLIER = 0x79,
       UNIT_FIELD_RANGED_ATTACK_POWER = 0x7A,
       UNIT_FIELD_RANGED_ATTACK_POWER_MOD_POS = 0x7B,
       UNIT_FIELD_RANGED_ATTACK_POWER_MOD_NEG = 0x7C,
       UNIT_FIELD_RANGED_ATTACK_POWER_MULTIPLIER = 0x7D,
       UNIT_FIELD_MINRANGEDDAMAGE = 0x7E,
       UNIT_FIELD_MAXRANGEDDAMAGE = 0x7F,
       UNIT_FIELD_POWER_COST_MODIFIER = 0x80,
       UNIT_FIELD_POWER_COST_MULTIPLIER = 0x87,
       UNIT_FIELD_MAXHEALTHMODIFIER = 0x8E,
       UNIT_FIELD_HOVERHEIGHT = 0x8F,
       UNIT_FIELD_MAXITEMLEVEL = 0x90,
       UNIT_FIELD_PADDING = 0x91,
    };
    
    public enum eItemFields
    {
       ITEM_FIELD_OWNER = 0x8,
       ITEM_FIELD_CONTAINED = 0xA,
       ITEM_FIELD_CREATOR = 0xC,
       ITEM_FIELD_GIFTCREATOR = 0xE,
       ITEM_FIELD_STACK_COUNT = 0x10,
       ITEM_FIELD_DURATION = 0x11,
       ITEM_FIELD_SPELL_CHARGES = 0x12,
       ITEM_FIELD_FLAGS = 0x17,
       ITEM_FIELD_ENCHANTMENT_1_1 = 0x18,
       ITEM_FIELD_ENCHANTMENT_1_3 = 0x1A,
       ITEM_FIELD_ENCHANTMENT_2_1 = 0x1B,
       ITEM_FIELD_ENCHANTMENT_2_3 = 0x1D,
       ITEM_FIELD_ENCHANTMENT_3_1 = 0x1E,
       ITEM_FIELD_ENCHANTMENT_3_3 = 0x20,
       ITEM_FIELD_ENCHANTMENT_4_1 = 0x21,
       ITEM_FIELD_ENCHANTMENT_4_3 = 0x23,
       ITEM_FIELD_ENCHANTMENT_5_1 = 0x24,
       ITEM_FIELD_ENCHANTMENT_5_3 = 0x26,
       ITEM_FIELD_ENCHANTMENT_6_1 = 0x27,
       ITEM_FIELD_ENCHANTMENT_6_3 = 0x29,
       ITEM_FIELD_ENCHANTMENT_7_1 = 0x2A,
       ITEM_FIELD_ENCHANTMENT_7_3 = 0x2C,
       ITEM_FIELD_ENCHANTMENT_8_1 = 0x2D,
       ITEM_FIELD_ENCHANTMENT_8_3 = 0x2F,
       ITEM_FIELD_ENCHANTMENT_9_1 = 0x30,
       ITEM_FIELD_ENCHANTMENT_9_3 = 0x32,
       ITEM_FIELD_ENCHANTMENT_10_1 = 0x33,
       ITEM_FIELD_ENCHANTMENT_10_3 = 0x35,
       ITEM_FIELD_ENCHANTMENT_11_1 = 0x36,
       ITEM_FIELD_ENCHANTMENT_11_3 = 0x38,
       ITEM_FIELD_ENCHANTMENT_12_1 = 0x39,
       ITEM_FIELD_ENCHANTMENT_12_3 = 0x3B,
       ITEM_FIELD_ENCHANTMENT_13_1 = 0x3C,
       ITEM_FIELD_ENCHANTMENT_13_3 = 0x3E,
       ITEM_FIELD_ENCHANTMENT_14_1 = 0x3F,
       ITEM_FIELD_ENCHANTMENT_14_3 = 0x41,
       ITEM_FIELD_PROPERTY_SEED = 0x42,
       ITEM_FIELD_RANDOM_PROPERTIES_ID = 0x43,
       ITEM_FIELD_DURABILITY = 0x44,
       ITEM_FIELD_MAXDURABILITY = 0x45,
       ITEM_FIELD_CREATE_PLAYED_TIME = 0x46,
       ITEM_FIELD_PAD = 0x47,
    };
    
    public enum ePlayerFields
    {
       PLAYER_DUEL_ARBITER = 0x92,
       PLAYER_FLAGS = 0x94,
       PLAYER_GUILDRANK = 0x95,
       PLAYER_GUILDDELETE_DATE = 0x96,
       PLAYER_GUILDLEVEL = 0x97,
       PLAYER_BYTES = 0x98,
       PLAYER_BYTES_2 = 0x99,
       PLAYER_BYTES_3 = 0x9A,
       PLAYER_DUEL_TEAM = 0x9B,
       PLAYER_GUILD_TIMESTAMP = 0x9C,
       PLAYER_QUEST_LOG_1_1 = 0x9D,
       PLAYER_QUEST_LOG_1_2 = 0x9E,
       PLAYER_QUEST_LOG_1_3 = 0x9F,
       PLAYER_QUEST_LOG_1_4 = 0xA1,
       PLAYER_QUEST_LOG_2_1 = 0xA2,
       PLAYER_QUEST_LOG_2_2 = 0xA3,
       PLAYER_QUEST_LOG_2_3 = 0xA4,
       PLAYER_QUEST_LOG_2_5 = 0xA6,
       PLAYER_QUEST_LOG_3_1 = 0xA7,
       PLAYER_QUEST_LOG_3_2 = 0xA8,
       PLAYER_QUEST_LOG_3_3 = 0xA9,
       PLAYER_QUEST_LOG_3_5 = 0xAB,
       PLAYER_QUEST_LOG_4_1 = 0xAC,
       PLAYER_QUEST_LOG_4_2 = 0xAD,
       PLAYER_QUEST_LOG_4_3 = 0xAE,
       PLAYER_QUEST_LOG_4_5 = 0xB0,
       PLAYER_QUEST_LOG_5_1 = 0xB1,
       PLAYER_QUEST_LOG_5_2 = 0xB2,
       PLAYER_QUEST_LOG_5_3 = 0xB3,
       PLAYER_QUEST_LOG_5_5 = 0xB5,
       PLAYER_QUEST_LOG_6_1 = 0xB6,
       PLAYER_QUEST_LOG_6_2 = 0xB7,
       PLAYER_QUEST_LOG_6_3 = 0xB8,
       PLAYER_QUEST_LOG_6_5 = 0xBA,
       PLAYER_QUEST_LOG_7_1 = 0xBB,
       PLAYER_QUEST_LOG_7_2 = 0xBC,
       PLAYER_QUEST_LOG_7_3 = 0xBD,
       PLAYER_QUEST_LOG_7_5 = 0xBF,
       PLAYER_QUEST_LOG_8_1 = 0xC0,
       PLAYER_QUEST_LOG_8_2 = 0xC1,
       PLAYER_QUEST_LOG_8_3 = 0xC2,
       PLAYER_QUEST_LOG_8_5 = 0xC4,
       PLAYER_QUEST_LOG_9_1 = 0xC5,
       PLAYER_QUEST_LOG_9_2 = 0xC6,
       PLAYER_QUEST_LOG_9_3 = 0xC7,
       PLAYER_QUEST_LOG_9_5 = 0xC9,
       PLAYER_QUEST_LOG_10_1 = 0xCA,
       PLAYER_QUEST_LOG_10_2 = 0xCB,
       PLAYER_QUEST_LOG_10_3 = 0xCC,
       PLAYER_QUEST_LOG_10_5 = 0xCE,
       PLAYER_QUEST_LOG_11_1 = 0xCF,
       PLAYER_QUEST_LOG_11_2 = 0xD0,
       PLAYER_QUEST_LOG_11_3 = 0xD1,
       PLAYER_QUEST_LOG_11_5 = 0xD3,
       PLAYER_QUEST_LOG_12_1 = 0xD4,
       PLAYER_QUEST_LOG_12_2 = 0xD5,
       PLAYER_QUEST_LOG_12_3 = 0xD6,
       PLAYER_QUEST_LOG_12_5 = 0xD8,
       PLAYER_QUEST_LOG_13_1 = 0xD9,
       PLAYER_QUEST_LOG_13_2 = 0xDA,
       PLAYER_QUEST_LOG_13_3 = 0xDB,
       PLAYER_QUEST_LOG_13_5 = 0xDD,
       PLAYER_QUEST_LOG_14_1 = 0xDE,
       PLAYER_QUEST_LOG_14_2 = 0xDF,
       PLAYER_QUEST_LOG_14_3 = 0xE0,
       PLAYER_QUEST_LOG_14_5 = 0xE2,
       PLAYER_QUEST_LOG_15_1 = 0xE3,
       PLAYER_QUEST_LOG_15_2 = 0xE4,
       PLAYER_QUEST_LOG_15_3 = 0xE5,
       PLAYER_QUEST_LOG_15_5 = 0xE7,
       PLAYER_QUEST_LOG_16_1 = 0xE8,
       PLAYER_QUEST_LOG_16_2 = 0xE9,
       PLAYER_QUEST_LOG_16_3 = 0xEA,
       PLAYER_QUEST_LOG_16_5 = 0xEC,
       PLAYER_QUEST_LOG_17_1 = 0xED,
       PLAYER_QUEST_LOG_17_2 = 0xEE,
       PLAYER_QUEST_LOG_17_3 = 0xEF,
       PLAYER_QUEST_LOG_17_5 = 0xF1,
       PLAYER_QUEST_LOG_18_1 = 0xF2,
       PLAYER_QUEST_LOG_18_2 = 0xF3,
       PLAYER_QUEST_LOG_18_3 = 0xF4,
       PLAYER_QUEST_LOG_18_5 = 0xF6,
       PLAYER_QUEST_LOG_19_1 = 0xF7,
       PLAYER_QUEST_LOG_19_2 = 0xF8,
       PLAYER_QUEST_LOG_19_3 = 0xF9,
       PLAYER_QUEST_LOG_19_5 = 0xFB,
       PLAYER_QUEST_LOG_20_1 = 0xFC,
       PLAYER_QUEST_LOG_20_2 = 0xFD,
       PLAYER_QUEST_LOG_20_3 = 0xFE,
       PLAYER_QUEST_LOG_20_5 = 0x100,
       PLAYER_QUEST_LOG_21_1 = 0x101,
       PLAYER_QUEST_LOG_21_2 = 0x102,
       PLAYER_QUEST_LOG_21_3 = 0x103,
       PLAYER_QUEST_LOG_21_5 = 0x105,
       PLAYER_QUEST_LOG_22_1 = 0x106,
       PLAYER_QUEST_LOG_22_2 = 0x107,
       PLAYER_QUEST_LOG_22_3 = 0x108,
       PLAYER_QUEST_LOG_22_5 = 0x10A,
       PLAYER_QUEST_LOG_23_1 = 0x10B,
       PLAYER_QUEST_LOG_23_2 = 0x10C,
       PLAYER_QUEST_LOG_23_3 = 0x10D,
       PLAYER_QUEST_LOG_23_5 = 0x10F,
       PLAYER_QUEST_LOG_24_1 = 0x110,
       PLAYER_QUEST_LOG_24_2 = 0x111,
       PLAYER_QUEST_LOG_24_3 = 0x112,
       PLAYER_QUEST_LOG_24_5 = 0x114,
       PLAYER_QUEST_LOG_25_1 = 0x115,
       PLAYER_QUEST_LOG_25_2 = 0x116,
       PLAYER_QUEST_LOG_25_3 = 0x117,
       PLAYER_QUEST_LOG_25_5 = 0x119,
       PLAYER_QUEST_LOG_26_1 = 0x11A,
       PLAYER_QUEST_LOG_26_2 = 0x11B,
       PLAYER_QUEST_LOG_26_3 = 0x11C,
       PLAYER_QUEST_LOG_26_5 = 0x11E,
       PLAYER_QUEST_LOG_27_1 = 0x11F,
       PLAYER_QUEST_LOG_27_2 = 0x120,
       PLAYER_QUEST_LOG_27_3 = 0x121,
       PLAYER_QUEST_LOG_27_5 = 0x123,
       PLAYER_QUEST_LOG_28_1 = 0x124,
       PLAYER_QUEST_LOG_28_2 = 0x125,
       PLAYER_QUEST_LOG_28_3 = 0x126,
       PLAYER_QUEST_LOG_28_5 = 0x128,
       PLAYER_QUEST_LOG_29_1 = 0x129,
       PLAYER_QUEST_LOG_29_2 = 0x12A,
       PLAYER_QUEST_LOG_29_3 = 0x12B,
       PLAYER_QUEST_LOG_29_5 = 0x12D,
       PLAYER_QUEST_LOG_30_1 = 0x12E,
       PLAYER_QUEST_LOG_30_2 = 0x12F,
       PLAYER_QUEST_LOG_30_3 = 0x130,
       PLAYER_QUEST_LOG_30_5 = 0x132,
       PLAYER_QUEST_LOG_31_1 = 0x133,
       PLAYER_QUEST_LOG_31_2 = 0x134,
       PLAYER_QUEST_LOG_31_3 = 0x135,
       PLAYER_QUEST_LOG_31_5 = 0x137,
       PLAYER_QUEST_LOG_32_1 = 0x138,
       PLAYER_QUEST_LOG_32_2 = 0x139,
       PLAYER_QUEST_LOG_32_3 = 0x13A,
       PLAYER_QUEST_LOG_32_5 = 0x13C,
       PLAYER_QUEST_LOG_33_1 = 0x13D,
       PLAYER_QUEST_LOG_33_2 = 0x13E,
       PLAYER_QUEST_LOG_33_3 = 0x13F,
       PLAYER_QUEST_LOG_33_5 = 0x141,
       PLAYER_QUEST_LOG_34_1 = 0x142,
       PLAYER_QUEST_LOG_34_2 = 0x143,
       PLAYER_QUEST_LOG_34_3 = 0x144,
       PLAYER_QUEST_LOG_34_5 = 0x146,
       PLAYER_QUEST_LOG_35_1 = 0x147,
       PLAYER_QUEST_LOG_35_2 = 0x148,
       PLAYER_QUEST_LOG_35_3 = 0x149,
       PLAYER_QUEST_LOG_35_5 = 0x14B,
       PLAYER_QUEST_LOG_36_1 = 0x14C,
       PLAYER_QUEST_LOG_36_2 = 0x14D,
       PLAYER_QUEST_LOG_36_3 = 0x14E,
       PLAYER_QUEST_LOG_36_5 = 0x150,
       PLAYER_QUEST_LOG_37_1 = 0x151,
       PLAYER_QUEST_LOG_37_2 = 0x152,
       PLAYER_QUEST_LOG_37_3 = 0x153,
       PLAYER_QUEST_LOG_37_5 = 0x155,
       PLAYER_QUEST_LOG_38_1 = 0x156,
       PLAYER_QUEST_LOG_38_2 = 0x157,
       PLAYER_QUEST_LOG_38_3 = 0x158,
       PLAYER_QUEST_LOG_38_5 = 0x15A,
       PLAYER_QUEST_LOG_39_1 = 0x15B,
       PLAYER_QUEST_LOG_39_2 = 0x15C,
       PLAYER_QUEST_LOG_39_3 = 0x15D,
       PLAYER_QUEST_LOG_39_5 = 0x15F,
       PLAYER_QUEST_LOG_40_1 = 0x160,
       PLAYER_QUEST_LOG_40_2 = 0x161,
       PLAYER_QUEST_LOG_40_3 = 0x162,
       PLAYER_QUEST_LOG_40_5 = 0x164,
       PLAYER_QUEST_LOG_41_1 = 0x165,
       PLAYER_QUEST_LOG_41_2 = 0x166,
       PLAYER_QUEST_LOG_41_3 = 0x167,
       PLAYER_QUEST_LOG_41_5 = 0x169,
       PLAYER_QUEST_LOG_42_1 = 0x16A,
       PLAYER_QUEST_LOG_42_2 = 0x16B,
       PLAYER_QUEST_LOG_42_3 = 0x16C,
       PLAYER_QUEST_LOG_42_5 = 0x16E,
       PLAYER_QUEST_LOG_43_1 = 0x16F,
       PLAYER_QUEST_LOG_43_2 = 0x170,
       PLAYER_QUEST_LOG_43_3 = 0x171,
       PLAYER_QUEST_LOG_43_5 = 0x173,
       PLAYER_QUEST_LOG_44_1 = 0x174,
       PLAYER_QUEST_LOG_44_2 = 0x175,
       PLAYER_QUEST_LOG_44_3 = 0x176,
       PLAYER_QUEST_LOG_44_5 = 0x178,
       PLAYER_QUEST_LOG_45_1 = 0x179,
       PLAYER_QUEST_LOG_45_2 = 0x17A,
       PLAYER_QUEST_LOG_45_3 = 0x17B,
       PLAYER_QUEST_LOG_45_5 = 0x17D,
       PLAYER_QUEST_LOG_46_1 = 0x17E,
       PLAYER_QUEST_LOG_46_2 = 0x17F,
       PLAYER_QUEST_LOG_46_3 = 0x180,
       PLAYER_QUEST_LOG_46_5 = 0x182,
       PLAYER_QUEST_LOG_47_1 = 0x183,
       PLAYER_QUEST_LOG_47_2 = 0x184,
       PLAYER_QUEST_LOG_47_3 = 0x185,
       PLAYER_QUEST_LOG_47_5 = 0x187,
       PLAYER_QUEST_LOG_48_1 = 0x188,
       PLAYER_QUEST_LOG_48_2 = 0x189,
       PLAYER_QUEST_LOG_48_3 = 0x18A,
       PLAYER_QUEST_LOG_48_5 = 0x18C,
       PLAYER_QUEST_LOG_49_1 = 0x18D,
       PLAYER_QUEST_LOG_49_2 = 0x18E,
       PLAYER_QUEST_LOG_49_3 = 0x18F,
       PLAYER_QUEST_LOG_49_5 = 0x191,
       PLAYER_QUEST_LOG_50_1 = 0x192,
       PLAYER_QUEST_LOG_50_2 = 0x193,
       PLAYER_QUEST_LOG_50_3 = 0x194,
       PLAYER_QUEST_LOG_50_5 = 0x196,
       PLAYER_VISIBLE_ITEM_1_ENTRYID = 0x197,
       PLAYER_VISIBLE_ITEM_1_ENCHANTMENT = 0x198,
       PLAYER_VISIBLE_ITEM_2_ENTRYID = 0x199,
       PLAYER_VISIBLE_ITEM_2_ENCHANTMENT = 0x19A,
       PLAYER_VISIBLE_ITEM_3_ENTRYID = 0x19B,
       PLAYER_VISIBLE_ITEM_3_ENCHANTMENT = 0x19C,
       PLAYER_VISIBLE_ITEM_4_ENTRYID = 0x19D,
       PLAYER_VISIBLE_ITEM_4_ENCHANTMENT = 0x19E,
       PLAYER_VISIBLE_ITEM_5_ENTRYID = 0x19F,
       PLAYER_VISIBLE_ITEM_5_ENCHANTMENT = 0x1A0,
       PLAYER_VISIBLE_ITEM_6_ENTRYID = 0x1A1,
       PLAYER_VISIBLE_ITEM_6_ENCHANTMENT = 0x1A2,
       PLAYER_VISIBLE_ITEM_7_ENTRYID = 0x1A3,
       PLAYER_VISIBLE_ITEM_7_ENCHANTMENT = 0x1A4,
       PLAYER_VISIBLE_ITEM_8_ENTRYID = 0x1A5,
       PLAYER_VISIBLE_ITEM_8_ENCHANTMENT = 0x1A6,
       PLAYER_VISIBLE_ITEM_9_ENTRYID = 0x1A7,
       PLAYER_VISIBLE_ITEM_9_ENCHANTMENT = 0x1A8,
       PLAYER_VISIBLE_ITEM_10_ENTRYID = 0x1A9,
       PLAYER_VISIBLE_ITEM_10_ENCHANTMENT = 0x1AA,
       PLAYER_VISIBLE_ITEM_11_ENTRYID = 0x1AB,
       PLAYER_VISIBLE_ITEM_11_ENCHANTMENT = 0x1AC,
       PLAYER_VISIBLE_ITEM_12_ENTRYID = 0x1AD,
       PLAYER_VISIBLE_ITEM_12_ENCHANTMENT = 0x1AE,
       PLAYER_VISIBLE_ITEM_13_ENTRYID = 0x1AF,
       PLAYER_VISIBLE_ITEM_13_ENCHANTMENT = 0x1B0,
       PLAYER_VISIBLE_ITEM_14_ENTRYID = 0x1B1,
       PLAYER_VISIBLE_ITEM_14_ENCHANTMENT = 0x1B2,
       PLAYER_VISIBLE_ITEM_15_ENTRYID = 0x1B3,
       PLAYER_VISIBLE_ITEM_15_ENCHANTMENT = 0x1B4,
       PLAYER_VISIBLE_ITEM_16_ENTRYID = 0x1B5,
       PLAYER_VISIBLE_ITEM_16_ENCHANTMENT = 0x1B6,
       PLAYER_VISIBLE_ITEM_17_ENTRYID = 0x1B7,
       PLAYER_VISIBLE_ITEM_17_ENCHANTMENT = 0x1B8,
       PLAYER_VISIBLE_ITEM_18_ENTRYID = 0x1B9,
       PLAYER_VISIBLE_ITEM_18_ENCHANTMENT = 0x1BA,
       PLAYER_VISIBLE_ITEM_19_ENTRYID = 0x1BB,
       PLAYER_VISIBLE_ITEM_19_ENCHANTMENT = 0x1BC,
       PLAYER_CHOSEN_TITLE = 0x1BD,
       PLAYER_FAKE_INEBRIATION = 0x1BE,
       PLAYER_FIELD_PAD_0 = 0x1BF,
       PLAYER_FIELD_INV_SLOT_HEAD = 0x1C0,
       PLAYER_FIELD_PACK_SLOT_1 = 0x1EE,
       PLAYER_FIELD_BANK_SLOT_1 = 0x20E,
       PLAYER_FIELD_BANKBAG_SLOT_1 = 0x246,
       PLAYER_FIELD_VENDORBUYBACK_SLOT_1 = 0x254,
       PLAYER_FIELD_KEYRING_SLOT_1 = 0x26C,
       PLAYER_FARSIGHT = 0x2AC,
       PLAYER__FIELD_KNOWN_TITLES = 0x2AE,
       PLAYER__FIELD_KNOWN_TITLES1 = 0x2B0,
       PLAYER__FIELD_KNOWN_TITLES2 = 0x2B2,
       PLAYER_XP = 0x2B4,
       PLAYER_NEXT_LEVEL_XP = 0x2B5,
       PLAYER_SKILL_INFO_1_1 = 0x2B6,
       PLAYER_CHARACTER_POINTS = 0x436,
       PLAYER_TRACK_CREATURES = 0x437,
       PLAYER_TRACK_RESOURCES = 0x438,
       PLAYER_BLOCK_PERCENTAGE = 0x439,
       PLAYER_DODGE_PERCENTAGE = 0x43A,
       PLAYER_PARRY_PERCENTAGE = 0x43B,
       PLAYER_EXPERTISE = 0x43C,
       PLAYER_OFFHAND_EXPERTISE = 0x43D,
       PLAYER_CRIT_PERCENTAGE = 0x43E,
       PLAYER_RANGED_CRIT_PERCENTAGE = 0x43F,
       PLAYER_OFFHAND_CRIT_PERCENTAGE = 0x440,
       PLAYER_SPELL_CRIT_PERCENTAGE1 = 0x441,
       PLAYER_SHIELD_BLOCK = 0x448,
       PLAYER_SHIELD_BLOCK_CRIT_PERCENTAGE = 0x449,
       PLAYER_MASTERY = 0x44A,
       PLAYER_EXPLORED_ZONES_1 = 0x44B,
       PLAYER_REST_STATE_EXPERIENCE = 0x4DB,
       PLAYER_FIELD_COINAGE = 0x4DC,
       PLAYER_FIELD_MOD_DAMAGE_DONE_POS = 0x4DE,
       PLAYER_FIELD_MOD_DAMAGE_DONE_NEG = 0x4E5,
       PLAYER_FIELD_MOD_DAMAGE_DONE_PCT = 0x4EC,
       PLAYER_FIELD_MOD_HEALING_DONE_POS = 0x4F3,
       PLAYER_FIELD_MOD_HEALING_PCT = 0x4F4,
       PLAYER_FIELD_MOD_HEALING_DONE_PCT = 0x4F5,
       PLAYER_FIELD_MOD_SPELL_POWER_PCT = 0x4F6,
       PLAYER_FIELD_MOD_TARGET_RESISTANCE = 0x4F7,
       PLAYER_FIELD_MOD_TARGET_PHYSICAL_RESISTANCE = 0x4F8,
       PLAYER_FIELD_BYTES = 0x4F9,
       PLAYER_SELF_RES_SPELL = 0x4FA,
       PLAYER_FIELD_PVP_MEDALS = 0x4FB,
       PLAYER_FIELD_BUYBACK_PRICE_1 = 0x4FC,
       PLAYER_FIELD_BUYBACK_TIMESTAMP_1 = 0x508,
       PLAYER_FIELD_KILLS = 0x514,
       PLAYER_FIELD_LIFETIME_HONORBALE_KILLS = 0x515,
       PLAYER_FIELD_BYTES2 = 0x516,
       PLAYER_FIELD_WATCHED_FACTION_INDEX = 0x517,
       PLAYER_FIELD_COMBAT_RATING_1 = 0x518,
       PLAYER_FIELD_ARENA_TEAM_INFO_1_1 = 0x532,
       PLAYER_FIELD_BATTLEGROUND_RATING = 0x547,
       PLAYER_FIELD_MAX_LEVEL = 0x548,
       PLAYER_FIELD_DAILY_QUESTS_1 = 0x549,
       PLAYER_RUNE_REGEN_1 = 0x562,
       PLAYER_NO_REAGENT_COST_1 = 0x566,
       PLAYER_FIELD_GLYPH_SLOTS_1 = 0x569,
       PLAYER_FIELD_GLYPHS_1 = 0x572,
       PLAYER_GLYPHS_ENABLED = 0x57B,
       PLAYER_PET_SPELL_POWER = 0x57C,
       PLAYER_FIELD_RESEARCHING_1 = 0x57D,
       PLAYER_FIELD_RESERACH_SITE_1 = 0x585,
       PLAYER_PROFESSION_SKILL_LINE_1 = 0x58D,
       PLAYER_FIELD_UI_HIT_MODIFIER = 0x58F,
       PLAYER_FIELD_UI_SPELL_HIT_MODIFIER = 0x590,
       PLAYER_FIELD_HOME_REALM_TIME_OFFSET = 0x591,
       PLAYER_FIELD_MOD_HASTE = 0x592,
       PLAYER_FIELD_MOD_RANGED_HASTE = 0x593,
       PLAYER_FIELD_MOD_PET_HASTE = 0x594,
       PLAYER_FIELD_MOD_HASTE_REGEN = 0x595,
    };
    
    public enum eContainerFields
    {
       CONTAINER_FIELD_NUM_SLOTS = 0x48,
       CONTAINER_ALIGN_PAD = 0x49,
       CONTAINER_FIELD_SLOT_1 = 0x4A,
    };
    
    public enum GameObjectFields
    {
       OBJECT_FIELD_CREATED_BY = 0x8,
       GAMEOBJECT_DISPLAYID = 0xA,
       GAMEOBJECT_FLAGS = 0xB,
       GAMEOBJECT_PARENTROTATION = 0xC,
       GAMEOBJECT_DYNAMIC = 0x10,
       GAMEOBJECT_FACTION = 0x11,
       GAMEOBJECT_LEVEL = 0x12,
       GAMEOBJECT_BYTES_1 = 0x13,
    };
    
    public enum DynamicObjectFields
    {
       DYNAMICOBJECT_CASTER = 0x8,
       DYNAMICOBJECT_BYTES = 0xA,
       DYNAMICOBJECT_SPELLID = 0xB,
       DYNAMICOBJECT_RADIUS = 0xC,
       DYNAMICOBJECT_CASTTIME = 0xD,
    };
    
    public enum CorpseFields
    {
       CORPSE_FIELD_OWNER = 0x8,
       CORPSE_FIELD_PARTY = 0xA,
       CORPSE_FIELD_DISPLAY_ID = 0xC,
       CORPSE_FIELD_ITEM = 0xD,
       CORPSE_FIELD_BYTES_1 = 0x20,
       CORPSE_FIELD_BYTES_2 = 0x21,
       CORPSE_FIELD_FLAGS = 0x22,
       CORPSE_FIELD_DYNAMIC_FLAGS = 0x23,
    };
    Does it work for you? Im Trying to read [[obj+0x8]+0x20(health)]

  3. #18
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They work, they are unchanged, you fail at reading, [[this+0x8]+0x1A*4] is correct

  4. #19
    LogicWin's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Mar 2011
    Posts
    103
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JuJuBoSc View Post
    They work, they are unchanged, you fail at reading, [[this+0x8]+0x1A*4] is correct

    duh
    I was bit tired at the time i made the post :P Thanks anyway

  5. #20
    guizmows's Avatar Banned
    Reputation
    57
    Join Date
    Feb 2008
    Posts
    414
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DBC:

    Code:
    AnimationData	 = 	0x8BBBDC,
    AreaTable	 = 	0x8BBBF8,
    FootprintTextures	 = 	0x8BBC14,
    GroundEffectDoodad	 = 	0x8BBC30,
    GroundEffectTexture	 = 	0x8BBC4C,
    Light	 = 	0x8BBC68,
    LightFloatBand	 = 	0x8BBCA0,
    LightIntBand	 = 	0x8BBC84,
    LightParams	 = 	0x8BBCBC,
    LightSkybox	 = 	0x8BBCD8,
    LiquidMaterial	 = 	0x8BBCF4,
    LiquidObject	 = 	0x8BBD10,
    LiquidType	 = 	0x8BBD2C,
    Map	 = 	0x8BBD48,
    SoundEntriesAdvanced	 = 	0x8BBD64,
    SoundEntries	 = 	0x8BBD80,
    SoundEntriesFallbacks	 = 	0x8BBD9C,
    TerrainMaterial	 = 	0x8BBDB8,
    TerrainType	 = 	0x8BBDD4,
    Weather	 = 	0x8BBE0C,
    WMOAreaTable	 = 	0x8BBE28,
    ZoneLight	 = 	0x8BBE44,
    ZoneLightPoint	 = 	0x8BBE60,
    AnimKitBoneSetAlias	 = 	0x8DE2F4,
    AnimKitBoneSet	 = 	0x8DE2D8,
    AnimKit	 = 	0x8DE2BC,
    AnimKitConfig	 = 	0x8DE310,
    AnimKitConfigBoneSet	 = 	0x8DE32C,
    AnimKitPriority	 = 	0x8DE348,
    AnimKitSegment	 = 	0x8DE364,
    AnimReplacement	 = 	0x8DE380,
    AnimReplacementSet	 = 	0x8DE39C,
    BannedAddOns	 = 	0x8DE498,
    Cfg_Categories	 = 	0x8DE540,
    Cfg_Configs	 = 	0x8DE55C,
    CharBaseInfo	 = 	0x8DE578,
    CharHairGeosets	 = 	0x8DE594,
    CharSections	 = 	0x8DE5B0,
    CharStartOutfit	 = 	0x8DE5CC,
    CharacterFacialHairStyles	 = 	0x8DE604,
    ChatProfanity	 = 	0x8DE63C,
    ChrClasses	 = 	0x8DE658,
    ChrClassesXPowerTypes	 = 	0x8DE674,
    ChrRaces	 = 	0x8DE690,
    CreatureDisplayInfo	 = 	0x8DE700,
    CreatureDisplayInfoExtra	 = 	0x8DE6E4,
    CreatureFamily	 = 	0x8DE71C,
    CreatureModelData	 = 	0x8DE754,
    FactionGroup	 = 	0x8DE9D8,
    FactionTemplate	 = 	0x8DEA10,
    FileData	 = 	0x8DEA2C,
    GameTips	 = 	0x8DEAB8,
    GlueScreenEmote	 = 	0x8DEAF0,
    GuildColorBackground	 = 	0x8DED20,
    GuildColorBorder	 = 	0x8DED3C,
    GuildColorEmblem	 = 	0x8DED58,
    HelmetGeosetVisData	 = 	0x8DED90,
    ItemClass	 = 	0x8DEE70,
    ItemDisplayInfo	 = 	0x8DEF88,
    ItemSubClass	 = 	0x8DF0A4,
    ItemVisuals	 = 	0x8DF0DC,
    ItemVisualEffects	 = 	0x8DF0C0,
    LoadingScreens	 = 	0x8DF184,
    Movie	 = 	0x8DF280,
    MovieFileData	 = 	0x8DF29C,
    MovieVariation	 = 	0x8DF2B8,
    NameGen	 = 	0x8DF2D4,
    NamesProfanity	 = 	0x8DF328,
    NamesReserved	 = 	0x8DF344,
    ObjectEffect	 = 	0x8E002C,
    ObjectEffectGroup	 = 	0x8E0048,
    ObjectEffectModifier	 = 	0x8E0064,
    ObjectEffectPackage	 = 	0x8E0080,
    ObjectEffectPackageElem	 = 	0x8E009C,
    ParticleColor	 = 	0x8DF3D0,
    Resistances	 = 	0x8DF520,
    SoundFilter	 = 	0x8E00B8,
    SoundFilterElem	 = 	0x8E00D4,
    SpamMessages	 = 	0x8DF76C,
    SpellEffect	 = 	0x8DF910,
    SpellVisualEffectName	 = 	0x8DFBCC,
    SpellVisualKit	 = 	0x8DFBE8,
    SoundProviderPreferences	 = 	0x8DF750,
    Achievement	 = 	0x8DE268,
    Achievement_Criteria	 = 	0x8DE284,
    Achievement_Category	 = 	0x8DE2A0,
    AreaGroup	 = 	0x8DE3B8,
    AreaPOI	 = 	0x8DE3D4,
    AreaPOISortedWorldState	 = 	0x8DE3F0,
    AreaAssignment	 = 	0x8DE40C,
    AreaTrigger	 = 	0x8DE428,
    ArmorLocation	 = 	0x8DE444,
    AuctionHouse	 = 	0x8DE460,
    BankBagSlotPrices	 = 	0x8DE47C,
    BarberShopStyle	 = 	0x8DE4B4,
    BattlemasterList	 = 	0x8DE4D0,
    CameraMode	 = 	0x8DE4EC,
    CameraShakes	 = 	0x8DE508,
    CastableRaidBuffs	 = 	0x8DE524,
    CharTitles	 = 	0x8DE5E8,
    ChatChannels	 = 	0x8DE620,
    CinematicCamera	 = 	0x8DE6AC,
    CinematicSequences	 = 	0x8DE6C8,
    CreatureImmunities	 = 	0x8DE738,
    CreatureMovementInfo	 = 	0x8DE770,
    CreatureSoundData	 = 	0x8DE78C,
    CreatureSpellData	 = 	0x8DE7A8,
    CreatureType	 = 	0x8DE7C4,
    CurrencyTypes	 = 	0x8DE7E0,
    CurrencyCategory	 = 	0x8DE7FC,
    DanceMoves	 = 	0x8DE818,
    DeathThudLookups	 = 	0x8DE834,
    DestructibleModelData	 = 	0x8DE888,
    DungeonEncounter	 = 	0x8DE8A4,
    DungeonMap	 = 	0x8DE8C0,
    DungeonMapChunk	 = 	0x8DE8DC,
    DurabilityCosts	 = 	0x8DE8F8,
    DurabilityQuality	 = 	0x8DE914,
    Emotes	 = 	0x8DE930,
    EmotesTextData	 = 	0x8DE94C,
    EmotesTextSound	 = 	0x8DE968,
    EmotesText	 = 	0x8DE984,
    EnvironmentalDamage	 = 	0x8DE9A0,
    Exhaustion	 = 	0x8DE9BC,
    Faction	 = 	0x8DE9F4,
    FootstepTerrainLookup	 = 	0x8DEA48,
    GameObjectArtKit	 = 	0x8DEA64,
    GameObjectDisplayInfo	 = 	0x8DEA80,
    GameTables	 = 	0x8DEA9C,
    GemProperties	 = 	0x8DEAD4,
    GlyphProperties	 = 	0x8DEB0C,
    GlyphSlot	 = 	0x8DEB28,
    GMSurveyAnswers	 = 	0x8DEB44,
    GMSurveyCurrentSurvey	 = 	0x8DEB60,
    GMSurveyQuestions	 = 	0x8DEB7C,
    GMSurveySurveys	 = 	0x8DEB98,
    GMTicketCategory	 = 	0x8DEBB4,
    gtBarberShopCostBase	 = 	0x8DEBD0,
    gtCombatRatings	 = 	0x8DEBEC,
    gtChanceToMeleeCrit	 = 	0x8DEC08,
    gtChanceToMeleeCritBase	 = 	0x8DEC24,
    gtChanceToSpellCrit	 = 	0x8DEC40,
    gtChanceToSpellCritBase	 = 	0x8DEC5C,
    gtNPCManaCostScaler	 = 	0x8DEC78,
    gtOCTClassCombatRatingScalar	 = 	0x8DEC94,
    gtOCTHpPerStamina	 = 	0x8DECB0,
    gtOCTRegenMP	 = 	0x8DECCC,
    gtRegenMPPerSpt	 = 	0x8DECE8,
    gtSpellScaling	 = 	0x8DED04,
    GuildPerkSpells	 = 	0x8DED74,
    HolidayDescriptions	 = 	0x8DEDAC,
    HolidayNames	 = 	0x8DEDC8,
    Holidays	 = 	0x8DEDE4,
    ItemArmorQuality	 = 	0x8DEE1C,
    ItemArmorTotal	 = 	0x8DEE00,
    ItemArmorShield	 = 	0x8DEE38,
    ItemBagFamily	 = 	0x8DEE54,
    ItemDamageAmmo	 = 	0x8DEE8C,
    ItemDamageOneHand	 = 	0x8DEEA8,
    ItemDamageOneHandCaster	 = 	0x8DEEC4,
    ItemDamageRanged	 = 	0x8DEEE0,
    ItemDamageThrown	 = 	0x8DEEFC,
    ItemDamageTwoHand	 = 	0x8DEF18,
    ItemDamageTwoHandCaster	 = 	0x8DEF34,
    ItemDamageWand	 = 	0x8DEF50,
    ItemDisenchantLoot	 = 	0x8DEF6C,
    ItemGroupSounds	 = 	0x8DEFA8,
    ItemLimitCategory	 = 	0x8DEFC4,
    ItemPetFood	 = 	0x8DEFE0,
    ItemPurchaseGroup	 = 	0x8DEFFC,
    ItemRandomProperties	 = 	0x8DF018,
    ItemRandomSuffix	 = 	0x8DF034,
    ItemReforge	 = 	0x8DF050,
    ItemSet	 = 	0x8DF06C,
    ItemSubClassMask	 = 	0x8DF088,
    LanguageWords	 = 	0x8DF0F8,
    Languages	 = 	0x8DF114,
    LfgDungeonExpansion	 = 	0x8DF130,
    LfgDungeonGroup	 = 	0x8DF14C,
    LfgDungeons	 = 	0x8DF168,
    LoadingScreenTaxiSplines	 = 	0x8DF1A0,
    Lock	 = 	0x8DF1BC,
    LockType	 = 	0x8DF1D8,
    MailTemplate	 = 	0x8DF1F4,
    MapDifficulty	 = 	0x8DF210,
    Material	 = 	0x8DF22C,
    MountCapability	 = 	0x8DF248,
    MountType	 = 	0x8DF264,
    NPCSounds	 = 	0x8DF2F0,
    NumTalentsAtLevel	 = 	0x8DF30C,
    OverrideSpellData	 = 	0x8DF360,
    Package	 = 	0x8DF37C,
    PageTextMaterial	 = 	0x8DF398,
    PaperDollItemFrame	 = 	0x8DF3B4,
    Phase	 = 	0x8DF3EC,
    PhaseXPhaseGroup	 = 	0x8DF424,
    PowerDisplay	 = 	0x8DF440,
    PvpDifficulty	 = 	0x8DF45C,
    QuestFactionReward	 = 	0x8DF478,
    QuestInfo	 = 	0x8DF494,
    QuestPOIBlob	 = 	0x8DF4B0,
    QuestPOIPoint	 = 	0x8DF4CC,
    QuestSort	 = 	0x8DF4E8,
    QuestXP	 = 	0x8DF504,
    ResearchBranch	 = 	0x8DF574,
    ResearchField	 = 	0x8DF558,
    ResearchProject	 = 	0x8DF590,
    ResearchSite	 = 	0x8DF5AC,
    RandPropPoints	 = 	0x8DF53C,
    ScalingStatDistribution	 = 	0x8DF5C8,
    ScalingStatValues	 = 	0x8DF5E4,
    ScreenEffect	 = 	0x8DF600,
    ScreenLocation	 = 	0x8DF61C,
    ServerMessages	 = 	0x8DF638,
    SkillLineAbility	 = 	0x8DF654,
    SkillLineAbilitySortedSpell	 = 	0x8DF670,
    SkillLineCategory	 = 	0x8DF68C,
    SkillLine	 = 	0x8DF6A8,
    SkillRaceClassInfo	 = 	0x8DF6C4,
    SkillTiers	 = 	0x8DF6E0,
    SoundAmbience	 = 	0x8DF6FC,
    SoundAmbienceFlavor	 = 	0x8DF718,
    SoundEmitters	 = 	0x8DF734,
    SpellActivationOverlay	 = 	0x8DF788,
    SpellAuraOptions	 = 	0x8DF7A4,
    SpellAuraRestrictions	 = 	0x8DF7C0,
    SpellCastingRequirements	 = 	0x8DF7DC,
    SpellCastTimes	 = 	0x8DF7F8,
    SpellCategories	 = 	0x8DF814,
    SpellCategory	 = 	0x8DF830,
    SpellChainEffects	 = 	0x8DF84C,
    SpellClassOptions	 = 	0x8DF868,
    SpellCooldowns	 = 	0x8DF884,
    Spell	 = 	0x8DFB24,
    SpellDescriptionVariables	 = 	0x8DF8A0,
    SpellDifficulty	 = 	0x8DF8BC,
    SpellDispelType	 = 	0x8DF8D8,
    SpellDuration	 = 	0x8DF8F4,
    SpellEffectCameraShakes	 = 	0x8DF92C,
    SpellEquippedItems	 = 	0x8DF948,
    SpellFlyout	 = 	0x8DF964,
    SpellFlyoutItem	 = 	0x8DF980,
    SpellFocusObject	 = 	0x8DF99C,
    SpellIcon	 = 	0x8DF9B8,
    SpellInterrupts	 = 	0x8DF9D4,
    SpellItemEnchantment	 = 	0x8DF9F0,
    SpellItemEnchantmentCondition	 = 	0x8DFA0C,
    SpellLevels	 = 	0x8DFA28,
    SpellMechanic	 = 	0x8DFA44,
    SpellMissile	 = 	0x8DFA60,
    SpellMissileMotion	 = 	0x8DFA7C,
    SpellRadius	 = 	0x8DFAB4,
    SpellRange	 = 	0x8DFAD0,
    SpellPower	 = 	0x8DFA98,
    SpellReagents	 = 	0x8DFB08,
    SpellRuneCost	 = 	0x8DFAEC,
    SpellScaling	 = 	0x8DFB40,
    SpellShapeshift	 = 	0x8DFB5C,
    SpellShapeshiftForm	 = 	0x8DFB78,
    SpellTargetRestrictions	 = 	0x8DFB94,
    SpellTotems	 = 	0x8DFBB0,
    SpellVisual	 = 	0x8DFC3C,
    SpellVisualKitAreaModel	 = 	0x8DFC04,
    SpellVisualKitModelAttach	 = 	0x8DFC20,
    Stationery	 = 	0x8DFC58,
    StringLookups	 = 	0x8DFC74,
    SummonProperties	 = 	0x8DFC90,
    Talent	 = 	0x8DFCAC,
    TalentTab	 = 	0x8DFCC8,
    TalentTreePrimarySpells	 = 	0x8DFCE4,
    TaxiNodes	 = 	0x8DFD00,
    TaxiPathNode	 = 	0x8DFD1C,
    TaxiPath	 = 	0x8DFD38,
    TerrainTypeSounds	 = 	0x8DFD54,
    TotemCategory	 = 	0x8DFD70,
    TransportAnimation	 = 	0x8DFD8C,
    TransportPhysics	 = 	0x8DFDA8,
    TransportRotation	 = 	0x8DFDC4,
    UnitBloodLevels	 = 	0x8DFDE0,
    UnitBlood	 = 	0x8DFDFC,
    UnitPowerBar	 = 	0x8DFE18,
    Vehicle	 = 	0x8DFE34,
    VehicleSeat	 = 	0x8DFE50,
    VehicleUIIndicator	 = 	0x8DFE6C,
    VehicleUIIndSeat	 = 	0x8DFE88,
    VocalUISounds	 = 	0x8DFEA4,
    World_PVP_Area	 = 	0x8DFEC0,
    WeaponImpactSounds	 = 	0x8DFEDC,
    WeaponSwingSounds2	 = 	0x8DFEF8,
    WorldMapArea	 = 	0x8DFF14,
    WorldMapContinent	 = 	0x8DFF30,
    WorldMapOverlay	 = 	0x8DFF4C,
    WorldMapTransforms	 = 	0x8DFF68,
    WorldSafeLocs	 = 	0x8DFF84,
    WorldStateUI	 = 	0x8DFFA0,
    ZoneIntroMusicTable	 = 	0x8DFFBC,
    ZoneMusic	 = 	0x8DFFD8,
    WorldStateZoneSounds	 = 	0x8DFFF4,
    WorldChunkSounds	 = 	0x8E0010,
    PhaseShiftZoneSounds	 = 	0x8DF408,
    Last edited by guizmows; 05-14-2011 at 03:35 PM.

  6. #21
    sitnspinlock's Avatar Elite User CoreCoins Purchaser
    Reputation
    398
    Join Date
    Sep 2010
    Posts
    439
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    filler

    filler
    Last edited by sitnspinlock; 05-15-2011 at 01:25 PM.

  7. #22
    ziknos's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, Im learning how to use Memory Editing, i use Autoit and i have problems to use that offsets.. i can't do a code to show me in console that offsets, all say value = 0.. that's what i do :


    UNIT_FIELD_HEALTH = 0x1A,

    #include <nomadmemory.au3>
    SetPrivilege("sedebugPrivilege",1)
    $Process = _MemoryOpen(ProcessExists("wow.exe"))
    $Estatic_Pointer = 0x1A

    $hp = _MemoryRead($Estatic_Pointer, $Process, 'ptr')

    ConsoleWrite(_MemoryRead($hp, $Process, 'float')&@CRLF)

    What im doing wrong?

    Thanks you, im totally new

  8. #23
    Bananenbrot's Avatar Contributor
    Reputation
    153
    Join Date
    Nov 2009
    Posts
    384
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "This section is more advanced than others on MMOwnedRead the section specific rules, infractions will be given out if u break them!That is including the expectations! - If you don't meet them then don't post"
    hmm... what should the mods do? let it flash like a christmas tree?

    look here: http://www.mmowned.com/forums/world-...ion-rules.html

  9. #24
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ziknos View Post
    Hello, Im learning how to use Memory Editing, i use Autoit and i have problems to use that offsets.. i can't do a code to show me in console that offsets, all say value = 0.. that's what i do :


    UNIT_FIELD_HEALTH = 0x1A,

    #include <nomadmemory.au3>
    SetPrivilege("sedebugPrivilege",1)
    $Process = _MemoryOpen(ProcessExists("wow.exe"))
    $Estatic_Pointer = 0x1A

    $hp = _MemoryRead($Estatic_Pointer, $Process, 'ptr')

    ConsoleWrite(_MemoryRead($hp, $Process, 'float')&@CRLF)

    What im doing wrong?

    Thanks you, im totally new
    The 5(2) steps to fix your problem:

    1) READ THE RULES!
    2) Learn a REAL language (believe me, I used to use Autoit; now I made the move to C# im much better off)
    3) WoW uses ASLR, open google and search for it.
    4) Remake your code in C# using the ASLR information you just learned
    5) Profit???

    or the lazy option:

    1) Wait for someone to give you the code.
    2) In 3 days time, you will post again with a new problem... and you will receive this info again
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  10. #25
    LogicWin's Avatar Master Sergeant
    Reputation
    51
    Join Date
    Mar 2011
    Posts
    103
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ziknos View Post
    Hello, Im learning how to use Memory Editing, i use Autoit and i have problems to use that offsets.. i can't do a code to show me in console that offsets, all say value = 0.. that's what i do :


    UNIT_FIELD_HEALTH = 0x1A,

    #include <nomadmemory.au3>
    SetPrivilege("sedebugPrivilege",1)
    $Process = _MemoryOpen(ProcessExists("wow.exe"))
    $Estatic_Pointer = 0x1A

    $hp = _MemoryRead($Estatic_Pointer, $Process, 'ptr')

    ConsoleWrite(_MemoryRead($hp, $Process, 'float')&@CRLF)

    What im doing wrong?

    Thanks you, im totally new
    Here's some links for noobs:
    http://www.mmowned.com/forums/world-...ot-autoit.html
    http://www.mmowned.com/forums/world-...ml#post2039199

  11. #26
    Bananenbrot's Avatar Contributor
    Reputation
    153
    Join Date
    Nov 2009
    Posts
    384
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Ryuk- View Post
    The 5(2) steps to fix your problem:

    1) READ THE RULES!
    2) Learn a REAL language (believe me, I used to use Autoit; now I made the move to C# im much better off)
    3) WoW uses ASLR, open google and search for it.
    4) Remake your code in C# using the ASLR information you just learned
    5) Profit???

    or the lazy option:

    1) Wait for someone to give you the code.
    2) In 3 days time, you will post again with a new problem... and you will receive this info again
    His problems are hardly related to ASLR... just about anything went wrong there...

    Pick up an object manager guide:
    how the object (-manager) works (C#)
    simply get a working object manager (AutoIT)

    Be sure you know how a descriptor works... and pllllzzzz do some research regarding Windows programming, in particular processes, dll loading...
    Learn about reverse engineering. If you did, you will quickly recognize that reading from address 0x1A will almost always be bullshit.

  12. #27
    ziknos's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bananenbrot View Post
    hmm... what should the mods do? let it flash like a christmas tree?

    look here: http://www.mmowned.com/forums/world-...ion-rules.html
    Originally Posted by -Ryuk- View Post
    The 5(2) steps to fix your problem:

    1) READ THE RULES!
    2) Learn a REAL language (believe me, I used to use Autoit; now I made the move to C# im much better off)
    3) WoW uses ASLR, open google and search for it.
    4) Remake your code in C# using the ASLR information you just learned
    5) Profit???

    or the lazy option:

    1) Wait for someone to give you the code.
    2) In 3 days time, you will post again with a new problem... and you will receive this info again
    Originally Posted by Bananenbrot View Post
    His problems are hardly related to ASLR... just about anything went wrong there...

    Pick up an object manager guide:
    how the object (-manager) works (C#)
    simply get a working object manager (AutoIT)

    Be sure you know how a descriptor works... and pllllzzzz do some research regarding Windows programming, in particular processes, dll loading...
    Learn about reverse engineering. If you did, you will quickly recognize that reading from address 0x1A will almost always be bullshit.
    Thanks you all, i readed the rules before post that, but i did it anyway to read your post's whit that info you gived me, all this will be very useful to me, i will start whit the guides for newbs.

    Thanks you very much

  13. #28
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bananenbrot View Post
    His problems are hardly related to ASLR... just about anything went wrong there...

    Pick up an object manager guide:
    how the object (-manager) works (C#)
    simply get a working object manager (AutoIT)

    Be sure you know how a descriptor works... and pllllzzzz do some research regarding Windows programming, in particular processes, dll loading...
    Learn about reverse engineering. If you did, you will quickly recognize that reading from address 0x1A will almost always be bullshit.
    He will also need to know that wow uses ASLR
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  14. #29
    Verletzer's Avatar Private
    Reputation
    11
    Join Date
    Apr 2011
    Posts
    11
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He will also need to know that wow uses ASLR
    ...or that you can disable it by changing one byte in the WoW binary.

  15. #30
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Verletzer View Post
    ...or that you can disable it by changing one byte in the WoW binary.
    Wheres the fun in that?
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [WoW][3.3.5.12340] Info Dump Thread
    By Nesox in forum WoW Memory Editing
    Replies: 102
    Last Post: 5 Days Ago, 12:44 PM
  2. [WoW][4.0.3.13329] Info Dump Thread
    By TOM_RUS in forum WoW Memory Editing
    Replies: 73
    Last Post: 02-06-2011, 06:37 AM
  3. [WoW][4.0.1.13164] Info Dump Thread
    By Seifer in forum WoW Memory Editing
    Replies: 29
    Last Post: 01-18-2011, 09:14 AM
  4. [WoW][4.0.1.13205] Info Dump Thread
    By DrGonzo in forum WoW Memory Editing
    Replies: 12
    Last Post: 11-11-2010, 02:34 PM
  5. [WoW][3.3.3.11723] Info Dump Thread
    By miceiken in forum WoW Memory Editing
    Replies: 2
    Last Post: 03-27-2010, 04:42 PM
All times are GMT -5. The time now is 10:51 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search