[Help] GameObject result interpretation menu

Shout-Out

User Tag List

Results 1 to 5 of 5
  1. #1
    nopz's Avatar Active Member
    Reputation
    67
    Join Date
    Aug 2009
    Posts
    56
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    [Help] GameObject result interpretation

    Hi there,

    i've been reading here for some time now, and i was wondering about my GameObject results.

    I've been reading the 3.2.0 Dump thread and found Unkn0wn0x addr and offsets.

    Printing Object XYZ i've got that output :

    Guid : 873341801
    X : 1,25151190098001E-191
    Y : 1,2515126333566E-191
    Z : 2,01415716642753E-315

    Code:
    GetObjManager ((0x0125A590) + 0x2D8C);
    GetFirstObject (ObjectManager + 0xAC);
    GetNextObject (ObjectBase + 0x3C);
    
    GetObjectX (ObjectBase + 0xE8);
    GetObjectY (ObjectBase + 0xEC);
    GetObjectZ (ObjectBase + 0xF0);
    here is my ObjectRefresher

    Code:
    while (curobject != 0 && (curobject & 1) == 0) {
      Console.WriteLine("Guid : " + GetObjectGUID(mp.WindowHandle, curobject));
      Console.WriteLine("X : " + GetObjectX(mp.WindowHandle, curobject));
      Console.WriteLine("Y : " + GetObjectY(mp.WindowHandle, curobject));
      Console.WriteLine("Z : " + GetObjectZ(mp.WindowHandle, curobject));
      uint next = GetNextObject(mp.WindowHandle, curobject);
      if (next != curobject)
        curobject = next;
      else
        break;
    }
    Also is there a way to get ObjectName without using a CodeCave ?



    edit.
    For Object type 5 : ReadASCIIString(H, ReadUInt(H, ReadUInt(H, ObjectBase + 0x1A4) + 0x90), 30); read correctly the name of Object.
    Still searching a way to read for type 1.2.3.4.7
    Last edited by nopz; 09-14-2009 at 11:12 AM.

    [Help] GameObject result interpretation
  2. #2
    furang's Avatar Member
    Reputation
    19
    Join Date
    Jul 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your guid is suspicious.... is it 8 bytes long (UINT64)?
    Dunno know what is CodeCave. Here's the way i get object's names
    name=[[[dwCurObject + 0x968]+ 0x5C]]
    don't forget to convert to ansi.

  3. #3
    nopz's Avatar Active Member
    Reputation
    67
    Join Date
    Aug 2009
    Posts
    56
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    You were right my guid was a uint and not a uint64.

    and your offsets also works.

    But do you know if there is a way to Convert an Ascii string to an Ansi one?
    Because i got that result :

    Name : Sanglier tachet??
    Guid : 17379391013999552817
    X : 1,19594610928054E-191
    Y : 1,1959468416442E-191
    Z : 2,01374673621422E-315
    Name : Li??vre
    Guid : 17379391061864346099
    X : 1,1264888696562E-191
    Y : 1,12648960200369E-191
    Z : 2,01323369844758E-315

    And do you think XYZ are correct?

  4. #4
    furang's Avatar Member
    Reputation
    19
    Join Date
    Jul 2009
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm using C++.
    Utf8ToAnsi() converts fine.
    I'm just learning C# and don't know how to do it in C#.
    As for xyz....
    I use this offsets
    x=[dwCurObject + 0x7D4]
    y=[dwCurObject + 0x7D8]
    z=[dwCurObject + 0x7DC]
    and what specificator do you use to print xyz? %f?
    Last edited by furang; 09-15-2009 at 01:02 PM.

  5. #5
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Coords are float. And to display a float just use '0.5f'.


Similar Threads

  1. [Help] Gameobjects Issue
    By Madara Uchiha in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 05-27-2008, 11:15 AM
  2. [Help] Gameobjects
    By Madara Uchiha in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 04-18-2008, 04:02 PM
  3. need help with promotional fireworks gameobject id
    By insaneblade87 in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 03-19-2008, 09:01 AM
  4. [Help] Gameobject problem
    By Lich King in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-15-2008, 08:24 AM
  5. [Help] Gameobjects.
    By kanqaz in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 03-03-2008, 12:23 PM
All times are GMT -5. The time now is 11:50 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