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?
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
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);
}
}
Powered by vBulletin® Version 4.2.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.