ensingm2 / SteamMonsterGameScript

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

Slave windows will refresh during Boss #46

Closed Inevitable closed 9 years ago

Inevitable commented 9 years ago

Per title, there is currently no check for Boss encounters in the slave window refresh logic; it's simply time based. This causes situations where the slaves will refresh mid-boss encounter which is not desirable.

Additionally, it would be ideal to add a yrs/no pass to the behavior for those that want to manually manage huge slave window counts which would be unfeasible for automated mass reloading.

ensingm2 commented 9 years ago

Should be fixed as of https://github.com/ensingm2/SteamMonsterGameScript/commit/1a9df05cbb398d6736c628c9d7b41648c86d57ff .

Didn't have time to test extensively, so let me know if things don't seem to be working.

EDIT: allowing people to not refresh is on my list of things to do, just need sleep first.