Sort Resources

FoE2022

Well-Known Member
Reaction score
22
Looking for script to sort resources so coin flags can be assigned properly.

Tx

V
 

FoE2022

Well-Known Member
Reaction score
22
I used to have a script where I could "click" let say on wood and it would sort those villages in the group I have active by the amount of wood.

Hope this make sense

V
 

busamad

Contributing Poster
Reaction score
34
I think this is what you are after:

Overview sort script

Code:
javascript:$.getScript('https://media.innogamescdn.com/com_DS_UK/Scripts/sort_rh.js',function(){fnOverviewSorter()});void 0;
 

DeletedUser123985

Guest
I used to have a script where I could "click" let say on wood and it would sort those villages in the group I have active by the amount of wood.

Hope this make sense

V
I find myself wanting this so bad sometimes. It's crazy that this is not part of the game and we need a script to do it...
 

Shinko to Kuma

Still Going Strong
Reaction score
776
I find myself wanting this so bad sometimes. It's crazy that this is not part of the game and we need a script to do it...
Error: This script requires v6.50 or higher
You are running 3.5

V

I wrote this really fast, it's not approved or anything but I don't think it's necessary, its just reorganising a table. It's far from efficient and pretty slow, especially if you have a LOOOOOOOT of villages.

javascript: $.getScript('https://dl.dropboxusercontent.com/s/dw4jhrpjfrguez2/sortResourcesSophie.js');
 
Top