Beefy Bodyguard Bat Farming

mafia_noob

New member
hey,
so i was looking at the kol wiki for some meat gain strategies for low levels and i came across the fact that the beefy bodyguard bats drop like 250 meat on average.. thats pretty nice in my opinion.. so i was wondering how i would go about making a script to burn turns at the boss bats liar and only fight the guards.. whenever the boss bat came up run away and re adventure..
any help or ideas to improve upon this would be great.
Thanks in advance.
m_n
 
You can simply set up a Custom Combat Script like this:
Code:
[ bodyguard ]
attack

[ boss bat ]
try to run away

and auto-adventure.
 
Thanks guys,
i know this will be a bit off topic but is there a way i can write a script that will log into a character burn the adventures, doing whatever, log into another character and burn adventures doing the same thing??
thanks again
m_n
 
In a CLI script, just put "login playername" to log out from the current character and into a different account. You probably want "adventure * location_name" for spending your turns.
 
Back
Top