zjxlsmr 49 Posted April 24, 2013 Share Posted April 24, 2013 /run print("Target NPC ID:", tonumber((UnitGUID("target")):sub(-12, -9), 16)) /run local a=strsub(UnitGUID("target"),7,10); print("NPC ID(\""..UnitName("target").."\") = 0x"..a.." = "..tonumber(a,16)) this 2 command can help you with that, it is so handy in making griding profile xD Link to comment https://wrobot.eu/forums/topic/367-find-npcs-id-fast-than-everin-gameno-addon/ Share on other sites More sharing options...
Ohren 106 Posted April 24, 2013 Share Posted April 24, 2013 You know there is a button in the profile editor that automatically adds the mob you are targeting? Playingnaked 1 Link to comment https://wrobot.eu/forums/topic/367-find-npcs-id-fast-than-everin-gameno-addon/#findComment-2574 Share on other sites More sharing options...
Loki 47 Posted April 25, 2013 Share Posted April 25, 2013 Script seems to be to find them in the first place. To make your route more efficient, or somthing :) I usually check wowhead, there is often a map with yellow dots on where the mobs are located. Even so, good script if thats the way you wanna do it. Good job Link to comment https://wrobot.eu/forums/topic/367-find-npcs-id-fast-than-everin-gameno-addon/#findComment-2627 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now