Request Defense Packets OUT Counter

s0undw4ve

New Member
Reaction score
3
could anyone please tell me or provide me even with a script that tells you exactly how many packets you have sent out supporting other villaiges/tribemates etc

i used to own one but have lost it

let me know

cheers, s0undw4ve/rob
 

Shinko to Kuma

Still Going Strong
Reaction score
776
I made these a while ago, these are legal on .net

Support filter: Shows TOTAL population from you, at other players, allows for quick withdrawal

Code:
javascript: $.getScript('https://dl.dropboxusercontent.com/s/meht22wfamiv4r1/filter_support.js');

Screenshot:
FAC6q.png

Support filter PER VILLAGE: same as above, but splits it per coordinate

Script:
Code:
javascript:
$.getScript("https://dl.dropboxusercontent.com/s/0crogggigeit0kf/filter_support_villages.js");

FAC6W.png
 

SwedishBlueCheese

Non-stop Poster
Reaction score
1,051
Hi I dont get anything to show up when using the script. Any ideas why?

*Only show the filter and that from the script but no villages
 

SwedishBlueCheese

Non-stop Poster
Reaction score
1,051
Have tried both of them. When picking send back i get a empty box over the search but the rest looks the same
 

Shinko to Kuma

Still Going Strong
Reaction score
776
Have tried both of them. When picking send back i get a empty box over the search but the rest looks the same

I have tried but I can't reproduce the problem. When you open up developer console (F12 or SHIFT+CTRL+I on windows), do you get any red errors while attempting to use the script?
 

SwedishBlueCheese

Non-stop Poster
Reaction score
1,051
[DOM] Found 2 elements with non-unique id #filter_villages1: (More info: https://goo.gl/9p2vKq) <input id="filter_villages1" class="ignore_toggler hide_empty" type="checkbox"> <input id="filter_villages1" class="ignore_toggler hide_empty" type="checkbox">
filter_support.js?_=1589558997614:362 Uncaught TypeError: Cannot read property 'innerHTML' of null
at HTMLButtonElement.<anonymous> (filter_support.js?_=1589558997614:362)
at HTMLButtonElement.dispatch (game.js:9)
at HTMLButtonElement.v.handle (game.js:9)
filter_support.js?_=1589558997614:362 Uncaught TypeError: Cannot read property 'innerHTML' of null
at HTMLButtonElement.<anonymous> (filter_support.js?_=1589558997614:362)
at HTMLButtonElement.dispatch (game.js:9)
at HTMLButtonElement.v.handle (game.js:9)

This is what you mean?
 

Shinko to Kuma

Still Going Strong
Reaction score
776
[DOM] Found 2 elements with non-unique id #filter_villages1: (More info: https://goo.gl/9p2vKq) <input id="filter_villages1" class="ignore_toggler hide_empty" type="checkbox"> <input id="filter_villages1" class="ignore_toggler hide_empty" type="checkbox">
filter_support.js?_=1589558997614:362 Uncaught TypeError: Cannot read property 'innerHTML' of null
at HTMLButtonElement.<anonymous> (filter_support.js?_=1589558997614:362)
at HTMLButtonElement.dispatch (game.js:9)
at HTMLButtonElement.v.handle (game.js:9)
filter_support.js?_=1589558997614:362 Uncaught TypeError: Cannot read property 'innerHTML' of null
at HTMLButtonElement.<anonymous> (filter_support.js?_=1589558997614:362)
at HTMLButtonElement.dispatch (game.js:9)
at HTMLButtonElement.v.handle (game.js:9)

This is what you mean?

Thank you, I did an adjustement to the script, I hope this might be fixed now.
 

SwedishBlueCheese

Non-stop Poster
Reaction score
1,051
Doesnt work :(

Uncaught TypeError: Cannot read property 'innerHTML' of null
at HTMLButtonElement.<anonymous> (filter_support.js?_=1589568597833:362)
at HTMLButtonElement.dispatch (game.js:9)
at HTMLButtonElement.v.handle (game.js:9)
 
Top