ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 29 forks source link

Auto-use wormholes #116

Closed vanZeben closed 9 years ago

vanZeben commented 9 years ago

Uses wormholes at the end of the room with only enough time to use however many the player has, plus an extra 5 minutes to clear bosses (disabled with auto-consumables off)

ensingm2 commented 9 years ago

Nice! Added.

Also, in the future, can you please increment the script version number when issuing a pull request? That's what Userscript clients look at in order to auto-update. If that isn't changed, people won't automatically download the newest version of the script.

If you're feeling adventurous you can also update https://github.com/ensingm2/SteamMonsterGameScript/blob/master/minified.js, I simply copy-paste the automator.user.js code into a JS minifier and then save it to that file. Some people still aren't using the userscript and just copy-paste the minified code into their console on the game page.

vanZeben commented 9 years ago

heh, no problem I figured you would want to do those yourself after verifying a pull, but yeah I can do that

ensingm2 commented 9 years ago

Eh, I mean when I merge it in it goes to master anyway and that affects the copy-pasters. Might as well go all in with the userScriipters too.