Recent content by Nappa

  1. Nappa

    Bug - Fixed Bounty item unrecognized?

    I think it's something local to your installation, I've been doing a few bounties lately and it all registers correctly here. As to what can cause this, I'm not really an expert on that. Maybe there's a problem with your data files?
  2. Nappa

    Bug - Not A Bug Post Adventure script is fired after zone warning

    Thanks for the input, all. I'll try these approaches some time soon. I understand the post adventure script is triggered after choice adventures, I just wasn't sure if it should trigger upon displaying the zone warning message since technically you can consider this a 'non adventure' (at least...
  3. Nappa

    Bug - Not A Bug Post Adventure script is fired after zone warning

    I was toying around with a script idea I had and ended up with the conclusion that a post adventure script would probably be able to do what I wanted (parse some info from each fight). Not having worked with such a script before I decided to make a simple test script to see when and how such a...
  4. Nappa

    Guide

    I agree it's a bit overkill... But unless there's some other way to poll Github for info on the latest commit on the master branch, I don't really see any other way to do it automatically?
  5. Nappa

    Guide

    Hm, inconvenient. I added this to my login script so it will automatically update once daily as well. if( get_property( "last_github_update" ).to_int() != gameday_to_int() ) { cli_execute( "svn delete Ezandora-Guide-branches-Release" ); cli_execute( "svn checkout...
  6. Nappa

    Guide

    Well, I re-installed the script and it helped. Thanks. Do I always have to do this for scripts hosted on github, then?
  7. Nappa

    Guide

    I'm getting the following error message when starting the relay guide: Apparently the skill was renamed and r14853 updated it in mafia. Changing that line to use "$skill[Summon Candy Heart]" instead fixes this.
  8. Nappa

    Feature - Implemented Gear Changer should list Your Previous Outfit

    Oh! I always thought the refresh button was meant for 'Refresh session', which seemed to me a bit overkill to use for just resetting my equipment to current. Thanks!
  9. Nappa

    Feature - Implemented Gear Changer should list Your Previous Outfit

    Sorry to necro this thread -- but did something ever come from this bug report? Would this still have a chance of being implemented? I think I'd find it very convenient. Aside from the 'Your previous outfit' feature, something else I'm missing from the Gear changer tab is a way to 'reset' the...
  10. Nappa

    Bug - Fixed "You are now in away mode, chat will update more slowly until you say something."

    Today I've seen the message 'Server returned response code 502 for newchatmessages.php' twice in the CLI panel (r14803). Yesterday one as well if i remember correctly (r14798). Since you;ve been tweaking around with the chat, could this be related? I don't remember that happening before. (Only...
  11. Nappa

    Bug - Fixed Hedge maze solver fails

    Nice catch! Sounds like it could have been a case of divergence over time (but I'm speculating here). Where, at the time of writing the solver code, this would not have been possible, but in the course of years the error state/feature has evolved or changed, or other code was introduced that...
  12. Nappa

    Bug - Fixed Hedge maze solver fails

    My current run was reaching its conclusion so I decided to attempt to catch the behavior in a log, and yes, the solver failed. Maybe someone can use this info to analyze this further? Running r14684, active 'Guide' script, Firefox 32.0.2. What I did (I bracketed the approximate line numbers...
  13. Nappa

    Bug - Fixed Hedge maze solver fails

    I just had it happen as well (relay browser). Never ran into any problems with the solver before. Also running the guide script since a week or so.
  14. Nappa

    Feature - Implemented A-Boo Peak: Link to Use another A-boo clue

    So, I was just using this and it works as intended, for which thanks. However, the when the result is loaded, this is somehow done without any style sheet information, so the result displays in a default font which looks out of place in the frame. Not sure if it's a browser thing or a mafia...
  15. Nappa

    Bug Recognize use of Red Buttons in fights

    Hm, that could be. After I'm done with my current ascension I'll check it without mafia active (not going for the the Shen/Zeppelin route)
Top