Description
Script that integrates several options at user disposal for direct tweaking. Screenshots:
Extender menu, Queueing item, Enqueue upgrade
Features
- Auto collect money on a cycle (configurable from options)
- Queue items for production:
- You now can queue 5 items.
- You now can queue upgrades.- Extender overrides some web page functions:
- buildTimerUpdate: uses instant speed ups (5 mins which is free) and finishes build, production or upgrade;
- doCollect: closes dialog after collecting;
- claimDaily: closes dialog after success; (function visually turns gold and silver amount into undefined; collect to update them)
- doProduction: tracks if superior materials are required (configurable from options); closes dialog after production is initiated;
- doFinishProduction: starts a timer to ensure the next item from that building is produced (or applied as for upgrade); closes dialog opened after completion;
- doInstantSpeedUp: checks if the speed up does require money (gold), if true - exit;
- doLog: no console logging.- Collects daily reward on initialization.
- Options available for configuration through the user interface:
- User Alert: informs user through alert when interacting with the extender (default: true);
- Debug Alert: informs developers for things that happen in the extender (default: false);
- Enable auto-collect: initiates an auto-collect loop on the given amount of time in minutes (default: true);
- Use superior materials: instructs extender to disregard superior materials dialog when producing (default: true) (requires reload);
- Auto-collect interval: specify the time interval in minutes to perform a money collect (default: 60);
- Production queue table: view your queued production items and upgrades - click on a row to remove it from the production queue;
elements start from 0 and are executed in reversed order (last element from the table is next to be executed)- Improved performance, styling and bug fixes.
Known issues:
- Production queue won't be persisted if you reload the page.
- Various bugs including certain test scenarios.
- Please provide feedback for bugs.