PDA

View Full Version : creatte food / water on a mage auto give it out / blizzard?



shol
12-08-2007, 11:05 AM
Anyway to cast a spell that has a placeholder where you have to click to cast the spell on ?

Also i have a mod called item dispenser... but it would be nice to also find something that would let you create food and then hand it out when someone initiates a tradewithout and auto accept..

is this possible ?

bhs277
12-09-2007, 09:04 PM
You can't use in-game macro's too move items into the trade window as the slots are not inventory slots as far as I know.

Macro's use (bag#,slot#) to find and move items, and since the trade window isn't a bag i assume its not going to be found by the scripting systems.


As far as mouse-click spells, you can use this core to cast the spell on the target you are mousing over.

/cast [target=mouseover,exists,harm,nodead] {spell}; [harm,nodead] {spell}

Replace {spell} with whatever you want.

unit187
12-10-2007, 12:07 PM
ritual of refreshment? :D

Ping
12-10-2007, 01:59 PM
try TradeDispenser, it can automatically give out food/water to people you specified before (guild/party/raid/name and so on)

Jusa
12-10-2007, 05:38 PM
there is a mod that will put so many stacks of food and water into the trade window when ever someone from your group opens a trade. It may be tradedespenser like sugested. Set your summon food and summon water to a hot key and clock them till you have enough for your group.

You should already have this macro set to a hotkey,

/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();

if you hit this key it will hit accept trade on both toons and the trade is done.

Your question is a little hard to understand what you are asking so if this dosen't do it please re read what you wrote and rephrase the question.