Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Travian: Hero Status v1.3.9

Current, Next and Need exp

Look in Hero's mansion

AE AR BG BR CN DE EN FR HK IL LT NO HU NET NL PT RO RU PL SE SK TR TW






Aug 1, 2008
Learn Spanish User
As far as translations go there is a free English to Spanish translation site that I go to a lot!!!

They recorded a lot of natives talking to each other then wrote down what they said. This will at least help for the Spanish language. After that you'll need the computer language.

Just a tip from a fellow nerd;)
 
Jul 11, 2008
MindTwister Scriptwright

case '.il':
langfile = ['כרגע', 'הבא', 'דרוש'];
break;

 
Jul 10, 2008
MeXaon Script's author

added langs

 
Jul 10, 2008
Diego21 User

SPANISH translation (not a direct translation but more funtional for better understanding, I'm a Spanish native speaker so trust me... ;))
(both .net & .com.ar servers)

case '.net':
langfile = ['Actual', 'Siguiente', 'Matar'];
break;

case '.com.ar':
langfile = ['Actual', 'Siguiente', 'Matar'];
break;

 
Apr 5, 2008
minbas Scriptwright

pd.innerHTML the value what is insert in the script is <,td,>,<,span, ,class,=,"c3 b",>,100,<,/,span,>,<,/,td,>. eliminate the coma for the real code

 
Apr 5, 2008
minbas Scriptwright

In the Herou status page is a cell what contain the POINT TO DISTRIBUITE the cell is ttd[31]. I hawe modifyed the script with this code
" pd = document.createElement('div');
pd.innerHTML ='<td>100</td>';
ttd[31].appendChild(pd);
",
but the date is write on the end of the cell. I need modifycate the value from the '0' to '100' on the page not insert a new value afther '0'.

 
Apr 5, 2008
MeXaon Script's author

minbas
What?

 
Apr 4, 2008
minbas Scriptwright

weri god this script. i need a modification for this script in ttd[31] i need to implement a line before tis line <td>0</td> how can i do this? My script implement a line after this <td>0</td>.

 
Mar 11, 2008
tetros User

can you type make this script work with travian 3 beyond and make it a finnish language?

 
Mar 10, 2008
CeP User

case '.cz':
langfile = ['Mrtvolky', 'Požadavek', 'Zavraždit'];

 
Mar 9, 2008
Anthony84 User

please change german translation

case '.de':
langfile = ['Erhalten', 'Gesamt', 'Verbleibend'];
break;

 
Mar 8, 2008
MeXaon Script's author

Update langs

 
Feb 27, 2008
FDisk Scriptwright

For Lithuanian language
case '.lt':
langfile = ['Dabar', 'Sekantis', 'Reikia'];
break;

 
Feb 24, 2008
MeXaon Script's author

Hmm. Me work. may be another script?

 
Feb 24, 2008
Kolumbus Scriptwright
It does not work with Travian3 Beyond - all language can you look at it a fix it if it`s possible?

Thank you
 
Feb 20, 2008
o_til_o User

better version:

Romanian translation:

case '.ro':
langfile = ['Actual', 'Următor', 'Nevoie'];
break;

 
Feb 18, 2008
MicroDJS User

Bugfix: BR PT translation updated.

Brazilian translation:

case ".br":
langfile = ['Atual', 'Proximo', 'Necessario'];
break;

Portuguese translation:

case '.pt':
langfile = ['Actual', 'Próximo', 'Necessário'];
break;

 
Feb 18, 2008
o_til_o User

Romanian translation:

case '.ro':
langfile = ['Curent', 'Următor', 'Nevoie'];
break;

 
Feb 18, 2008
MeXaon Script's author

v1.3.6
- Added languages

 
Feb 17, 2008
iscript User

case '.cn':
langfile = ['目前', '升级', '尚须'];
break;

 
Feb 16, 2008
montiti User

Mistakes,here is the good French Translate :

case '.fr':
langfile = ['Courant', 'Suivant', 'Besoin'];
break;

 
Feb 15, 2008
montiti User

French Translate :

case '.pt':
langfile = ['Courant', 'Suivant', 'Besoin'];
break;

 
Feb 15, 2008
w00t User

sorry, the correct is .com.br not .br only =p

 
Feb 15, 2008
w00t User

case ".br":
case '.pt':
langfile = ['Atual', 'Proximo', 'Necessario'];
break;

 
Feb 13, 2008
MeXaon Script's author

v1.3.5
- added lang 'pl'

You could comment on this script if you were logged in.