Thread: ItemID @ macro

  1. #1
    Deleted

    ItemID @ macro

    Well i wanna make a macro selling some items like [Emberfire Bracers] , itemID: 54501 , how could i do that? so the stats of the item can be show @ the macro

  2. #2
    Just shift click item while being in macro window, that's all.


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  3. #3
    Deleted
    ye and when i press the macro just the name of the item will show,not the item stats

  4. #4
    Deleted
    What channel do you want to link it to?

  5. #5
    Deleted
    Trade , /2

  6. #6
    Deleted
    Code:
    /run local _, link = GetItemInfo(54501) SendChatMessage("WTS "..link..", 500g, PST me", "CHANNEL", nil, 2)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •