Ezandora / Guide

Relay script for KoLmafia, for the web game Kingdom of Loathing. Gives advice on how to play.
The Unlicense
28 stars 18 forks source link

Ding dong, the MMG is dead #23

Open SalMonella01 opened 5 years ago

SalMonella01 commented 5 years ago

With the demise of the MMG, Guide no longer runs. On startup, the message in the GCLI is:

Function 'mmg_my_bets()' undefined. This script may require a more recent version of KoLmafia and/or its supporting scripts. (relay_Guide.ash, line 36539)

This is with KoLmafia v19.7 r19515, Ezandora-Guide-branches-Release r533.

bosh-code commented 5 years ago

Not exactly a fix, but a workaround until @Ezandora fixes the issue: Open relay_Guide.ash in a text editor like Sublime, Notepad++ etc, search for "mmg" and remove the If block (the brackets and attached curly braces) that uses mmg_my_bets() as part of the condition. Save the file and reload scripts. Works fine.