GOTA Extender

Game of Thrones Ascent Extender

目前為 2014-09-22 提交的版本,檢視 最新版本

作者
Panayot Ivanov
評價
0 0 0
版本
3.0
建立日期
2014-07-31
更新日期
2014-09-22
尺寸
59.0 KB
授權條款
未知
腳本執行於

Description
Script that integrates several options at user disposal for direct tweaking. Screenshots:
Extender menu, Queueing item, Enqueue upgrade

Features

  • The script should now be able to run on Chrome's Tampermonkey
  • Queue items will be checked on a configurable amounnt of time to ensure there's no dropping.
  • 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);
    - doFinishProduction: starts a timer to ensure the next item from that building is produced (or applied as for upgrade);
    - 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: use built in display of alerts 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.