loathers / autoscend

An ascension script for KoLMafia
Other
45 stars 67 forks source link

Error on run due to gr8ness #133

Closed taltamir closed 4 years ago

taltamir commented 4 years ago

some time ago kol changed the name of potion of temporary gr8tness to gr8ness without a t. the effect retained the t. this was changed yesterday, so now the effect also does not have the t. this results in autoscend erroring out when run with:

Bad effect value: "Gr8tness" (auto_util.ash, line 4823)

related mafia fix: https://kolmafia.us/showthread.php?24269-unknown-effect-when-using-potion-of-temporary-gr8ness

taltamir commented 4 years ago

the fix is super simple, just find and replace all instances of Gr8tness with Gr8ness, starting from the file auto_util.ash

taltamir commented 4 years ago

my bad, this is a duplicate of #131