simple CCS using cocoabo

Chish

Member
how would a script wait for my cocoabo-type familiar to steal meat before killing the monster? (use spices until it notices that cocoabo has stolen meat.)
 

Bale

Minion
That would be really tough, unless you used zarqon's consult script. He's already solved the problem. It uses spices, turtle totem, facsimile dictionary, specter scepter, whatever to keep from killing the monster. Then it will allow you to kill the monster the round after your cocoabo (or stocking, npzr, hobo monkey, etc) steals meat. Or once turn 10 arrives the cocoabo won't steal meat anymore, so it will try to kill the monster.

As a bonus, zarqon's script will handle insulting pirates, stealing tools from gremlins and bunches of other things.

  1. Put these two scripts in your /scripts directory: FirstThingsFirst, SmartStasis.
  2. Use the following CCS:
    Code:
    [ default ]
    1: consult SmartStasis.ash
    2: attack
    Replace "attack" with whatever you want to do to kill the monster.

Problem solved. :D
 
Last edited:
Top