Jump to content
Webmaster

Healthstone / Mage Trade Macro

Recommended Posts

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

 

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×