Search results

  1. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    My Fun-a-Log gave the following in CLI today using 19164 Unknown item found: pirate radio ring (10210, 651533160) -------------------- 10210 pirate radio ring 651533160 pr_radioring.gif accessory 0 pirate radio ring 0 none Item pirate radio ring Spooky Damage: +2, Stench Damage: +2, Hot...
  2. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    Got these looking at MM today using 19164 New monster #2134 found in Manuel with name 'Red Roger' image 'pr_redroger.gif' attributes ='Atk: 100 Def: 100 HP: 500 Init: -10000 P: construct' New monster #2117 found in Manuel with name 'melty army man' image 'pr_armyman.gif' attributes ='Atk: 30...
  3. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    using Red Roger's reliquary Unknown item found: Red Roger's red right foot (10220, 807764119) -------------------- 10220 Red Roger's red right foot 807764119 pr_rightfoot.gif accessory 0 Red Roger's red right foot 0 none # Item Red Roger's red right foot: Gain more FunPoints during PirateRealm...
  4. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    Unknown item found: signal fragment (10208, 946907321) -------------------- 10208 signal fragment 946907321 pr_signal.gif usable t,d 5 # Item signal fragment --------------------
  5. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    19150 in use Unknown item found: melty plastic grenade (10200, 239266542) -------------------- 10200 melty plastic grenade 239266542 pr_meltygrenade.gif none, combat t,d 30 # Item melty plastic grenade: Deals Stench Damage based on your highest stat # Item melty plastic grenade: (and leaves the...
  6. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    From a tiki idol Unknown item found: hibiscus petal (10213, 564682423) -------------------- 10213 hibiscus petal 564682423 pr_petal.gif food t,d 10 hibiscus petal 1 1 decent 0 0 0 0 Unspaded # Item hibiscus petal -------------------- Unknown item found: huge mint leaf (10214, 520209705)...
  7. matt.chugg

    New Content - Implemented 2019 April IOTM - PirateRealm membership packet

    Got this from the Cocktail SHaker during breakfast after new IOTM using 19148 Using 1 The Cocktail Shaker... Unknown item found: Skull Punch (10235, 345617422) -------------------- 10235 Skull Punch 345617422 pr_tiki2_1.gif drink t,d 30 Skull Punch 5 4 awesome 0 0 0 0 Unspaded Item Skull Punch...
  8. matt.chugg

    Manuel Progress (the relay version)

    R41 Add Avatar of West of Loathing wandering monsters Add another debug setting to not show dealt with "Other" items to help me tidy this up, check the code if you want to use it!
  9. matt.chugg

    Manuel Progress (the relay version)

    R40 Add Ed the Undying to lower chambers of pyramid Add Lord Soggyraven to heavy rains Add nemesis variations to volcano lair based on class Tidy up more "other" Will go through this thread and make a list of ther other things I need to do
  10. matt.chugg

    Manuel Progress (the relay version)

    R39 set slime[1-5] as nofactoid set wild seahorse as nofactoid Add $monster[Slime Tube monster] to slime tube if hiding unavailable areas: hide road to white citadel if quest is unstarted or advanced past step10 hide whitely's grove unless started white citadel quest, or spoken to alarm...
  11. matt.chugg

    Manuel Progress (the relay version)

    Have at it! ;) I didn't know factroid existed, I started this because I didn't think there was anything for the Manuel in relay form
  12. matt.chugg

    Manuel Progress (the relay version)

    I think when you changed it from zero, to one, I hadn't actually released the code to even be checking it yet!
  13. matt.chugg

    Manuel Progress (the relay version)

    ok, it looks to me, that my_ascensions() returns a value indicationg completed ascensions, or more accuratly, one less than your current run or zero whichever is greater: max(0,current_run_number - 1) I think you've set lastPlusSignUnlock to 1, in an attempt to fix it not having been set...
  14. matt.chugg

    Manuel Progress (the relay version)

    Thanks for the feedback. Having checked my code, I havn't even dealt with the The Road to the White Citadel | White Citadel yet, will get onto that in next update. could you tell me what the following show in the CLI: ash get_property("lastPlusSignUnlock").to_int() ash my_ascensions()...
  15. matt.chugg

    What SVN means to the user of KoLmafia

    svn_info is an ash command, (I think the CLI version is showing what it returns as a definition eg record and various fields of the record) to get the revision in CLI try: ash svn_info("batbrain") or ash svn_info("batbrain").revision
  16. matt.chugg

    Manuel Progress (the relay version)

    R38 Remove drunksgiving monsters Add shopkeeper from NC to Spelunky Area Add swarm of fudgewasps to fudge mountain Add rock monsters from 2009 as a finished event, (still faxable) Add skulldozer to misc under item, and a bone garden Move deck of every card to Misc Move Cleesh to Misc More...
  17. matt.chugg

    Manuel Progress (the relay version)

    R37 Add family of kobolds Add drunksgiving monsters Add infernal seals
  18. matt.chugg

    Manuel Progress (the relay version)

    R36 Only some butts have factoids. if mskc_mp_hide_unavailable_areas == true, show EITHER The Enormous Greater-Than Sign or The Dungeons of Doom based on lastPlusSignUnlock After doing this, and testing, I have realised something: It looks like, as mentioned above, lastPlusSignUnlock is set...
  19. matt.chugg

    Manuel Progress (the relay version)

    Oversight, I've currently done nothing to hide it. will fix tomorrow, assuming there is a non-server-hitty way to track, pretty sure there will be a quest log preference somewhere to help me
  20. matt.chugg

    Manuel Progress (the relay version)

    thanks, noted, will update tomorrow
Back
Top