Here's a little script to adventure in the 8-Bit Realm, cycling through the four zones, maximizing for the needed mod, using equipment only.
You need to have a Mood set up to keep up desired effects.
You need to have a CCS which can handle all the monsters.
You need a Meat Drop familiar (for The Fungus Plains) and an Item Drop familiar (for everywhere else).
For me, it worked like a charm:
Script uses Hobo Monkey and Jumpsuited Hound Dog, as coded, but if you need to use other familiars, change the first two lines of the script:
I don't want to spend a lot time customizing this, but feel free to make suggestions.
You need to have a Mood set up to keep up desired effects.
You need to have a CCS which can handle all the monsters.
You need a Meat Drop familiar (for The Fungus Plains) and an Item Drop familiar (for everywhere else).
For me, it worked like a charm:
Code:
> high-score 100000
...maximizing, familiar switching, combats
Gained 80000 points. Current score = 100000 using 200 adventures.
Script uses Hobo Monkey and Jumpsuited Hound Dog, as coded, but if you need to use other familiars, change the first two lines of the script:
Code:
familiar meat_familiar = $familiar[hobo monkey];
familiar item_familiar = $familiar[jumpsuited hound dog];
I don't want to spend a lot time customizing this, but feel free to make suggestions.