Webmaster 0 Report post Posted August 21, 2017 May you please share with me, perhaps a supermacro that'll enable me to select someone, and automatically trade healthstone with them? Maybe they are not in my party. Just a random dude running down the road and i wanna hook him up. So I would just click on his 3D model and boom! press a button and auto populate. Maybe you have something more powerful. I found this below macro on this page: http://forum.warmane.com/showthread.php?t=116796 /run for i=0,4 do for x=1,GetContainerNumSlots(i) do y=GetContainerItemLink(i,x) if y then if GetItemInfo(y)=="Healthstone" then PickupContainerItem(i,x); DropItemOnUnit("party1"); return; end end end end 0 Share this post Link to post Share on other sites
Webmaster 0 Report post Posted August 21, 2017 I found tradeDispenser, and that works well if someone trades me. So I reckon the problem is half-solved. https://github.com/Linae-Kronos/tradeDispenser 0 Share this post Link to post Share on other sites
HudsonHawk 1 Report post Posted September 15, 2017 Nice find. Thanks! 0 Share this post Link to post Share on other sites
Arxon 0 Report post Posted September 21, 2017 I use TradeDispenser myself for Healthstones. In a raid situation that is all you should need. If you are regularly selling food/water to strangers then I suppose manually doing it would be the most logical method. 0 Share this post Link to post Share on other sites