View Full Version : Semi-Automatic Trading
Savage
09-08-2008, 10:12 PM
I'll cut right to the chase - I'm looking to create some sort of semi-auto trading of items. I've started a team with two mages and I basically want to speed up the process of handing out water.
I know you can /trade, so thats the first step.
Now, as for Selecting an item to throw into the trade window is beyond me. If you could get past this step, the rest is easy.
Once the item is there, just use the accept trade macro.
The only thing you would have to specify is which character to start this "transaction" with.
Tasty
09-08-2008, 10:26 PM
/target [mainsname-target]
/focus
/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
etc
http://www.dual-boxing.com/forums/index.php?form=Search&searchID=218426&highlight=healthstone+trade
Savage
09-08-2008, 10:29 PM
Hmm... That looks confusing but ill give it a go. The link you provided is dead, too.
Edit: I tried out that macro. I replaced Fish Oil to the item that I wanted, but all it does is act like I clicked the item - It puts it on the mouse but doesn't throw it into the trade. Any idea? I examined the macro a bit but I cant figure out what to change.
Edit: Never mind, Im dumb. MAJOR thanks!!
Tasty
09-08-2008, 10:54 PM
Yeah sorry bout that
I searched wikis ('http://www.dual-boxing.com/forums/index.php?page=Thread&postID=106265&highlight=healthstone+trade#post106265')
edit: that link title isn't to tease you thats what the guy called the thread lol :P
double edit: maybe it should go in the wiki if it isn't already
zanthor
09-09-2008, 12:00 AM
There are mods that will automatically dump XX water into trade when a trades opened... VendingMachine is one I believe... I used to run it, then my mages hit 70 and got their tables... now they are carpenters not vending machines :).
Savage
09-09-2008, 12:48 AM
There are mods that will automatically dump XX water into trade when a trades opened... VendingMachine is one I believe... I used to run it, then my mages hit 70 and got their tables... now they are carpenters not vending machines :).That sounds like a good addon but curse is saying that the download isnt available right now. I cant find it anywhere else. >_>
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.