Travian3 Beyond - all language

By Kolumbus Last update Dec 6, 2008 — Installed 1,222,298 times.

Script Summary: LANGUAGE (ae, ar, ba, bg, br, cl, cn, cz, de, dk, en, es, fi, fr, gr, hk, hr, hu, it, lt, mx, nl, no, pl, pt, ro, rs, ru, se, si, sk, tr, tw, ua, uk, us) - enjoy



Version: 2.6cma

ABOUT:
I`m not the author. I just collected all translation and take care about new translation.
Thanks for this script to Victor Garcia (aka Croc) - author. Original web site of Travian3 Beyond.
And Szabka who made update.

 Best add-on to this script
    Szabkas Travian Task Queue scrip TTQ_Szabka.

 How to install this srcipt
   1. Need have installed GreaseMonkey.
   2. Now you can install any script from userscript.org.

 How to UNINSTALL this srcipt
   Click here to watch flash presentation.

! WARNING !
If you install this script again don`t forget unistall or disabled the old one. Because this new one has name "Travian3 Beyond - all language" and the old one name is "Travian3 beyond". So, then you will have some things twice on a page. !
If you find any bug, in your language, pls let me know - kolumbus120@gmail.com - and I`ll try to fix it.

Here you can install the old version of the script

New translation CONVERT into HTML entity and send it to me on mail above. Look to english translation for this mesege "//prompt message doesn't allow HTML Entities" leave your translation in UTF-8 encoding in this case.
Use: Unicode (UTF-8) to HTML entity online converter or Firefox extension Unicode Converter/Input Tool

If you want use updated script you need to reinstall it (click on "Install this script").

6. dec 2008 - update market place by Simon
6. okt 2008 - update Latvian language
21. sep. 2008 - added Latvian language and Szabka`s update
20. june 2008 - fixed Czech translation by Dvozdik
11. june 2008 - added Ukraine translation.
7. june 2008 - fixed table for how many villages you can conquer.
23. may 2008 - update by Szabka.
12. may 2008 - update Russian language by 7bit.
5. may 2008 - fix CP for speed servers by kustah.
5. may 2008 - fix map images by Vansoftcorp.
24. apr 2008 - fix the Build times on each resource field by Savant.
23. apr 2008 - add greece translation, updated graphic pack problem by jreedy88.
18. feb 2008 - fix when your crop is in minus, it`s show in red now.
4. feb 2008 - UPDATE by Szabka - before update save your bookmarks
.
.
.
8. dec 2007 - fix Denmark translation by used HTML entity.

 TB SETUP - Szabka explanation, how it works.
  Saved offers:
it contains the internal represantion the autobookmarked sells at the marketplace. Ti's a semi CSV each offer separated by $$ and the fields in offer separated by $ character the fields are:
offer amount$req amount$offer type$req type$max range$max range used$ally only
example: 500$500$4$1$3$1$0$$ means 500 crop for 500 lumber max range 3hours,max range checkbox set, ally checkbox not set

  Bookmarks:
the structure is the same used in Saved Offers you can easily rearrange your bookmarks by editing this field and save {with the green ball}

  Options:
beyond other variables stored in this key-> value pairs for example desp,3,loglevel,0 means desp = 3 and loglevel = 0. The option variables and their meanings:
desp: step size at map loglevel: the script can log into javascript and firebug console used for debugging only.
a2bdefault: attack radiobutton default override 2: reinforce, 4: Rogue attack, 3: normal attack market0, market1... market4: Market buy screen saves for each option.
showmapinfo: true/false show extended resource information on map, Storage support required!

  The Storage:

I'm playing travian from different places, at home, at parents,etc.
I need a solution to synchronize beyond settings between the browsers. The solution is 1 small program in the internet that can be used for remote store:
The current api is:
Every request must be http post method, parameters are:
gm_set equivalent: request cmd=set&namespace=<server_uid>[&pass=<password>]&key=<key>&value=<value>
response: ok
gm_get equivalent: request cmd=get&namespace=<server_uid>[&pass=<password>]&key=<key> response: <value>
the get command is not used now it replaced by the more efficient multiget command
request
cmd=multiget&namespace=<server_uid>[&pass=<password>]&key=<key>&key=<key>...
response: <value>&<value>...
now security reasont every namespace can be protected by password if this set, the server process the command only when it matched by the crypted version stored in server. the command to set/replace password is:
cmd=setpass&oldpass=<old>&newpass=<new>

The other function the storage provides is, that it can store and retrieve map information. The affected commands are:
request: cmd=mapset&pos=

&value=<for>
response: ok

request: cmd=mapget&pos={top-left d code of the map}
response: 49 value in csv for the entire 7*7 segment

The huge benefit using this, that the one map cell should be scenned only once in the game. Tha map data not playes specific and not protected by password. The storage scripts also can be downloadable from Szabka page and there is a freely usable installation too.

</new></old></value></value></key></key></password></server_uid></value></key></password></server_uid></value></key></password></server_uid>