- Reaction score
- 663
- Author
- RedAlert
- Contributors
- N/A
- Quickbar Entry
-
javascript:$.getScript('https://twscripts.dev/scripts/buildingsUpgradeQueue.js');
This script can be run on two screens:
- village headquarters (if you are not on this screen the script will redirect you there)
- AM building template edit mode
Ever asked yourself what building to upgrade next?
This script will answer this question.
If you don't provide the script with the BUILDINGS_ORDER array, the script will not run and will notify you that it needs this parameter.
You can either prepare this array manually, or you can run the script on another world where you already have AM, you can generate a script that now contains also the BUILDINGS_ORDER array with building orders same as the AM building template.
If you now run the script again, if you are on village headquarters the script will highlight the next village that needs to be upgraded based on the provided queue.
This is how the script looks like with the BUILDINGS_ORDER provided:
JavaScript:
javascript:var BUILDINGS_ORDER = ["main1", "place1", "statue1", "wood1", "stone1", "iron1", "wood2", "stone2"];
$.getScript('https://twscripts.dev/scripts/buildingsUpgradeQueue.js');
This is what the script looks like in practice:
For any bugs, or suggestions, or if you need help with the script, let me know by replying on the thread.
Last edited:
Upvote
0