I like the update, you basically did what I was going to regarding the kiss level, monster types, and element types. I may borrow the way it looks, just for consistency sake
Is there an easier way to get to the log display than going Clan Hall > Clan Basement > Dungeon Logs?
Specifically, I'm used to using DrEvi1's version, and it added an icon to the top pane in the relay browser.
(Apologies if this is answered elsewhere - I couldn't find it.)
void main(){
write(visit_url().replace_string('clan</a>','clan</a> <a target=mainpane href="clan_raidlogs.php">raidlogs</a>'));
}
Out of the realm of this script, but it's really simple. in /relay create topmenu.ash.
This message doesn't seem to be handled yet - reduces vampires :
Darzil (#2013921) drove some vampires out of the castle (1 turn)
Obtaining Owl Folder isn't yet logged, have raised a bug report for that.
Could the "Dreadful" title for Skid Row non-combats be changed to "Skid Row", which it is named as when you have pencils?
Probably due to the fact that it doesn't "lock out" the noncombat. You can acquire any number of Owl Folders in a given instance, and still be able to do another choice of "Tallest Tree". If you activate "Tallest Tree" as normal (any choice other than to find an Owl Folder), that "locks" the noncombat as normal, and you can't get an Owl Folder (as the choice to get an Owl Folder is nested in the noncombat).
After a quick look at the code I assume that is designed to work with the "original" topmenu? What would happen if used with the "compact" version with the dropdown menus? (on phone, trying to get kid used to kindergarten so can't check myself)
Lovely piece of work, Bale, and in other circumstances I'd love it. However, being on a relatively outdated monitor with relatively low resolution, the icons just take up too much screen real estate =/I hope nobody minds if I hype my own work, but I also have a topmenu relay which solves the problem. It adds the image of Hodgman's Hobo Fortress you can click to see your raidlogs. It adds a bunch of other nice links also, but hopefully not too many. Copy/paste the following line into KoLmafia CLI and press enter:
svn checkout https://svn.code.sf.net/p/bale/relay/code/topmenu
It's entirely possible that I'm just being thick, but...Is there an easier way to get to the log display than going Clan Hall > Clan Basement > Dungeon Logs?
Specifically, I'm used to using DrEvi1's version, and it added an icon to the top pane in the relay browser.
(Apologies if this is answered elsewhere - I couldn't find it.)
Out of the realm of this script, but it's really simple. in /relay create topmenu.ash.
Inside that, put this:
Code:void main(){ write(visit_url().replace_string('clan</a>','clan</a> <a target=mainpane href="clan_raidlogs.php">raidlogs</a>')); }