Travian3 Beyond - SSE

By npocmu Last update Dec 17, 2012 — Installed 84,963 times.

Add your review

4 reviews


1 out of 1 person found this review helpful
5 stars
Best of the Best , Aug 24, 2011
Review written by Yu Ho Ming - see all my reviews (1)

This script helps me a lot. I played Travian Taiwan and this script also supports my language. I think the market filtering function is the most useful because it helps to save my time checking all of them. The shortcut icons are also useful. However, when I used this script together with Task Schedule, the later script seems to be out of order.

0 comments |

2 out of 3 people found this review helpful
5 stars
Wow! , Feb 11, 2011
Review written by derrin - see all my reviews (41)

Credits - based on http://userscripts.org/scripts/show/28129

Nice work, If you want to tweak your travian game play then this is a MUST!

Well done on correcting the title header position. Nice to see number of incoming attacks in rally point. Thank you.

Tip:Turn off show extened icons and dof1,2 settings if bots are finding you. I only use abut 20% of the fully potential of this script, then turn on things WHEN i need to see them.

1 comment |

5 stars
Good Scripts! , Dec 21, 2012
Review written by Trever d - see all my reviews (495)

Nice scripts, work very good, I really like it.

0 comments |

5 stars
Add please , Aug 24, 2011
Review written by zioRayl - see all my reviews (1)

Hi,
you're great :D

Can I suggest you to add this function at the script??? It's really usefull

function detectNameAttaker() {
var tmenu = ver4FL ? $gc('contentNavi tabNavi',cont)[0] : $g('textmenu');
if( ! (tmenu) ) { alert('r'); return; }
var nameLink = $a((ver4FL?$ee('SPAN','???',[['class','tabItem']]):'???'),[['href',jsVoid]]);
nameLink.addEventListener('click', prepareGetAttakers, false);
var newSP = ver4FL ? $em('DIV',[$e('DIV',[['class','background-start']]),$e('DIV',[['class','background-end']]),$ee('DIV',nameLink,[['class','content']])],[['class','container normal']]):
$em('SPAN',[$t(' | '),nameLink]);
if( ver4FL ) tmenu.insertBefore(newSP,$gc('clear',tmenu)[0]); else tmenu.appendChild(newSP);

var ttable = [];
var thref = [];
var nameCache = [];
var linkCache = [];
var anameCache = [];
function nameAttaker( num ) {
var tname = nameCache[thref[num]];
var tlink = linkCache[thref[num]];
var aname = anameCache[thref[num]];
if( ! tname ){
var resb = httpGet(thref[num]);
var res = resb.match(/(.*)<\/a/i); aname = res[2]; anameCache[thref[num]] = aname; } var tTD = $xf('tbody[@class=">(.*)<\/a/i); <br /> aname = res[2]; <br /> anameCache[thref[num]] = aname; <br /> } <br /> var tTD = $xf('tbody[@class="units"]/tr/th', 'f', ttable[num]); <br /> tTD.appendChild($a(tname,[['href',tlink],['title',aname]]));

0 comments |