Search results

  1. C

    Feature - Implemented Out of Free Rest Detection when adventures used up upon resting?

    That's actually what I'm trying to avoid since it adds a server hit. I don't know if the response from attempting the rest reports the number of adventures left or is that is done via another server hit. If it is, then I might as well check it.
  2. C

    Feature - Implemented Out of Free Rest Detection when adventures used up upon resting?

    This is not a "normal" issue so if it isn't worth the effort, I understand. I logged into a friend's account today to run a script for them and the script uses up their free rests. They already used up their free rests so mafia didn't know about that and the check for free rests passed (not...
  3. C

    Bug - Fixed Travoltan trousers stay equipped after fishing for trinkets

    I just checked my logs, it happened to me today on r16359
  4. C

    New Content - Implemented Community Service: 2015 Fall Path

    When visiting the council for the final time (to donate body), using run_choice(30) invokes "Unknown adventure type encountered" and pops up a window requesting synchronization that shows the mafia ascension page. I'm not sure if this abort is stopping my kingLiberated script from running or if...
  5. C

    Bug Status (current MP specifically) not updated in outfit change

    Sounds good. And I can verify that it plays nicely with my try/finally again. I'm guessing smithsness is to blame but it boils down to: # In a postadventure script: if((my_basestat($stat[mysticality]) >= 200) && (my_buffedstat($stat[mysticality]) >= 200)) { outfit("Vile Vagrant...
  6. C

    Bug Status (current MP specifically) not updated in outfit change

    When I try to use the skill with use_skill(), I get red text "Not enough mana to cast Summon BRICKOs." and the automation stops. I have assumed this is an "abort" but I don't know quite the mechanism that is going on. Since it seems that my outfit change (and possibly interaction with smithness)...
  7. C

    Bug Status (current MP specifically) not updated in outfit change

    I used outfit("Vile Vagrant Vestments"); The failure of use_skill causes the character status to get reloaded but the abort continues regardless now so I may regress to an earlier version to retain prior abort precedence.
  8. C

    Bug Status (current MP specifically) not updated in outfit change

    When changing an outfit, if your MP changes mafia is not aware of it: Example: My current MP and MaxMP are both 3550 and I have a libram that costs 3487 to cast. I change my outfit to Vile Vagrant Vestments Now my MP is 3417 and MaxMP is 3946 however, mafia is reporting the old numbers (it is...
  9. C

    Scripts on SVN

    I agree, it would be nice to have some closure on this. I guess we'll see what happens. Sounds good, I wasn't sure the decorum for taking over a script. The actual client-side script is still something like 90%+ his code anyway and I'm using his formatting/css for the server-side layout so I...
  10. C

    Scripts on SVN

    Since it came up on the KoL forums (as well as in clan chat), how about the snapshot fork? { "repo": "https://svn.code.sf.net/p/ccascend/code/snapshot", "author": "cheesecookie", "name": "Snapshot Maker", "forumThread": "", "shortDesc": "Fork of Easy Snapshot Maker by bumcheekcity...
  11. C

    Bug - Fixed writingDesksDefeated not tracked correctly

    Miscounting is an issue of broken tracking and may have occured due to the same issue that caused the various tracking issues that are being alluded to by a few others in this thread.
  12. C

    Bug - Fixed writingDesksDefeated not tracked correctly

    Can confirm hippies and writing desk. I don't know what gremlin tracking is done. See also: http://kolmafia.us/showthread.php?18120-Mafia-miscounting-remaining-hippies-in-the-war
Back
Top