KolMafia Guide for Noobs.

Rahmuss

Member
set battleAction = custom combat script

Seriously? Is that a change because I don't remember having to word it that way before? Either way thank you very much. Always very helpful.

EDIT:
Just to be sure, do I then have to set the customerCombatScript?
Code:
set customCombatScript = Maneuver

Or in this case do
Code:
set battleAction = Moxious Maneuver
 
Last edited:

roippi

Developer
Instead of mucking about with the cli, go to the custom combat subtab on the adventuring tab. There's a field for setting your combat action there.
 

Bale

Minion
Seriously? Is that a change because I don't remember having to word it that way before? Either way thank you very much. Always very helpful.

EDIT:
Just to be sure, do I then have to set the customerCombatScript?

Not a change. battleAction can be set to any combat action or "custom combat script". Mafia only knows that you want to use a custom combat script if battleAction tells it. Then it will check customCombatScript to find out the name of the script.

set battleAction = custom combat script
set customCombatScript = maneuver
 

Rahmuss

Member
Not a change. battleAction can be set to any combat action or "custom combat script". Mafia only knows that you want to use a custom combat script if battleAction tells it. Then it will check customCombatScript to find out the name of the script.

set battleAction = custom combat script
set customCombatScript = maneuver

I figured that was the case, just wanted to make sure. Thanks again.
 
Top