Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/loathers/autoscend

An ascension script for KoLMafia
https://github.com/loathers/autoscend

beaten up fixes & path dropping (#941)

* abort if unable to remove beaten up
* remove code that preventing beaten up counter from goin...

89e38a26abee80228589f54d1e39b2af71ea794e authored about 3 years ago by taltamir <[email protected]>
Final path consistency code cleanup (#937)

Use defined my_path() functions in each path for consistency

e40c0dafcd4fe8f851db604776a7da09d2ce327e authored about 3 years ago by Busta Rhymes <[email protected]>
fix getting war outfit in hardcore (#933)

* fix getting war outfit in hardcore without helpful iotms.
I broke it in an earlier commit and...

068c64f456ec107841c079ce2681507036f21526 authored about 3 years ago by taltamir <[email protected]>
Misc (#936)

* moved boolean possessUnrestricted(item it) to auto_equipment.ash
* L9_chasmBuild() fix `(X>0 ...

b6ce91e3676198e86474a31c5bb9287246fa0552 authored about 3 years ago by taltamir <[email protected]>
hardcore wildfire (#918)

* workaround for hardcore wildfire failing to get the war outfit and wasting 52 adventures befor...

b7915e62f2d9bc607d9427485615e677acc77913 authored over 3 years ago by taltamir <[email protected]>
move powerleveling code (#932)

* new file `auto_powerlevel.ash`
* moved powerlevel code to it
* moved free combat code to...

4b95cdf1d6adc9b875ff306cc0b0d9dcee13a4f3 authored over 3 years ago by taltamir <[email protected]>
Move general buyskills() out of Picky (#929)

Pulls buyskills() for classes out of picky and renames to auto_buySkills()

e642a7ebb4b9027822ac46b852dcb89ff55bbe31 authored over 3 years ago by Busta Rhymes <[email protected]>
the source fix raindoh box abort when encountering agent (#928)

* fix aborting when [source agent] is encountered when trying to use a [rain-doh box full of mon...

277edce8a4965729fa4c617168dee4457e4ffb82 authored over 3 years ago by taltamir <[email protected]>
hotfix in_zombieSlayer() crash (#930)

hotfix autoscend crashing due to not finding function in_zombieSlayer(). this was due to the new...

5eaefac771b68b8edd2415af94f447a762b4b409 authored over 3 years ago by taltamir <[email protected]>
More code cleanup (#927)

* More code cleanup

More path renaming and code cleanup

50333bdc2be5f713a1d92666265efdc5770a75c8 authored over 3 years ago by Busta Rhymes <[email protected]>
the source (#923)

do free fights when less than 10 adv remaining instead of waiting to 1+reserve.
because we migh...

b37083e9bf92b45f00776dcb36eba24e60938b01 authored over 3 years ago by taltamir <[email protected]>
confirm extinguisher is equipped before using skill (#926)

bfb2f245b753f953a4c869ff47cb461a2405a121 authored over 3 years ago by Alium58 <[email protected]>
this is actively detrimental to runs and if we want to write handling for this sort of thing, it should be done in a less haphazard manner. (#925)

3a80ac852fefae5ef68dbc8df9c2d9ce760bc260 authored over 3 years ago by Malibu Stacey <[email protected]>
Thunder is not Rain (#924)

bc4e28e2cc4f5cc545e8c96a5511989a13e4310d authored over 3 years ago by Kiwi Tokoeka <[email protected]>
Code Cleanup for a Few Paths (#922)

* Code Cleanup

Change all references for Heavy Rains, AWOL, and Gelatinous Noob

* Update a...

96304f46fe9475e30419e0a7da1ffd8c72d94465 authored over 3 years ago by bustarhymes69 <[email protected]>
Clean up code for The Source (#921)

Create boolean in_theSource() and update references across autoscend

6e6cec97180e756a2717bd001296d4f8f92fcde1 authored over 3 years ago by bustarhymes69 <[email protected]>
Create is_pete (#920)

* Consistency for Boris

Change in_boris to is_boris

* Consistency for Pete

create is_pete

9461f62aece2543fdcc99f033a6126c68d266e3d authored over 3 years ago by bustarhymes69 <[email protected]>
Consistency for Boris (#919)

Change in_boris to is_boris

a93f1d66ed6bdec13d86113f9c0e607718724a81 authored over 3 years ago by bustarhymes69 <[email protected]>
Beatup and Hardcore wildfire (#914)

* fix modern zmobie counter for when beaten up. It was counting us as having won if we lost but ...

a74350e04a2fac6ff809da7fc0ddf595fff7eac7 authored over 3 years ago by taltamir <[email protected]>
Red rocket Support (#879)

* Red rocket support

* Add text to Eaten tracker for food consumed with red rocket effect

...

c5453ddfc24aa30e953b4938605017d4a005f553 authored over 3 years ago by Alium58 <[email protected]>
Heavy rains (#916)

* Attempt Fix for Buying HR Skills

* Minor Syntax Fixes

* forgot quote marks

0193fc923fa03225b8f03b9de0ee15c2f98656cf authored over 3 years ago by Kiwi Tokoeka <[email protected]>
fix wildfire pumping (#917)

fix an inf loop in wildfire when pumping water in certain situations (has to do with your fullne...

041ed3ffab538ac64daa74963570c5fba05f294e authored over 3 years ago by taltamir <[email protected]>
int auto_mall_price(item it) fix (#909)

auto_mall_price has an issue if mall_price returns -1 for a tradeable item. this is usually caus...

4a646edef0a69b7151dd60d85a8f7d2ddc169d68 authored over 3 years ago by taltamir <[email protected]>
Bedtime pulling (#907)

bedtime improvements
* add settings for various bedtime pull related stuff.
* instead of print...

51f5861c6409e5d66f68377ed1c6ca75e4efaff2 authored over 3 years ago by taltamir <[email protected]>
fix github workflow (#915)

fix github workflow failing to update java. thanks @Rinn

1f3df318e1dc803749b4765ef978171fe6d33bb0 authored over 3 years ago by taltamir <[email protected]>
boolean canPull(item it) fixed & misc (#906)

* boolean canPull(item it) fixed. it did not account for mallprice returning 0 or -1
* make the...

cd011a79bf318a0ec8f4ffa43c6e6f628ca60cf3 authored over 3 years ago by taltamir <[email protected]>
forbid Dance Police store (#913)

* forbid Dance Police store if it's not already forbidden by the user

7b44cb2f7476b39a71013479cc2c72b8ba0ae27c authored over 3 years ago by Malibu Stacey <[email protected]>
wildfire support (#904)

* initialize settings: this path does not use wand of nagamar, this path must get beehive. (tech...

90246297a5cfa903b8deea1053bf821d4e0cbe46 authored over 3 years ago by taltamir <[email protected]>
github validation (#911)

fix github automatic validation process
2021-09-26 jenkins underwent changes and our automatic ...

369845b3f97566a3be40731f57aee6354cc86455 authored over 3 years ago by taltamir <[email protected]>
Industrial Fire Extinguisher Support (#902)

* Initial industrial fire extinguisher support

* syntax corrections

* Ed now uses zone spe...

f41755697222a0df8ff742c9bbe7a7cd9486757b authored over 3 years ago by Alium58 <[email protected]>
moved int pullsNeeded(string data); to auto_bedtime.ash (#908)

moved int pullsNeeded(string data); from autoscend.ash to auto_bedtime.ash because it is only ev...

2aead71501958f79a996f9fcb11ced45d5596a69 authored over 3 years ago by taltamir <[email protected]>
move item acquisition to its own file (#905)

move item acquisition to its own file without changing any of the functions.

382373fc4931a514603b718cc2410c3bf765ba48 authored over 3 years ago by taltamir <[email protected]>
* hotfix auto_bestWarPlan() (#903)

* auto_bestWarPlan() fixed
it was was only planning to do the currently done sidequests + 1 und...

266ef27c8858c7dfa1c286809359cf2ecc9ce857 authored over 3 years ago by taltamir <[email protected]>
Remove Reagnimated Gnome from Heavy Rains (#901)

* Heavy Rains Remove Reagnimated Gnome

Removes Gnome from HR path since miniature life preser...

ec78855f41e23a3086ddd630411482ef61981f8d authored over 3 years ago by bustarhymes69 <[email protected]>
wall of skin damage accounting fixes (#875)

88a378c61bb633a9181e3b6d717390e32bdbb09a authored over 3 years ago by quarklikeadork <[email protected]>
Break nightcap ties with mall price (#877)

2646044cf9e720326374642b391a4daf1cb287ac authored over 3 years ago by Sibusten <[email protected]>
Added wishing for war spies (#899)

* Added War Hippy Spy to yellow ray list

07a24d4461b1d06d626a22dddc06d22efeac9bb5 authored over 3 years ago by Alium58 <[email protected]>
Revert "hotfix inventory desync when using `boolean distill(item target)`" (#898)

Revert "hotfix inventory desync when using boolean distill(item target) (#897)"
This reverts co...

4659e15eed630108a27051a13ccca2948d4ec358 authored over 3 years ago by taltamir <[email protected]>
hotfix inventory desync when using boolean distill(item target) (#897)

workaround for https://kolmafia.us/threads/inventory-desync-when-using-create-to-use-the-nash-cr...

dc8218f8d1ba4d73b22d406988ab50b94fc5fbcf authored over 3 years ago by taltamir <[email protected]>
zelda -> plumber find and replace (#896)

4f94fdd3aa107e1e5c295cba4dac75341d4ce5ac authored over 3 years ago by taltamir <[email protected]>
handleBjornify if bjorn is requested familiar return true (#889)

remove obsolete code from `boolean handleBjornify(familiar fam)`
it was meant to ensure we do n...

e7b6e235b5485a2cabc595d47e5b6621776dad17 authored over 3 years ago by quarklikeadork <[email protected]>
uneffect Psalm of Pointiness for wall of bones (#888)

and Feeling Nervous

885fafbad834e99ae70a35c1b3c176e4a6863ae4 authored over 3 years ago by quarklikeadork <[email protected]>
Minor word changes and remove beta branch references (#891)

* Typo correction

Small typo correction

* Minor Changes

Removes beta branch references ...

56f40a734f381e7c9db32df5db91c4d3a6f38809 authored over 3 years ago by bustarhymes69 <[email protected]>
fix pokefam not doing hidden city (#887)

* fix pokefam not doing hidden city
* hidden city will now report to user if autoscend decides ...

2839890ef6ef94c089266cecf8f508c1c85a8966 authored over 3 years ago by taltamir <[email protected]>
bug fixes and refactoring (#882)

9268df3b367b4ca6ab1137ee4c671ade97ea75d2 authored over 3 years ago by Malibu Stacey <[email protected]>
Added choctopus to fairywhelps in item fams (#885)

24e9fc246ed3fc05e212623e26a77a2e471baf36 authored over 3 years ago by Alium58 <[email protected]>
Disguises (#871)

* Remove Majora References

Change all Majora references to Disguises (for disguises delimit)....

48eb0f942777ed56f6f2db0c750ce3b4d2d36489 authored over 3 years ago by bustarhymes69 <[email protected]>
auto_mall_price() should return historical_price() if invoked in a choice adventure (#884)

* do not bother checking mall price of engorged sausages and you if you encounter it. It is rare...

1fb7004593d072b439727081f8cba3dda5df8fc0 authored over 3 years ago by taltamir <[email protected]>
fix ca 879 (#883)

f9eb0f8229295f7584a02c3426d864bddfb829d7 authored over 3 years ago by taltamir <[email protected]>
fix MP regen calculation for buffs (#855)

Rework calculation for "how much MP do I regen" for MP spending on buffs in post adv
regen calc...

0fcfd762c52fc000224ceb2b14dc816a8ca4757c authored over 3 years ago by taltamir <[email protected]>
.ash file and header/autoscend.ash imports (#880)

d6f579b2d67e2368eb8caa6a0be6230bcb5e063c authored over 3 years ago by JamesDowney <[email protected]>
No more frozen bowlers! Icehouse issue fix. (#874)

* implementing protection against icehouse snafus

* updated critical monster list

* silly ...

b3b25eda9bb6318006d66232487b6c53b8989ab6 authored over 3 years ago by JamesDowney <[email protected]>
restore code disable extra debugging (#873)

restore code generates exceptional amounts of debug info. limit this via auto_log_level_restore ...

2e0e75a686deb45eddf8072964270114235f1254 authored over 3 years ago by taltamir <[email protected]>
check song duration of equipped accordion (#876)

44d3306f3089e28d4f8379c146583e04933bf80e authored over 3 years ago by quarklikeadork <[email protected]>
Battery feast (#837)

* Craft and consume 9-volt batteries as needed
* Added support for shocking lick to yellow ray ...

85a3fe4d0a1005c50b02416af267e9081dfddad4 authored over 3 years ago by Alium58 <[email protected]>
batteryCombine simulate option (#859)

* batteryCombine function added a simulate option
* boolean can_get_battery(item target); creat...

a52c21b3963cd70cd73a76d2e7395ee8aa84d462 authored over 3 years ago by taltamir <[email protected]>
auto_craft.ash & folding & untinkering & loathing legion knife (#860)

Legion knife:
* boolean hasLegionKnife() can now be used to check if you have and can use the 2...

2b76e51efbe394833ace1f9159658d47e3971ded authored over 3 years ago by taltamir <[email protected]>
fix for spamming the DMT on day 2 searching for a NC that won't come for 45 more adventures. (#872)

28f7e93a85f96c42cfc0f0b018a246b6086754e5 authored over 3 years ago by Malibu Stacey <[email protected]>
Ed ML & Purr of Feline Tweaks (#870)

* Moved Ed ML to standard location

* Always maintain purr of feline if have servant

dd775a5d98329f7f790ee0dc8b58c60cbc235c1a authored over 3 years ago by Alium58 <[email protected]>
refactor auto log/print code (#869)

* use property_exists() function
* make auto_newbieOverride notification copy paste friendly by...

ea07309ffc9a82533082f5717d3bee47b59baa9f authored over 3 years ago by taltamir <[email protected]>
provide info on combat initialize and expand pre_adv footer info (#868)

* expanded pre_adv footer info with class, path, mus, mox, mys, current equipment, turtle blessi...

2532582abe29b857578b0afed26936dbcc49c31f authored over 3 years ago by taltamir <[email protected]>
[asdon martin] feeding refactor and fix inf loop when feeding [all-purpose flower] in glover (#865)

* asdon marting feeding when [all-purpose flower] is invalid (ex: glover) was causing an infinit...

116c0a5153ca3b8a234bb4ac9754249ee2505bbf authored over 3 years ago by taltamir <[email protected]>
do not autosell in way of the surprising fist (#866)

If we are currently in the Way of the Surprising Fist challenge path, items should not be autoso...

fa6e78f61bd1d041afe02ecae402182aa9f4ca53 authored over 3 years ago by Heitor Tremura <[email protected]>
Remove Majora References (#867)

Change all Majora references to Disguises (for disguises delimit). Made all references "disguis...

49f4b23a6e77645632e65c6ebc44b2289e09c91d authored over 3 years ago by bustarhymes69 <[email protected]>
update outdated conditions for nightmare fuel (#846)

outdated condition was trying to use a spleen item if Powdered Gold is restricted. Now both that...

09e241051907c9a1988cf4bc94d255db4800cd5b authored over 3 years ago by quarklikeadork <[email protected]>
allow chewing spleen for adventures from familiars (#848)

chew spleen items that provide adventures if we do not have something better to chew.
relevant ...

da19f5c2848fb539ca645e67ba3aed63d9092f2a authored over 3 years ago by taltamir <[email protected]>
relocate combat strings to combat/auto_combat_util.ash (#863)

* move combat strings from auto_util.ash to auto_combat_util.ash
* move hasClubEquipped() as we...

4b55990681c3310cc6d281466fcc1d0a8bf90b19 authored over 3 years ago by taltamir <[email protected]>
boombox song change message is missing a period and a space (#864)

8ffb66c98cfd305a64e898d0be72bc9157f4d359 authored over 3 years ago by Heitor Tremura <[email protected]>
Pokefam Fix (#857)

The pokefam_autoAdv caused numerous issues that taltamir noted in a big pokefam thread. This rem...

c81361025e2f2f3ea368040e21fc9e62caca63cb authored over 3 years ago by bustarhymes69 <[email protected]>
hotfix [Nanorhino] trying to get muscle buff when not charged. (#858)

Prevent the spamming of muscle skills in a futile attempt to get a nanorhino buff when it is not...

d08f543a9708b6951693e2e35b664d4ec610b67e authored over 3 years ago by Skaazi <[email protected]>
don't gorge on all magical sausage at once (#809)

- Wait before MP or adventures are needed to eat sausage instead of eating all the sausage it ca...

37325374c8376041ebd4cfc5cd2356ee5ef7a42d authored over 3 years ago by quarklikeadork <[email protected]>
[Carol of the Thrills] & [Aloysius\' Antiphon of Aptitude] (#856)

are too expensive. Only maintain them if you have lots of excess meat

266640e2804d287edd4bc16a98d254d3ca4a8b9b authored over 3 years ago by taltamir <[email protected]>
Release lock on snake zones once we are actively looking for that zone's snake. (#853)

* Release future Shen soft lock on zone once we are actively looking for that zone's snake.

*...

5ff8034b25196b7017bdd9f4449ddf0ef2967248 authored over 3 years ago by Alistair Crook <[email protected]>
hotfix sauceror MP crash due to mortar delay (#844)

* hotfix sauceror MP crash (and subsequent meat crash as it has to keep on buying galaktik consu...

8f339da21b81b24950ad5d11b2eee30be1d00a77 authored over 3 years ago by taltamir <[email protected]>
Update level_03.ash (#854)

script aborts when tavern cellar layout is invalid. Looked at code and there is an automatic ret...

beab3c7b0c98a823827fe9d08cd5f23cdcd622a7 authored over 3 years ago by Alium58 <[email protected]>
fix SGEEA removing On the Trail for Camel Toe/Skinflute unnecessarily (#851)

same fix for War Hippies in KoE
clean up some old redundant crap from cc_ascend days.

fb08b6aa654ea7355f31fb526507883a3239296f authored over 3 years ago by Malibu Stacey <[email protected]>
isAttackFamiliar accuracy improved for [Mini-Adventurer] & [Reagnimated Gnome] (#850)

improved accuracy of isAttackFamiliar function for 2 familiars that were assumed to always be an...

eff1775edb9b91d8720e30bb5b8e1b48337e1ea2 authored over 3 years ago by quarklikeadork <[email protected]>
Revert "allow chewing spleen for adventures from familiars (#840)" (#847)

This reverts commit 42f0df2844cadc0203d75edff3138dbe69dcc6ce.

850e9ab3e0681cb0a1d1686cf13eece3c5e3a2a6 authored over 3 years ago by Malibu Stacey <[email protected]>
allow chewing spleen for adventures from familiars (#840)

chew spleen items that provide adventures if we do not have something better to chew.
relevant ...

42f0df2844cadc0203d75edff3138dbe69dcc6ce authored over 3 years ago by quarklikeadork <[email protected]>
auto_doGalaktik_initialize & renamed auto_alwaysGetSteelOrgan & GUI will configure setting defaults first (#841)

* added setting auto_doGalaktik_initialize (PRE type setting) which determines the state of auto...

a05ac71fa5ee3d0b3290ecb2da8e3e9b43200eb9 authored over 3 years ago by taltamir <[email protected]>
avoid warnings that it fails to buy Platinum Yendorian Express Card (#843)

99689f4316e023803c9e55166b26cb3e75d54fcf authored over 3 years ago by quarklikeadork <[email protected]>
hidden apartment cursed punch & stench jelly fix (#839)

do hiddenTavernUnlock before looking at the availability of the tavern to force noncombat
try t...

51b9983b522468efc66f13bbc09945ab87df4468 authored over 3 years ago by quarklikeadork <[email protected]>
Add canPull check before trying to get tiny barrel

b6dbc7d12cd96736bf3ef45e304b3e2ebb6e0489 authored over 3 years ago by Rinn <[email protected]>
potatoes are bad for gremlins (#830)

potatoes are bad for gremlins too because they block special attacks
added them to the code tha...

4eb5c4586879f44912ab88bbba2bf1c5992d0e70 authored over 3 years ago by quarklikeadork <[email protected]>
Jarlsberg Fixes & Improvements (#836)

25846138c3e9f1a8dc42c61a493097ff2843a441 authored over 3 years ago by Joe Kirchoff <[email protected]>
Combat improvements, various Avatar of Sneaky Pete changes (#834)

f645eaa056dff62d5d4b17f4bdd2e342f801f958 authored over 3 years ago by Joe Kirchoff <[email protected]>
Add a visit_url to the fireworks shop (#832)

Also update min mafia version

500c0afaaec134f3846242378c7625fb1d0f492f authored over 3 years ago by Malibu Stacey <[email protected]>
restore fixes. (#827)

- don't consider excess HP from healing skills as "wasted".
- fix disco nap using the wrong hea...

07d656f15678393c053437ca033ba07c7f8c13ee authored over 3 years ago by Malibu Stacey <[email protected]>
Fix stay in run logic for avatar paths (#831)

* Fix staying in run for avatar paths
* Bulk cache mall prices when initializing day

7aead8d32d3f28c3061f4a513880b9f301b32ddb authored over 3 years ago by Joe Kirchoff <[email protected]>
restore abort or continue on failure based on setting (#822)

instead of always ignoring a failure to restore MP or HP, it should now handle it based on setti...

b6a7a722de81d2e5a047721f7a2dafb887a116dd authored over 3 years ago by taltamir <[email protected]>
fixing typos (#829)

73d07c744ad3efa7c033c1997b27ab1edce97461 authored over 3 years ago by JamesDowney <[email protected]>
auto_towerBreak setting (#828)

* adding towerBreak setting

* semicolon

* adding towerBreak setting to relay

* FORMATTI...

cba95b789c325f7a4a309e1274abc166685b3980 authored over 3 years ago by JamesDowney <[email protected]>
* fix incorrectly converting float values to int (#825)

fix restore code incorrectly storing some float values as int.
for most restorers this is not a...

191eb644679535486af44a1c68b0593b7c2384c4 authored over 3 years ago by taltamir <[email protected]>
make restore datafile compilable (#823)

make restore datafile compilable to improve its maintainability

669f5872cda42131b411351cc33ff88b9e388683 authored over 3 years ago by taltamir <[email protected]>
Stop adventuring in NEP until you run out of turns (#826)

72fc934dcb5deadb8ee232abbe4dfce2fa76404e authored over 3 years ago by Kiwi Tokoeka <[email protected]>
compiled (#824)

someone forgot to hit compile on our data files when they made a change to our dat files
this P...

bade4408c2b668f0deef094f14bf6f45fde46103 authored over 3 years ago by taltamir <[email protected]>
soul food fix && some buff maintainance (#817)

* cleanup soul food code
* do not try to conserve 25 soulsauce when considering if we should us...

5d93a1ea221a73671fea0cd16db8f54534f9d351 authored over 3 years ago by taltamir <[email protected]>
Heal after equipping for Boo Clued (#819)

Moved Boo Clue healing from level_09.ash to auto_pre_adv.ash. Now heals after equipment change i...

ccb2816497c4d3207c23908b9b4e75f1a5bcd2fe authored over 3 years ago by Alium58 <[email protected]>
Fix MCD cap calculations when using auto_MLSafetyLimit (#815)

Fix calculations for capping ML with MCD. Previous behavior did not account for current MCD valu...

ca8b817557bc04e132801985a753cc6776659ab6 authored over 3 years ago by Sibusten <[email protected]>
combat redesign (#788)

* restructure combat files for maintainability as per #408
* add basic jarlsberg combat
* remo...

61d9a9d5e62c54478de4c7488e0875f6bd2387b0 authored over 3 years ago by taltamir <[email protected]>