loathers / garbage-collector

Script for farming meat (and garbage) in 2003 web RPG Kingdom of Loathing
25 stars 57 forks source link

_banderRunaways not being checked before trying to use them? Or, wastes turn on non-free run. #1317

Closed C2Talon closed 1 year ago

C2Talon commented 1 year ago
> Task Check Barf Mountain Quest did not complete within 1 attempts. Skipping.
Preference logPreferenceChangeFilter changed from _beachCombing,_beachLayout,_beachMinutes,_concoctionDatabaseRefreshes,_lastCombatStarted,combo_lastTileCombed,garboEmbezzlerCount,garboEmbezzlerDate,garboEmbezzlerSources,libram_savedMacro,maximizerMRUList,spadingData,testudinalTeachings to _beachCombing,_beachLayout,_beachMinutes,_concoctionDatabaseRefreshes,combo_lastTileCombed,garboEmbezzlerCount,garboEmbezzlerDate,garboEmbezzlerSources,libram_savedMacro,maximizerMRUList,spadingData,testudinalTeachings
Preference hpAutoRecoveryTarget changed from 0.0 to 0
Preference mpAutoRecoveryTarget changed from 0.0 to 0
Preference allowNonMoodBurning changed from false to true
Preference customCombatScript changed from grimoire_macro to garbo
mallsearch "peppermint sprout"
mallsearch "peppermint parasol"
mallsearch "human musk"
mallsearch "Louder Than Bomb"
mallsearch "divine champagne popper"
mallsearch "tennis ball"

familiar Pair of Stomping Boots (164 lbs)

Unequip Robortender

equip familiar amulet coin
mallsearch "blackberry"
mallsearch "snailmail bits"
mallsearch "turtlemail bits"
mallsearch "turtle wax"
mallsearch "goat cheese pizza"
mallsearch "stench nuggets"
mallsearch "spooky nuggets"
mallsearch "hot nuggets"
mallsearch "cold nuggets"
mallsearch "sleaze nuggets"
mallsearch "cold wad"
mallsearch "stench wad"
mallsearch "hot wad"
mallsearch "blue pixel"
mallsearch "green pixel"
mallsearch "red pixel"
mallsearch "white pixel"
Maximizer: -tie, Familiar Weight, equip latte lovers member's mug, -equip Buddy Bjorn, -equip Spooky Putty ball, -equip Spooky Putty leotard, -equip Spooky Putty mitre, -equip Spooky Putty snake, -equip broken champagne bottle, -equip dice-shaped backpack, -equip papier-mâchéte, -equip papier-mâchine gun, -equip papier-mâchuridars, -equip papier-masque, -equip papier-mitre, -equip smoke ball, -equip stinky fannypack, -buddy-bjorn, -crown-of-thrones, 100 bonus pantogram pants, 143.05 bonus June cleaver, 220 bonus Mr. Cheeng's spectacles, 239.23 bonus lucky gold ring, 311 bonus Daylight Shavings Helmet, 3389.44 bonus designer sweatpants, 6.25 bonus Powerful Glove, 69 bonus tiny stillsuit

equip hat Daylight Shavings Helmet

equip weapon June cleaver

equip off-hand latte lovers member's mug

equip pants designer sweatpants

equip acc2 Mr. Cheeng's spectacles

equip acc3 lucky gold ring

Unequip Pocket Professor

equip familiar tiny stillsuit
> [Libram] Saving equipment to outfit Script Outfit 0.
Preference _garbo_defectiveTokenAttempted changed from  to true
> Stash access is disabled. Ignoring request to borrow "defective Game Grid token" from clan stash.

use 1 redwood rain stick
You acquire an effect: You Have Ever Seen The Rain (20)
Preference _redwoodRainStickUsed changed from false to true

use 1 portable steam unit
You acquire an effect: Steamed Sinuses (30)
Preference _portableSteamUnitUsed changed from false to true
Preference choiceAdventure505 changed from 1 to 2
Preference nextAdventure changed from Barf Mountain to The Spooky Forest
Preference lastAdventure changed from Shadow Rift (The Misspelled Cemetary) to The Spooky Forest

[174] The Spooky Forest
Preference lastEncounter changed from Choose a Soundtrack to bar
Encounter: bar
Preference _lastCombatStarted changed from 20230322211318 to 20230322213923
Round 0: Zdrvst wins initiative!
Preference cosmicBowlingBallReturnCombats changed from 8 to 7
Round 1: Zdrvst executes a macro!
Round 1: Zdrvst casts RETURN!
Round 2: Skull the Shoey tries to kick you in the butt to speed your escape, but you leap out of the way. Your butt has taken enough abuse today.
horrible-little-slime commented 1 year ago

The issue here is that we need to pick our free run before we get dressed, and bander/boots availability is determined based on current outfit-state.

I don't know if there's a great fix for this

docrostov commented 1 year ago

might be fixable with a libram fix to "action source" -- basically, check prior to fight if freerun still exists, if not, abandon free running for rest of the day. it's not a perfect solution (you likely lose 1-2 possible runs) but it stops this issue. but that's a libram problem and not a garbo problem. closing this issue and maybe opening a libram issue eventually