New Content Mayam Calendar

ckb

Minion
Staff member
This is mostly done, but adding this thread for completeness.

See CLI command:
Code:
mayam rings yam|sword|vessel|fur|chair|eye yam|lightning|bottle|wood|meat yam|eyepatch|cheese|wall yam|clock|explosion - list exactly four symbols to consider from top to bottom (largest ring to smallest)
 

ckb

Minion
Staff member
The CLI command has a bug where 'mayam rings' with no parameters gives an Unexpected error:

Code:
Unexpected error, debug log printed.
class java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
    at net.sourceforge.kolmafia.textui.command.MayamCommand.run(MayamCommand.java:49)
    at net.sourceforge.kolmafia.KoLmafiaCLI.doExecuteCommand(KoLmafiaCLI.java:467)
    at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:433)
    at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:352)
    at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:239)
    at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.handleQueue(CommandDisplayFrame.java:139)
    at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.run(CommandDisplayFrame.java:117)
 

gausie

D̰͕̝͚̤̥̙̐̇̑͗̒e͍͔͎͈͔ͥ̉̔̅́̈l̠̪̜͓̲ͧ̍̈́͛v̻̾ͤe͗̃ͥ̐̊ͬp̔͒ͪ
Staff member
Just to note: we also need to track the calendar being reset in The Hidden Temple (some debug HTML of this happening would be appreciated!) and the free rests (for which Ryo has a PR currently)
 

Ryo_Sangnoir

Developer
Staff member
The free rests PR is waiting on confirmation of exact workings (i.e. if you get chair twice, is that 10 free rests?)

Other outstandings:
* concoctions for mayam resonances
* something that lists available resonances
* stuffed yam stinkbomb is a banish
* yam battery uses per day
* consumables want to be spaded
* some yam drinks are martinis
 
Last edited:

VladYvhuce

Member
Just to note: we also need to track the calendar being reset in The Hidden Temple (some debug HTML of this happening would be appreciated!) and the free rests (for which Ryo has a PR currently)
Hope this helps. Created debug log after using a stone wool, then did the choice adventure with it on, then turned debug logging off. Note: This is in Bad Moon.
 

Attachments

  • DEBUG_20240507.txt
    428.3 KB · Views: 0
Top