broken scripts from update...

DeletedUser3007

Guest
im sure with the flag updates (even tho not on all worlds) some scripts will stop or have stopped working.
i haven't tested many scripts tbh, but 1 that isn't working

partricier's fa filter script.
 

Dase

<img src="//media.innogamescdn.com/com_DS_US/TEAM-
Reaction score
239
My farm finder script isn't working anymore too ...
 

Dase

<img src="//media.innogamescdn.com/com_DS_US/TEAM-
Reaction score
239
On the .br external there are a lot of good scripts.
Even if I don't understand they're language well,it's easy to see what script does what you want.Plus if you don't understand something,they have international support.I found a working farm finder there.Maybe you'll find what you are looking for too.
 

DeletedUser3007

Guest
i was looking for that specific script actually.. to filter already attacked villages in farm assist
 

DeletedUser3007

Guest
javascript:/*author: patricier, name: FA-filter, version:1.0.0*/function filter(){var sort = "asc"; if(!document.URL.match(/screen=am_farm&order=distance&dir=/)){ location.href='{game}&screen=am_farm&order=distance&dir=asc';}var div = document.getElementById('am_widget_Farm');var td = div.getElementsByTagName('td');td[0].innerHTML += '<br>Villages you attack are being filtered';for (var i = 1; i< td.length; i++){if (td.innerHTML.indexOf('<img src="http://cdn2.tribalwars.net/graphic/command/attack.png?1') != -1){td.parentNode.style.display = 'none';}}}filter();

this is the script i was using before... someone said they've been using it since day 1. they tested on account with just fa, and account with am.. it only works on accounts with am now. can this be edited and be legal on this server for accounts with just fa? ive used it til the recent update and never used am but will only work with am now. :(

update... i just used my free 3 day am.. and the current script still doesn't work i guess its just me then? any ideas
 
Last edited by a moderator:

DeletedUser

Guest
You would need to use it from the quickbar as it uses the {game} reference.

But you should be able to get around that by manually sorting before running the script. (just click the arrow at the top of the distance column).

The filter part doesn't seem to be working on world 7. I'll write a fix for it.

update: Here it is. Let me know if it works (fingers crossed!)
Code:
javascript:/*author: patricier, name: FA-filter, version:1.0.0 (twcheese.mod.01)*/$.getScript('https://dl.dropbox.com/u/1621643/tw/scripts/tribalwars.us/FA_filter.js');void 0;
 
Last edited by a moderator:
Top