I use a pretty hacked tradeDispenser addon, this is because the non mage slaves will trade the mage cloth or whatever your gimmick is using that addon.
Anyways using something like this snippet you could trade a spell's worth to your target, or a health stone to your tank. I'll post a better setup if you want it in the morning when I am done with work if needed.
Code:
--/targetraid
/cast Conjure Water
/run for i=0,4 do for x=1,24 do y=GetContainerItemLink(i,x)if y and GetItemInfo(y)=="Conjured Crystal Water" then PickupContainerItem(i,x) DropItemOnUnit("target")end end end
--/run AcceptTrade();
Connect With Us