Florix

[Guide] NPC ID Macro

7 posts in this topic

You're to lazy to use always wowhead.com to find out a ID of a NPC? no problem, here is a macro that shows you the ID of all NPCs.
How to use it? Just target the NPC and use the Macro and you will get the NPC ID in the Chat.

 

/run local guid, name = UnitGUID("target"), UnitName("target"); print(name .. "'s NPC id is " .. tonumber(guid:sub(6,10), 16))

fNzXsYV.jpg

Edited by Alan
2 people like this

Share this post


Link to post
Share on other sites

Or simply use IDTip which shows NPC/item/spell ids.

1 person likes this

Share this post


Link to post
Share on other sites

Actually i use IDTip but is a usefull macro, nice!

Share this post


Link to post
Share on other sites

Hey Florix can u tell me what addonn that u are using for ur UI ?? looks like something that finally fits me 

and this macro works only in MOP?.... tried it in wod didnt gimme any sort of text

thanks in advance for help

Edited by Boredpanda

Share this post


Link to post
Share on other sites
2 hours ago, Boredpanda said:

Hey Florix can u tell me what addonn that u are using for ur UI ?? looks like something that finally fits me 

and this macro works only in MOP?.... tried it in wod didnt gimme any sort of text

thanks in advance for help

Roth UI + Sexy Map. But now im using only Mistra's Diablo Orbs.
And yes, the chat script is only working on MoP, You can use the addon IDTip for WoD, it shows the IDs from NPCs, Quests, Spells, Achievements, ect.

Share this post


Link to post
Share on other sites
Just now, Florix said:

Roth UI + Sexy Map. But now im using only Mistra's Diablo Orbs.
And yes, the chat script is only working on MoP, You can use the addon IDTip for WoD, it shows the IDs from NPCs, Quests, Spells, Achievements, ect.

thanks for the tip mate 

Share this post


Link to post
Share on other sites

Haha yes the addon IDTip is more handy than a macro xD so that you don't have to be bothered by chats getting flooded xD 

Share this post


Link to post
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