How to delete your mark of honor menu

User Tag List

Results 1 to 13 of 13
  1. #1
    cokane's Avatar Member
    Reputation
    14
    Join Date
    Feb 2007
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to delete your mark of honor

    I'm currently working on grinding out honor/tokens in BG and ran into a little snag. I had 98 tokens and the following game our team won, which sent the 3 mark of honor to the mail.

    Now with the current currency system, you are unable to shift+click to separate the stacks and delete a few. So after some googling I found a little fix to get around this snag.

    All credits to Razakel-Shattered Halls (US)

    With patch 3.0.2, battleground tokens (and a few other things, for example, Badges of Justice) are now listed in the new Currency tab in the Character window. Unfortunately, this means players with too many tokens are unable to destroy one or two in order to pick up some that might be mailed to them.

    I've written a couple of macros that will destroy one of whatever token you want rid of. Press enter, copy and paste the text below into your chat frame, and press Enter again.

    The Currency frame is basically a bag that isn't available through the normal interface. This macro looks through it until it finds an item that matches what it's looking for, then picks one of them up and destroys it. You can also use this macro to delete Badges of Justice, if you're so inclined. Just change i to equal "Badge of Justice".

    Warning: Running this will delete one of whichever token it refers to without confirmation! Please ensure you are deleting the right one.

    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
    Hope this was useful to other people grinding honor.

    How to delete your mark of honor
  2. #2
    deathbypaa's Avatar Member
    Reputation
    2
    Join Date
    Nov 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OR you can just buy one of those useful potions or Star's Tears from the PVP vendors.

  3. #3
    srsly's Avatar Member
    Reputation
    8
    Join Date
    Dec 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i'd go with the potions

  4. #4
    gooofy's Avatar Member
    Reputation
    30
    Join Date
    Oct 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why not just do the turn-ins for honor?

  5. #5
    markus9312's Avatar Member
    Reputation
    14
    Join Date
    Jan 2007
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe he only got one specific kind of mark

  6. #6
    Muzikfreak's Avatar Member
    Reputation
    2
    Join Date
    Feb 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Didn't know about that. Good find.

  7. #7
    Itachiwolf's Avatar Active Member
    Reputation
    18
    Join Date
    Sep 2006
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Heh, somehow I didn't know this already... You can tick the box to show items in inventory though...

    +Rep

  8. #8
    JuniorTechnician's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Itachiwolf View Post
    Heh, somehow I didn't know this already... You can tick the box to show items in inventory though...

    +Rep
    yup. and also the fact you should just go ahead and spend it on potions and what not.

  9. #9
    buahbleah's Avatar Contributor
    Reputation
    139
    Join Date
    Feb 2009
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i like your signature cokane.. lol

  10. #10
    lortloaf's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    interesting at any rate +

  11. #11
    Trimak's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, just spend the mark on something useful.

  12. #12
    shaff121's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the question is, why would you want to delete your honor marks ? sure the cap is 100 but once you go over 100 it gets sent to your mail, so theres really no reason to delete marks.

  13. #13
    miLl3niUm's Avatar Member
    Reputation
    16
    Join Date
    Jun 2009
    Posts
    312
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ye idd. (too short)

Similar Threads

  1. Replies: 25
    Last Post: 08-23-2009, 03:45 PM
  2. how to farm BG marks and honor while sleep, work or school without getting banned!
    By Dybberg in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 05-14-2009, 05:44 PM
  3. [Guide] How to DELETE YOUR THREAD
    By Get Bent in forum World of Warcraft Guides
    Replies: 10
    Last Post: 05-15-2008, 06:24 PM
  4. How to delete your own posts!
    By Sonic Waffle in forum Community Chat
    Replies: 6
    Last Post: 01-27-2008, 02:06 PM
All times are GMT -5. The time now is 05:59 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search