April 24, 201313 yr /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
April 24, 201313 yr You know there is a button in the profile editor that automatically adds the mob you are targeting?
April 25, 201312 yr 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
Create an account or sign in to comment