View Full Version : I searched wikis
Talkaboutblah
08-17-2008, 09:03 PM
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.
Kissell13
08-17-2008, 10:59 PM
Im pretty sure that you cant macro trading.
Tasty
08-17-2008, 11:38 PM
/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.
Tasty
08-19-2008, 04:34 AM
Bump because I put effort into this you bastards and it works too I might add :/
Stabface
08-19-2008, 04:58 AM
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
Otlecs
08-19-2008, 05:00 AM
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".
Stabface
08-19-2008, 05:05 AM
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. :)
vBulletin® v4.2.2, Copyright ©2000-2025, Jelsoft Enterprises Ltd.