Unforgiven
OG
Hello, after getting endless spam whit WSG marks to my mail box i found this post on wow-europe.com http://forums.wow-europe.com/thread.html;jsessionid=156E37A954E36B9FCBB98D3D37B10EB5.app06_02?topicId=6666266788&sid=1
To delete an Alterac Valley Mark of Honor:
/run i="Alterac Valley Mark of Honor"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then SplitContainerItem(-4,y,1); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 1x%s", l)); end end
To delete an Arathi Basin Mark of Honor:
/run i="Arathi Basin Mark of Honor"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then SplitContainerItem(-4,y,1); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 1x%s", l)); end end
To delete a Warsong Gulch Mark of Honor:
/run i="Warsong Gulch Mark of Honor"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then SplitContainerItem(-4,y,1); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 1x%s", l)); end end
All credits to Razakel from Shattered Halls
To delete an Alterac Valley Mark of Honor:
/run i="Alterac Valley Mark of Honor"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then SplitContainerItem(-4,y,1); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 1x%s", l)); end end
To delete an Arathi Basin Mark of Honor:
/run i="Arathi Basin Mark of Honor"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then SplitContainerItem(-4,y,1); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 1x%s", l)); end end
To delete a Warsong Gulch Mark of Honor:
/run i="Warsong Gulch Mark of Honor"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then SplitContainerItem(-4,y,1); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 1x%s", l)); end end
All credits to Razakel from Shattered Halls