Recent content by AlbinoRhino

  1. AlbinoRhino

    SVN updates since January 2024

    Changed mine over to git yesterday. Tried 'svn update' today and nothing updated that shouldn't have.
  2. AlbinoRhino

    newbie questions (was: "Is there no way to un-forbid a store?")

    This controls where/if they show in the mafia UI. I don't use the browser version either, but i do believe there is some way to make them appear there as well.
  3. AlbinoRhino

    New Content hardening cream

    -------------------- 11331 hardening cream 547824668 creamtube.gif spleen, usable t,d 11 hardening cream 1 1 0 0 0 0 Unspaded Item hardening cream Effect: "Really Hard", Effect Duration: 50 -------------------- -------------------- 2839 Really...
  4. AlbinoRhino

    [SOLVED, use alias] Custom daily deed not working - issue with commas that get piped

    I suppose it could help for someone not familiar with how the dailyDeedsOptions pref gets parsed. I am long used to it. My deeds panel was constructed programatically even before the builder tool existed and this is the first post I remember seeing where someone ran into that conflict. A lot...
  5. AlbinoRhino

    [SOLVED, use alias] Custom daily deed not working - issue with commas that get piped

    Glad it worked for you. The pipe after comma thing is only valid with $text deeds, I believe. The combo type is still valid it just is not covered by the deeds builder tool provided on the preferences panel. You can alter the dailyDeedsOptions preference directly to add a combo type, if you...
  6. AlbinoRhino

    Bug does not recognize new Citizen of a Zone modifiers

    It does update it if you visit the effect description, I've discovered.
  7. AlbinoRhino

    [SOLVED, use alias] Custom daily deed not working - issue with commas that get piped

    Well pipes & commas can't be used as normal text because they have special meaning in the custom deeds syntax. The easiest way to do this would probably be to assign your ash code to an alias and then use the alias as the command for your custom deed.
  8. AlbinoRhino

    Feature - Implemented Relogging to improve ping

    Thanks! That fixed it.
  9. AlbinoRhino

    Feature - Implemented Relogging to improve ping

    r27468 So I got this on login for pingShortest: api:20:0:0:0:0:0. I am also getting it with "Time In" button & "relog" command. And since mafia believes it is getting a 0 ms response, "Time In" button in prefs, and cli "relog" command only try once when used...pingLoginGoal is 38 ms. I am...
  10. AlbinoRhino

    Feature - Implemented Prefs file backup/restore Draft PR

    My experience agrees with the above. I've only seen it happen when a sudden power outage occurs....can't remember the last time I had an actual crash. But cleaning the tops of the prefs files allows everything to work fine.
  11. AlbinoRhino

    Veracity's Garden Harvester

    Veracity, I noticed yesterday that now that the script's name is "Garden Harvester.ash" that typing that into the CLI will fail (I believe due to the 'garden' cli command only accepting 'pick' as a parameter)...the failure is silent and of course I at first assumed the script wasn't working...
  12. AlbinoRhino

    No information on choice adventure outcomes in relay browser

    Preferences > Look & Feel > Relay Browser.....the first option is 'Show blatant spoilers for choices and puzzles'. Is still checked (i.e. enabled) ?
  13. AlbinoRhino

    Breakfast scripting: (can_interact ()) contains no comparison operator.

    You are attempting to mix ash commands and cli commands. The way to do this would be to rename the file as breakfast.ash and place each of your cli commands inside the quotes of cli_execute(""); for example: cli_execute("outfit backup"); or cli_execute("cast Incredible Self-esteem"); and so...
  14. AlbinoRhino

    Bug - Fixed Milestone use causes unnecessary nag at the desert

    Can confirm that Gnasir is the first visit when starting with 2 milestones used. Next adv is Oasis unlock...well, the +10 Ultrahydrated adventure...is that the unlock?
  15. AlbinoRhino

    r26878 - Track time of last friars NCs by @horrible-litt

    I was just looking at this and it appears that "lastFriarElbowNC", etc. (singular friar in property name) were added to defaults, etc., while "lastFriarsElbowNC" , etc. (plural friars) are being set when the non-combats are encountered.
Top