Pages

Monday, December 23, 2013

Modular KoLMafia Farming Script v3

Unlike the two previous scripts (found here and here), I'm including an all-new script for KolMafia farming in Kingdom of Loathing below.

At the recommendation of a fellow countryman in /trade, I switched over from a Fairychaun (which in my case was an ADD) to one of those extremely overpriced stocking mimics. NPZR-style farming takes a bit of planning, but I'd have to admit that it's at least two to three times more effective than castle farming - and I've barely optimized my setup.

I'm aiming to complete at least thirteen more ascension runs by next year to grab some long overdue shinies from the Sea. With that, I should be able to farm with a ridiculously heavy mimic.

As far as combat macros go, I'm currently using a thirty-turn setup which is not exactly the most optimal nowadays (thanks to the Candyblast nerf).

Fun times ahead.

Anyhow, the new script below:

--start of farming.cli
01_farm_bfast.cli
02_farm_adventuretime.cli
03_farm_lootsell.cli
04_farm_itemdump.cli
05_farm_nightcap.cli
--end of farming.cli

--start of 01_farm_bfast.cli
/daily
breakfast
buy milk of magnesium
use milk of magnesium

ash buy ($coinmaster[lunar], 3, $item[moon pie] );
eat 3 moon pie

cast 2 ode
buy 1 mon tiki
ash buy ($coinmaster[lunar], 3, $item[wreck] );
drink 1 mon tiki
drink 3 wreck

buy 4 groose grease
use 3 groose grease

buy 1 mojo filter
use 1 mojo filter
use 1 groose grease

fold heli

/outfit Hwavy
use BittyCar MeatCar
equip heli
//buy 15 transpond
use * transpond
use * punctual
--end of 01_farm_bfast.cli

--start of 02_farm_adventuretime.cli
 adv * Shield Generator
--end of 02_farm_adventuretime.cli

--start of 03_farm_lootsell.cli
autosell * magi-pack
autosell * medi-pack
--end of 03_farm_lootsell.cli

--start of 04_farm_itemdump.cli
send * DRINK ME potion to 1361553
send * bag of GORF to 1361553
send * bag of GORP to 1361553
send * bag of QWOP to 1361553
send * bejeweled cufflinks to 1361553
send * black candy heart to 1361553
send * black-and-blue light to 1361553
send * blue plasma ball to 1361553
send * blue striped oyster egg to 1361553
send * Camp Scout pup tent to 1361553
send * cheap studded belt to 1361553
send * Crimbo candied pecan to 1361553
send * Crimbo Candy Cookbook to 1361553
send * Crimbo fudge to 1361553
send * Crimbo peppermint bark to 1361553
send * CSA all-purpose soap to 1361553
send * CSA bravery badge to 1361553
send * CSA cheerfulness ration to 1361553
send * CSA obedience grenade to 1361553
send * CSA scoutmaster's "water" to 1361553
send * designer handbag to 1361553
send * flavored foot massage oil to 1361553
send * foam dart to 1361553
send * garish pinky ring to 1361553
send * giant designer sunglasses to 1361553
send * Jack-in-the-box to 1361553
send * lavender striped oyster egg to 1361553
send * lost key to 1361553
send * Loudmouth Larry Lamprey to 1361553
send * orange-frosted astral cupcake to 1361553
send * peanut brittle shield to 1361553
send * personal massager to 1361553
send * personalized coffee mug to 1361553
send * phish stick to 1361553
send * puce paisley oyster egg to 1361553
send * Red Rover BB gun to 1361553
send * red-and-green sweater to 1361553
send * stick-on eyebrow piercing to 1361553
send * stuffed Baron von Ratsworth to 1361553
send * stuffed crazy bastard sword to 1361553
send * stuffed key to 1361553
send * stuffed martini to 1361553
send * stuffed Meat to 1361553
send * stuffed mink to 1361553
send * stuffed monocle to 1361553
send * stuffed teddy butler to 1361553
send * stuffed tin of caviar to 1361553
send * stuffed treasure chest to 1361553
send * whoopie cushion to 1361553
send * yellow candy heart to 1361553
send * bucket of wine to 1361553
--end of 04_farm_itemdump.cli

--start of 05_farm_nightcap.cli
cast ode
ash buy ($coinmaster[lunar], 1, $item[wreck] );
overdrink wreck
/cast 15 party

fold moondi
/outfit time set
create 3 potion of punctual companionship

print ("All done, mon!")
--end of 05_farm_nightcap.cli

No comments:

Post a Comment