Stats Warehouse Percentages

MokJay

Member
Reaction score
12
Author
jjeseo
Contributors
N/A
Quickbar Entry
javascript:
var notifyPercentage = 90;
var minWarehouseSize = 60000;
$.getScript("https://dl.dropboxusercontent.com/s/f6pa0ah8xz5z41e/WHperc_minified.js");
Public?
Public
This script just shows WH% on the Production Overview screen. I wrote it to make using resource packages quicker to know if I'll overflow, to know what villages I need to send away resources.

notifyPercentage -> This will mark percentages above this number.
minWarehouseSize -> This will ignore warehouses that are smaller than this number.

***CLICK HEADER TO SORT PERCENTAGES

Screen Shot 2021-02-27 at 5.09.19 PM.png

This is the quickbar input with the minified script.

javascript:
var notifyPercentage = 90;
var minWarehouseSize = 60000;
$.getScript("https://dl.dropboxusercontent.com/s/8j8yi1ojbq3af3u/WHperc_minified.js");
 
Last edited:
Upvote 1

pr0m4xine

New Member
Reaction score
0
This script just shows WH% on the Production Overview screen. I wrote it to make using resource packages quicker to know if I'll overflow, to know what villages I need to send away resources.

notifyPercentage -> This will mark percentages above this number.
minWarehouseSize -> This will ignore warehouses that are smaller than this number.

***CLICK HEADER TO SORT PERCENTAGES


This is the quickbar input with the minified script.

javascript:
var notifyPercentage = 90;
var minWarehouseSize = 60000;
$.getScript("https://dl.dropboxusercontent.com/s/8j8yi1ojbq3af3u/WHperc_minified.js");
thanks
 
Top