Removing Marks/Badges from Currency Window menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Joevlol's Avatar Contributor
    Reputation
    134
    Join Date
    Apr 2007
    Posts
    271
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Removing Marks/Badges from Currency Window

    Alright, this isn't much of a usefull exploit, but it's an exploit and maybe a use can be found.

    As of patch 3.0 all of your Battleground Marks and Badges are stored in a new tab called "Currency".

    With running this simple script it will allow you to pickup any of your badges/BG Marks from that window and place them into your backpack.

    Upon retriving the item in your backpack it doesn't say that they are bound (got me abit excited), but sadly you can't mail/trade them...

    Edit: Just to add, they appear back in your Currency window when you log out and in.

    Screenshot : http://joev.funpic.org/s/MovingCurrency.jpg

    The Script (Just Replace the Item Name)
    /run i="Item Name"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then PickupContainerItem(-4,y,1);DEFAULT_CHAT_FRAME:AddMessage(format("Joev owns and picked up %s", l)); end end


    So if you want to pick up your Badge of Justice you would use this:
    /run i="Badge of Justice"; for y=1,GetContainerNumSlots(-4) do l=GetContainerItemLink(-4,y) if l and GetItemInfo(l)==i then PickupContainerItem(-4,y,1);DEFAULT_CHAT_FRAME:AddMessage(format("Joev owns and picked up %s", l)); end end


    Hopefully someone can find this usefull.

    -Joev
    Last edited by Joevlol; 11-11-2008 at 06:48 PM.

    Removing Marks/Badges from Currency Window
  2. #2
    Ginchy's Avatar Elite User
    Reputation
    371
    Join Date
    Nov 2006
    Posts
    782
    Thanks G/R
    290/110
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are badges still Bop?

  3. #3
    Yo Dawg's Avatar Active Member
    Reputation
    50
    Join Date
    Sep 2007
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one, maybe usefull for anything.

  4. #4
    Maxused's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ginchy View Post
    Are badges still Bop?

    Umm. Have you lost your mind?
    You know you're addicted to WoW when your girlfriend's pants have a low drop rate.

  5. #5
    NoMoralThreat's Avatar Member
    Reputation
    19
    Join Date
    Oct 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you post the specifics of each variable? I assume for "Item Name" I would replace it with "Badge of Justice"

  6. #6
    Christina's Avatar Contributor
    Reputation
    98
    Join Date
    Aug 2008
    Posts
    394
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    DEFAULT_CHAT_FRAME:AddMessage(format("Joev owns and picked up %s", l));
    Why would you put that useless shit in the macro?

  7. #7
    NoMoralThreat's Avatar Member
    Reputation
    19
    Join Date
    Oct 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Probably as an echo statement to verify completion... and to scare copy/pasters?

  8. #8
    Morag's Avatar Member
    Reputation
    71
    Join Date
    Mar 2007
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so, how you do put them back? ;p

    and is it possible to pick up the honor points? lol
    Have you beaten Battletoads? I have...
    [IMGL]https://img7.imageshack.us/img7/7388/2zp886o88128yt.jpg[/IMGL]


    Watch Morag's 'Lets Plays'
    New Vid every day ~ Rain or shine!
    Now Playing: Nothing <Break time!>

  9. #9
    swankboss's Avatar Active Member
    Reputation
    37
    Join Date
    Feb 2008
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Morag View Post
    so, how you do put them back? ;p

    and is it possible to pick up the honor points? lol
    Log out to put them back in.

    No >.< I tried lol

    -----

    Pretty useless...

  10. #10
    inspiteofmyself's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    um, i dont think this is anything spectacular, as there is a feature in the game to make those currency items appear in your bags with a checkbox. i think you just found a way to script ticking that checkbox. lol...

  11. #11
    Afterlife's Avatar Active Member
    Reputation
    17
    Join Date
    Oct 2006
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can't really think a use for this ......... kinda useless from my point of view

  12. #12
    Saiket's Avatar Contributor
    Reputation
    146
    Join Date
    Jul 2007
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This script will open the currency "bag", in case you want to put them back.

    Code:
    /run ToggleBag(-4)
    Looks and works just like a normal bag, but contains PvP marks and badges.
    Last edited by Saiket; 11-12-2008 at 05:28 AM.
    AddOn developer and long time explorer.

  13. #13
    ToR's Avatar Contributor
    Reputation
    161
    Join Date
    Oct 2006
    Posts
    487
    Thanks G/R
    15/6
    Trade Feedback
    3 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    It's not useless, I had 99 AB marks and won an AB so I was mailed 3 marks, instead of playing another AB I just ran the script, deleted 2 marks (so I had 97) then took 3 out of the mail.

  14. #14
    kabu's Avatar Member
    Reputation
    9
    Join Date
    Jun 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try to put in Guild Bank?

  15. #15
    Docfuz82's Avatar Member
    Reputation
    8
    Join Date
    May 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Isn't there a + next to the section with these marks/badges... why not just click on it and that will collapse the subgroup?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Question] How to remove markings from NiF edits?
    By Deepkiss in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 08-13-2009, 11:55 AM
  2. [GUIDE] Remove an Item from a vendor permantly
    By lilvic12 in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-17-2008, 08:20 AM
  3. Remove PVP flag from yourself
    By Frankyboy in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 03-03-2008, 08:56 PM
  4. How to remove a player from an arena match
    By acolyte in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 02-29-2008, 03:54 AM
All times are GMT -5. The time now is 10:22 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search