Macro for show ItemID

Hello guys,

do u know about some macro for show itemID in chat or as print() ?

I was try transform macro from macro on spellID: —> not working <—

run for i=1,40 do local name, _, _, _, _, _, _, _, _, _, ItemID=GetCursorInfo(“item”,i); if name then local nameReal = GetItemInfo(ItemID) print(ItemID…“=”…name…“=”…nameReal) end end

ChatGPT was create: —> not working <—

/run local a=select(2,GetItemInfo(GetItemInfo(GetMouseFocus():GetAttribute(“item”))))SendChatLink(“item:”…a)

If u have some info or idea say pls ^^

/itemid help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.