Can't find any way to manage my soul shards!
I just started 'lock and I'm liking it, I just can't find any working addon or macro that helps me manage all these dang soul shards, since each one of them keeps disconnecting me! This macro I found online doesn't work:
/run i="Soul Shard"d=GetItemCount(i)-5 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
This addon called "Soul Shard Limiter" also disconnects me, and I can't even find any of the other addons people recommend like necrosis and lunarsphere, although I doubt they would work either.
Can anyone recommend a solution?