Destroy BG marks

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
 
/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,2); DeleteCursorItem(); DEFAULT_CHAT_FRAME:AddMessage(format("Destroyed 2x%s", l)); end end



The red "2" is the ammount of marks to delete

The green "2" is the ammount it says in chat it deleted

This macro will then delete 2 marks.
 
nice! great find Unforgiven!



i hate getting marks in the mail. always have to check the mail symbol on minimap to confirm if there's useful mail there or not.
 
Wish I had this when I played WoW :p

Very nice find. Now if only it converted the marks into gold ...



~Zuty
 
Krymore said:
So does this delete marks from your mail box or from your bags?



neither. it deletes it from your currency.



once the patch (3.0?) came out, it moved your inventory marks to currency.



you cannot delete the marks with this macro if the marks are in your mailbox.
 
fuzzles said:
Sorry if this is noob, but why would you want to delete marks?



you have unread mail. *checks mail* it's from your wsg battlemaster.

if there's new mail, you might not know it either.



OR



you are lonely and bored, and your Q is taking 5 minutes to pop. *spams macro*.. woot.
 
fuzzles said:
Sorry if this is noob, but why would you want to delete marks?



I've bought pretty much all of the gear I can buy using marks. Even stuff at levels I can't even use yet. They just stack up in my mailbox now.



I really wish you could turn the mark in for rep or something. Bums me out that they have pretty much zero use to me now.
 
There should be an achievement based on accumulating unreal amounts of marks lol...
 
Druiddroid said:
you have unread mail. *checks mail* it's from your wsg battlemaster.

if there's new mail, you might not know it either.



OR



you are lonely and bored, and your Q is taking 5 minutes to pop. *spams macro*.. woot.



lol!



Great macros though! :D Adding to my arsenal, thanks. ^^
 
Wish you had those extra marks now don't ya?????????!!!!!!!!!????????
 

Users who are viewing this thread

Top