Jump to content

Find NPC's ID fast than ever![in-game][no addon]


zjxlsmr

Recommended Posts

/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,
 
tnTHUzA.png
 
 
it is so handy in making griding profile xD
Link to comment
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...