I was on 29147 and pulled 29151 to receive the following when (to reproduce, pull 291511 then:) clicking the MM "Update" button:
Maximizer: myst
Unexpected error, debug log printed.
I'm very familiar with the spoiler setting and it's definitely enabled.
Plan B! I want to click my custom "new Daily Dungeon" button, have it run my script (for the ring), and then run the original "Daily Dungeon" built-in.
I have my script completed and tested.
I can't seem to find a way to...
I forget to equip my ring of detect boring doors.
It's very frustrating. I'll click the handy "Daily Dungeon" button and sometimes I remember and quickly click "stop after" just-in-time. Sometimes I catch it later or totally forget until I see excess turns :(
Is there any way to update the...
I was trying to understand the use of special characters within a string. More specifically, I was trying to understand how special characters were used in strings for the purpose of matching one string to another.
I believe your link covers it.
Thank you very much, ckb.
I found the solution:
case ""DEBBIE" tattoo kit":
I don't know why Data_Types specifically states the 1st case should work when that is clearly incorrect.
Can someone tell me if there's a page that covers things like \" and " ?
Thank you, again!
case "\"DEBBIE\" tattoo kit":
Can someone please let me know if there's an immediately-obvious reason the above would never match? The \" doesn't generate an error but I'm guessing that's what's wrong. Data_Types clearly states \" is correct but the case statement does not match.
Thank you...
Yes, Player Character.
I'm currently playing on a single computer and have no clue or future plans, at the moment. I do have options.
Thank you very much for the nth-computer details.
I received help via github.
For anyone else that runs into this problem:
> set relayShowSpoilers
false
> set relayShowSpoilers=true
> set relayShowSpoilers
true
The above shows how to check, and update, the setting.
I have no clue why this setting changed logging into my 2nd PC.
ref...
I'm getting the 403 Forbidden from the wiki:
> set useLastUserAgent
true
> set lastUserAgent
Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0
This is my first script post. Any constructive criticism would be gratefully received.
As a newb I was reviewing garbo useful items (URL below) and noticed my notes might help other newb and readily converted into a script.
Garbo-recommended-items-inv.ash provides the information found at...
I regularly pull to make sure I'm up-to-date (currently on 28949).
I'm probably just missing the correct key-word as I've searched.
What can I do when running kolmafia and it stops displaying the tips in non-combat adventures?
It happens infrequently, but when it happens it stops for all...
I was seeing that but not clear on what was happening (calling mall_prices but it appeared to be acting as if it was iterating as mall_price).
That explains so much. Now I have to play with it.
Thank you very much, again!!!