1. soul shard deleting macro or preferably addon

    Anyone have a automatic soul shard deleting macro or preferably addon that actually works?

  2. 2 Weeks Ago  
    There is this macro to delete the first shard in inventory:

    /run i="Soul Shard"d=1 for x=0,4 do for y=1,GetContainerNumSlots(x) do if (d>0) then l=GetContainerItemLink(x,y) if l and GetItemInfo(l)==i then PickupContainerItem(x,y) DeleteCursorItem() d=d-1 end end end end

    There is also the soulsort addon to sort the shards in the bags.

Posting Permissions

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