Search results

  1. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    Seems you have... something... that breaks lots of things. No clue what. Let's just see if we can trace it down. Many questions will be repeats, but that's fine-ish. 1) You're running in Hardcore or in Softcore with run SC as HC? Or are you running this in pure SC mode and dealing with all of...
  2. Theraze

    ZLib -- Zarqon's useful function library

    That's the delisting I was talking about. If we parse through the vars list as currently...boolean var_check(string vari) { if(vars contains vari) return vars[vari].to_boolean(); return false; }As long as vars contains the defaults, then var_check as it exists will continue...
  3. Theraze

    Combat action filter question

    Is round 0 still correct, or should get_ccs_action start at 1 now?
  4. Theraze

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Sorry, I've been in the process of moving across the state. You finally posted why it's skipping the mall though, so I can answer that for ya. You've only told mafia that it's allowed to go from storage and NPCs. You need to tell mafia that the mall (and maybe coinmasters) are okay if you want...
  5. Theraze

    Bug - Not A Bug Resetting var file

    If you're mostly using var defaults, sounds like everything is working properly. Yay for cleaning vars!
  6. Theraze

    ZLib -- Zarqon's useful function library

    Question. EatDrink had some values that changed from boolean to ints. I manually used vars[] to rewrite them when people have invalid values, but... is there some better way to do it rather than setting vars[] with updatevars() to seal it, since setvar() will only set it if's completely...
  7. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    get autoBuyPriceLimit will show you what you have set. I was somewhat sure it's somewhere in the GUI, but I'm not finding it in the Item Manager or Preferences currently. As per usual, set using either get autoBuyPriceLimit=20000 (the default) or set autoBuyPriceLimit=20000. Get and Set both do...
  8. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    snooty: Oooh. Wonder if you may have set your autoBuyPriceLimit down below 5k. Check that. slogfilet: Does mafia itself know you finished it?
  9. Theraze

    Yet another ascension zcript

    Both yaaz-progress and yaaz-trophy ran just fine for me on r18002 with no modifications, so...
  10. Theraze

    Feature - Implemented Grey out the Gingerbread Mob Hit button

    Also, ignoring KoL would mean that if someone set their values wrong, the relay browser would be wrong again. Your best choice would be verifying that the unusable skill shows in the dropdown, and then making a vanilla KoL bug report.
  11. Theraze

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Either svn dec and then inc it, or just uninstall and reinstall.
  12. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    The weird part is that mafia told you that you both got it and didn't really get it. That'd appear to be a mafia bug, and one which you should probably get a debug log when it next happens. The process keeps evolving, but based on the directions last time I did it your steps would be something...
  13. Theraze

    bumcheekcend.ash - A zero setup semi-automated ascension script!

    1) We use retrieve item to get it. Next time it errors, try running "acquire forged identification documents" (the CLI equivalent) and "buy forged identification documents" if that fails. Should succeed on the first though... 3) Could have looked at the maximizer tab/window to see what change it...
  14. Theraze

    Example script: acquire_familiars

    Assuming that Vlad wanted to run the acquire_familiars script to categorize things without actually buying rather than ignoring my post, but... :)
  15. Theraze

    Example script: acquire_familiars

    Two aliases to do similar with less lines. Run listfamiliars 100000 to see all unowned familiars under 100k. Run buyfamiliars 100000 to purchase and grow them. There's also a get version I can post if anyone actually cares.
  16. Theraze

    Writing to file?

    Does the searchplayerbot.txt file actually exist in your data folder? Does it actually pull strings out?
  17. Theraze

    Writing to file?

    Your void main isn't valid for a chatbot script. You're taking in no arguments, rather than the proper three...
  18. Theraze

    Bug - Cannot Reproduce KoLmafia crashes my browser repeatedly

    General->Preferences. General->External Programs->Browser.
  19. Theraze

    Writing to file?

    Neither one appears to have a proper main and the arguments for a chatbot script...
Back
Top