Search results

  1. R

    Bug - Fixed beGregariousCharges increments incorrectly if consuming multiple extro

    Chewing two extrovermectin pills at one time via mafia: chew(2,$item[extrovermectin™]); Results in beGregariousCharges = 1. Chewing them separately results in beGregariousCharges = 2.
  2. R

    Bug Mafia has decided to use free rests on the floor instead of at the campaway site

    Session logs indicate that this first occured on November 20 using build 25846. I've now updated to 25899, but this hasn't fixed the issue. I haven't knowingly changed anything about my script or my preferences. I am looping HCCS, and I'm using free rests at the campaway site for MP generation...
  3. R

    Working with numberology in scripts

    There's already excellent handling for numberology in the CLI, which I am trying to work it into my daily scripts as follows: while (to_int(get_property("_universeCalculated")) < x) { cli_execute("numberology yy"); if (to_int(get_property("_universeCalculated")) < x)...
  4. R

    Help with understanding run_combat()

    Hello. I'm looking for some advice on run_combat() please. I'm looking to perform a specific set of actions against e.g. a faxed monster. Here's an extract of where I'm at: void combattest () { steal(); use_skill($skill[Sing Along]); use_skill($skill[Summer Siesta]); } void main () {...
Top