string macro;
if ( have_skill( $skill[ entangling noodles ] ) ) macro += "skill 3004; ";
macro += "if match french; skill 7083; repeat; endif; attack; repeat;";
[ ... ]
while ( my_adventures() > 0 )
{
if ( my_mp() < 20 && !restore_mp( 20 ) ) return vprint( "Out of MP, exiting... please configure Mafia's automatic MP restoring",-1 );
adventure( 1 , $location[ The Outer Compound ] , macro );
if ( run_combat().contains_text( "escort it out of the compound" ) ) turtles_left -= 1;
if ( turtles_left == 0 ) return vprint( "Turtles freed.", 6 );
}
return vprint( "Out of adventures, exiting...",-1 );
> ashq string macro = "if match goat; pickpocket; endif; attack; repeat;"; adventure( 1 , $location[ goatlet ] , macro );
Visit to McLarge: Goatlet in progress...
[3207] Goatlet
Encounter: dairy goat
Strategy: D:\dloads\KoLMafia\ccs\default.ccs [default]
Round 0: slyz wins initiative!
Round 0: slyz attacks!
Round 1: slyz attacks!
Round 2: dairy goat takes 445 damage.
Round 2: slyz wins the fight!
After Battle: Ultralord of the Hobo Jungle sits on your fallen opponent's body, blows a smoke ring, and winks at you.
You gain 300 Meat
You acquire an item: goat cheese
You acquire an item: glass of goat's milk
You gain 8 Strongness
You gain 9 Enchantedness
You gain 21 Roguishness
Requesting: http://www3.kingdomofloathing.com/fight.php?ireallymeanit=1316362939&action=macro¯otext=if+match+goat%3Bpickpocket%3Bendif%3Battack%3Brepeat%3B
> ashq string macro = "attack; if match goat; pickpocket; endif; attack; repeat;"; adventure( 1 , $location[ goatlet ] , macro );
autoOlfact: monster goth giant
Visit to McLarge: Goatlet in progress...
[3213] Goatlet
Encounter: sabre-toothed goat
Strategy: D:\dloads\KoLMafia\ccs\castle.ccs [default]
Round 0: slyz wins initiative!
Round 0: slyz attacks!
Round 1: slyz tries to steal an item!
Round 2: slyz attacks!
You lose 6 hit points
Round 3: slyz attacks!
Round 4: sabre-toothed goat takes 447 damage.
Round 4: slyz wins the fight!
After Battle: Ultralord of the Hobo Jungle sits on your fallen opponent's body, blows a smoke ring, and winks at you.
You gain 321 Meat
You gain 8 Strengthliness
You gain 11 Wizardliness
You gain 18 Sarcasm
Requests complete.