Conquest of the Horde

Full Version: ItemID Macro
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using this macro will tell you the ID of any item in game.

/run SLASH_ITEMID1="/itemid" SlashCmdList["ITEMID"]=function(msg) local _,link=GetItemInfo(msg) if link then ChatFrame1:AddMessage(msg .. " has item ID: " .. link:match("item:(%d+):")) end end

To use, create a Macro and input that code. You should get 193 characters out of 255.

Now in the chat area, type /itemid and link up an item.

If you don't have the item available, you can use Ludwig to find a full Item database.

You will receive a message telling you that <X> has an item id of <number>.
*Slowly and discreetly adds the macro to his list.*