Close
Showing results 1 to 7 of 7
  1. #1

    Default I searched wikis

    I am sure this has been asked before so sorry if I missed something.



    What I am wondering is can I make a macro to make one of my alts trade a item (healthstone) to my main char?

    It gets old Alt Tabbing between chars everytime I use one...

    I currently 3box with 1screen on 1 Pc. $$$ stops the easier solutions of 2nd screen.



    As I stated in title if this has been asked before sorry but all I could find was the macro to have a toon accept a trade.
    3 toons, 1pc, 1 screen, keyclone, TwoBox toolkit (lol) and some wore out Alt Tab keys



    Current setup

  2. #2

    Default

    Im pretty sure that you cant macro trading.
    US PvE : Dawnbringer <Gnomercy>


    5 Boxing; Paladin - Marhaus, Shaman x 4 - Lorras, Serikana, Terianna, Ermok

    Plaguedone - Death Knight LVL80

    1.....10.....20.....30.....40....50.....60.....70.....80

  3. #3

    Default

    /target main
    /script PickupContainerItem(4,1);
    /script DropItemOnUnit("target);
    /script AcceptTrade();

    Not sure if that will work or not if it does it will be the item in the top left hand corner of your top bag. Still looking for a way to pickup container items by item id.

  4. #4

    Default

    Bump because I put effort into this you bastards and it works too I might add :/

  5. #5

    Default

    I have this macro copied from somewhere, it will trade items.
    I will assume that on you alt you have your main set as focus. Else, replace "focus" with some other unitid (you can use target and prepend a /target character, but it might be subject to lag).

    And replace Fish Oil with the name of what you wish to trade (Master Healthstone?).

    /run for i=0,4 do for x=1,GetContainerNumSlots(i) do y=GetContainerItemLink(i,x) if y then if GetItemInfo(y)=="Fish Oil" then PickupContainerItem(i,x); DropItemOnUnit("focus"); return; end end end end

  6. #6
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    Hehe.

    What I am wondering is can I make a macro to make one of my alts trade a item (healthstone) to my main char?
    For healthstones specifically (until you get Ritual of Souls), Necrosis allows you to trade healthstones by clicking on the person and then CTRL-clicking on the healthstone icon on the Necrosis UI "orb".

  7. #7

    Default

    Quote Originally Posted by 'Otlecs',index.php?page=Thread&postID=106265#post1 06265
    Hehe.

    What I am wondering is can I make a macro to make one of my alts trade a item (healthstone) to my main char?
    For healthstones specifically (until you get Ritual of Souls), Necrosis allows you to trade healthstones by clicking on the person and then CTRL-clicking on the healthstone icon on the Necrosis UI "orb".
    Ya, if you have Necrosis running on your alt and then you can mouse-over and ctrl-click on that window. I believe there's a water dispenser addon for mages that would likely do the trick as well.

    P.S. Ritual of Souls ! L68 though.

Similar Threads

  1. Replies: 2
    Last Post: 01-08-2009, 11:32 PM
  2. I've searched, and I *still* am having trouble.
    By Warlock in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 11-25-2008, 02:37 PM
  3. Replies: 1
    Last Post: 05-12-2008, 04:04 AM
  4. I've searched and searched again
    By Psybercop in forum General WoW Discussion
    Replies: 6
    Last Post: 03-29-2008, 11:36 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •