PDA

View Full Version : Need a Script for casting buffs on others



kingofwartowers
04-18-2011, 07:02 AM
It needs to do this:
Cast as many turns of Jingle Bells possible on someone (Represent the name by 'A').
Use 2 ancient magi-wipes.
And repeat.

I will pay, of course.

Bale
04-18-2011, 07:23 AM
That's barely even a script. I'd feel guilty if I took your meat for that.


while(my_meat() > 2 * mall_price($item[ancient magi-wipe])) {
use_skill(my_mp() / mp_cost($skill[jingle bells]), $skill[jingle bells], "A");
use(2, $item[ancient magi-wipe]);
}

That will do exactly what you asked, until you run out of meat.

kingofwartowers
04-18-2011, 08:27 AM
I'll pay you, but I decided to write my own.

Bale
04-18-2011, 09:03 AM
Please post the script you write. I'm curious how it turns out.