[HELP] Function for unitname ? menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    paly's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    9
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [HELP] Function for unitname ?

    Hi !

    I've been searching a function for finding the name of a wow unit, but after some days of research I can't find anything... I still have the unit GUID, Health, ObjectType, lvl, X, Y, Z and more... but I can't find the name of the creature

    Is there a function for finding it ?

    I'm new on wow memory editing, and I'm not an english speaker, so sorry for my poor english

    Thanks !!!

    [HELP] Function for unitname ?
  2. #2
    Evieh's Avatar Contributor
    Reputation
    92
    Join Date
    Aug 2006
    Posts
    191
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Address = current object baseaddress

    Code:
    function GetUnitName(Address: Cardinal): string;
    var
      ptr1: integer;
      ptr2: integer;
    begin
      ptr1 := ReadIntValue(Address + $964);
      ptr2 := ReadIntValue(ptr1 + $5C);
      Result := ReadMemoryStr(ptr2, 100);
    end;
    In process you can use engine functions.

  3. #3
    eLaps's Avatar Active Member
    Reputation
    34
    Join Date
    Sep 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you're in-process you can use the vtable. It's the 54th function and has type 'char8_t* (*)()'.
    This is the kind of question you should be able to answer by searching, it has been covered many many times.
    I won't give you the code, you need to learn by yourself if you want to have a chance in this section.

  4. #4
    paly's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    9
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your answers ! but I have another (stupid) question : in-process means doing injection ? (dont laugh at me, I'm a newbie )

  5. #5
    eLaps's Avatar Active Member
    Reputation
    34
    Join Date
    Sep 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes. It means you run your code in the game's thread.

  6. #6
    paly's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    9
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you

Similar Threads

  1. [Release] Scan Pixels function for VB.net
    By suicidity in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 07-09-2014, 02:12 PM
  2. [Help] Looking For Help :)
    By Xevio in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 12-01-2007, 07:57 PM
  3. A Helpful Macro for Hunters
    By Rayz in forum WoW UI, Macros and Talent Specs
    Replies: 1
    Last Post: 09-24-2007, 04:12 PM
  4. Help plz for a noob
    By Alvin649 in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-23-2007, 07:44 AM
  5. Replies: 10
    Last Post: 05-07-2007, 01:16 PM
All times are GMT -5. The time now is 02:22 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