OffsetQuestion *Newbie Help* menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    Opachl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    OffsetQuestion *Newbie Help*

    I try to create all the class stuff i found here in Forum and after that i Update my Offset class.

    but now i cant get:
    x y z pitch pos from a player solved see edit below
    the level combat flag
    mana and live

    i read it like that:
    Code:
    /// <summary>
        /// Memory locations specific to the WowObject type.
        /// Version: 4.0.6 13623
        /// </summary>
        public enum WowObject : uint
        {
    ******editNowI Use*********
      X = 0x790,
          Y = X + 0x4,
          Z = X + 0x8,
          RotationOffset = X + 0x10,
          GameObjectX = 0x110,
          GameObjectY = GameObjectX + 0x4,
          GameObjectZ = GameObjectX + 0x8,     
          Pitch = X + 0x14,
          Rotation = X + 0x10,
    ****************************
          X = 0x898,
          Y = X + 0x4,
          Z = X + 0x8,
          GameObjectX = 0x110,
          GameObjectY = GameObjectX + 0x4,
          GameObjectZ = GameObjectX + 0x8,
          Pitch = X + 0x14,
          Rotation = X + 0x10,
        }
    
    BaseAddress  = the base of the found objekt (type of it is 4)
    
    float x = ObjectManager.Memory.ReadFloat(BaseAddress + (uint)Offsets.WowObject.X); 
    float y = ObjectManager.Memory.ReadFloat(BaseAddress + (uint)Offsets.WowObject.Y); 
    float z = ObjectManager.Memory.ReadFloat(BaseAddress + (uint)Offsets.WowObject.Z);

    Code:
    UNIT_FIELD_LEVEL = 0xC0;
    
     protected T GetStorageField<T>(uint field) where T : struct
            {
                field *= 4;
                var m_pStorage = ObjectManager.Read<uint>(BaseAddress + 0x08);
                return (T)ObjectManager.Memory.ReadObject(m_pStorage + field, typeof(T));
            }
    
    int level =  GetStorageField<int>((uint)Offsets.WowUnitFields.UNIT_FIELD_LEVEL);
    ***EditRemoved DownloadLink*Reason: Out of Date*********
    my full Projekt can be downloaded at xxxxxxxx
    ***EditRemoved DownloadLink**********

    i hope some of you can give me some tipps its my first time for me doing stuff in wow
    and maybe tipps to hide my actions from warden

    thanks for all your help
    Last edited by Opachl; 07-04-2011 at 05:07 AM. Reason: Link out of Date

    OffsetQuestion *Newbie Help*
  2. #2
    Steveiwonder's Avatar Active Member
    Reputation
    31
    Join Date
    Oct 2009
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've downloaded your project, updated the offsets and it worked fine.

    If you want information, read this forum there is ALOT of info freely available.
    Last edited by Steveiwonder; 07-03-2011 at 11:43 AM.

  3. #3
    Opachl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Steveiwonder can i have the updated offset class ? please it would help me alot i am a beginner in this topic and i my first problem is i dont know how to use the offsets because in the sticky post are diffrent formatet offset addresses and i am not sure how to use it.

    or may you can give me some hints and if you dont want to public the offsets may send me a pm

Similar Threads

  1. Area changing newbie in need of a help
    By WinKIller0 in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 08-05-2009, 02:27 AM
  2. Help to newbies
    By vittwow in forum Suggestions
    Replies: 22
    Last Post: 08-07-2008, 02:46 PM
  3. Newbie needs help =)
    By PhyrreFly in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 05-22-2007, 11:11 PM
  4. Help Please im a newbie
    By phoenix in forum World of Warcraft General
    Replies: 3
    Last Post: 07-14-2006, 09:29 AM
All times are GMT -5. The time now is 08:40 AM. 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