Search results

  1. Captain Kirk

    Setting a goal for an encounter ... how?

    So I noticed a problem when running a script that generates it's own macros as non-moxie classes. In your script you have something like this: NANOBAN_MACRO += "pickpocket;"; // dummy first action NANOBAN_MACRO += "if monstername " + target + ";"; NANOBAN_MACRO += " skill " +...
  2. Captain Kirk

    Universal Recovery Script

    and there was much rejoicing (yaaaaaaaaaaaaaaaaaaaaaaaay)
  3. Captain Kirk

    StDoodle's Hardcore Skill Analysis

    Any thought about updating this script to work with the skill revamps?
  4. Captain Kirk

    Universal Recovery Script

    The string "Desert (Unhydrated)" no longer matches a location name; use "the arid, extra-dry desert" instead Changing "Desert (Unhydrated)" to "The Arid\, Extra-Dry Desert" would get rid of this message (Universal_recovery.ash, line 1430)
  5. Captain Kirk

    Character Info Toolbox

    Changing "worm-riding manual page 1" to "worm-riding manual pages 3-15" would get rid of this message (charpane.ash, line 3715) The string "Desert (Ultrahydrated)" no longer matches a location name; use "the arid, extra-dry desert" instead Changing "Desert (Ultrahydrated)" to "The Arid\...
  6. Captain Kirk

    Feature Can you add "Harvest Full Beer Garden" to the harvesting options

    This would be harvesting at 7 days growth for the beer garden which maximizes label and bottle getting.
  7. Captain Kirk

    Character Info Toolbox

    Would it be possible next the the effect "Just the best ananpets" to have a down arrow instead which when clicked would shrug off the effect?
  8. Captain Kirk

    Trick-Or-Treating script

    I have a suggestion: after the line: cli_execute("mood execute"); cli_execute("burn extra"); That way if you do stocking mimic, you can do all the mana burning stuff. Cheers!
  9. Captain Kirk

    New Content - Implemented Halloween Revamp!

    It would be nice if when viewing the neighborhood you were allowed to change outfits without seeing the error message "You are currently in a choice."
  10. Captain Kirk

    Bug - Waiting for Info Equipment all removed randomly during relay browser adventuring

    I have never used a Before Adventure script. I also haven't been seeing the issue lately.
  11. Captain Kirk

    Bug - Fixed Between battle prevents adventuring in shore if beaten up r11292

    The problem no longer exists with the new shore. (easy to test with explosion flavored chewing gum)
  12. Captain Kirk

    Bug - Fixed Unexpected error, debug log printed - r12886

    12887 has the error too. Apparently csend item to username causes this sort of error to happen every time.
  13. Captain Kirk

    Feature - Implemented Adding eternalCarBatteryUsed flag

    Thanks! However it is confusing to me which of these flags has underscores and which don't ... seems kinda random.
  14. Captain Kirk

    Feature - Implemented Adding eternalCarBatteryUsed flag

    Much like the oscusSodaUsed flag, this would indicate whether or not you had used the car battery to gain mana once per day.
  15. Captain Kirk

    Feature Adding grisly shell DR to maximizer

    So fighting AW HM, grisly shell x3 gives 30 DR which is quite significant, and not visible at all in the maximizer 1x grisly shell = 5dr with effect Thick, Sick another grisly shell = 15dr with effect Thicker, Sicker a third grisly shell = 30dr with effect Thickest, Sickest
  16. Captain Kirk

    Bug - Not A Bug Trying to equip gnawed-up dog bone from maximizer seems to fail

    Yes, I have that alias: dog maximize item drop, equip stinky cheese eye, switch jumpsuited hound dog Didn't realize aliases could screw things up like that.
  17. Captain Kirk

    Bug - Not A Bug Trying to equip gnawed-up dog bone from maximizer seems to fail

    NO. my maximization string was "familiar experience" I have no idea where that error message came from.
  18. Captain Kirk

    Bug - Not A Bug Trying to equip gnawed-up dog bone from maximizer seems to fail

    So if I maximize "familiar experience" and click on: equip weapon gnawed-up dog bone (+1) equip off-hand gnawed-up dog bone (+1) and click "exec selected" I see the following strange error in the CLI window: [gnawed-up maximize item drop, equip stinky cheese eye, switch jumpsuited hound dog...
  19. Captain Kirk

    Character Info Toolbox

    So right now you have CHIT try to update automatically when the character pane loads. The problem with this is that if the server is not responding, mafia hangs indefinitely, and you get no character pane at all. Can you change this behavior to allow the user to choose when to do the svn...
  20. Captain Kirk

    raidlog override a la Dr. Evi1

    the line 1338 error can be fixed with Veracity's change above. The line in the real file is missing one left paren.
Back
Top