PDA

View Full Version : automating buff requests



rogorx
06-01-2011, 03:38 AM
I'm trying to figure out how to automate buff requests from a buff bot.
basically what are mafia script commands that could automate this?

slyz
06-01-2011, 03:57 AM
You should import acquireBuff.ash and use it.

rogorx
06-01-2011, 04:02 AM
thanks, I am wanting to figure out how to add it to my script i already run for my clan farmer

Rinn
06-01-2011, 09:05 PM
Something like this, i would also make sure you have a check that ensures you don't go over the song limit because that might cause an infinite loop.


foreach e in $effects[Polka of Plenty, Fat Leon's Phat Loot Lyric, Carlweather's Cantata of Confrontation, Empathy]
{
while (have_effect(e) < my_adventures())
{
acquireBuff(e);
}
}