Comments by bendeguz on scripts

5 comments

Comment on:
Travian: Village Center Numbers 5.1

May 17, 2008

This is a nice script. Especially the fast upgrade function. It would be nice if you could add this feature to the fields (dorf1) too. And maybe the village numbering could be optional. (Because QP Target already has that feature and if somebody wants both of them it is pretty ugly to have two numbers)

Comment on:
Travian translated

Mar 31, 2008

On this week I modify the code (if I have some free time), so you can do that. Now only hungarian supported as a destination language.

Comment on:
Travian QP Targets 3.6.0

Mar 22, 2008

Hi! Great script, but unfortunalely on FireFox 3 Beta 4 it's not working as expected :( (some building levels are misplaced)

Comment on:
Travian: Quick Maps+ v1.2.3

Mar 20, 2008

To mak it work on speeds replace
var svr = location.hostname.match(/travian[.](\w+)/i)[1] + location.hostname.match(/(\d)[.]travian/i)[1];

to

if (location.hostname.indexOf('speed')==-1){
var svr = location.hostname.match(/travian[.](\w+)/i)[1] + location.hostname.match(/(\d)[.]travian/i)[1];
}else{
var svr = location.hostname.match(/travian[.](\w+)/i)[1] + 'x';
}

Comment on:
Travian: Extended map with window v2.2.0

Jan 21, 2008

I've installed the script, and first there were windows. I've started to click around, and when went back to the map there weren't any windows, and now I can't reopen them, and can't find where it saves it's settings. Any help?