Bug - Not A Bug CCS based on location should not trigger against Nemesis assassins

rlbond86

Member
I have a custom CCS to use the dictionary in the orc chasm. The only problem is, when thugs from my nemesis show up, my character still uses the dictionary against them. I think these monsters should be considered to be from a special area.
 

Veracity

Developer
Staff member
If you make a CCS section based on a location, you are telling KoLmafia to use that section against every monster in the area, unless you have specific instructions for the monster. KoLmafia has no special knowledge of what monsters are "Nemesis assassins." You want special handling for them, you are free to write a special CCS section for them. Heck, you can even do something like this:

Code:
[ menacing thug ]
section nemesis assassin

[ nemesis assassin ]
attack
 
Top