Travian3 Beyond - all language

By Kolumbus Last update Dec 6, 2008 — Installed 1,124,265 times. Daily Installs: 281, 244, 248, 237, 254, 251, 292, 294, 232, 238, 226, 276, 238, 198, 242, 314, 223, 261, 236, 245, 247, 248, 235, 248, 395, 394, 631, 253, 260, 210, 225

Archived Comments (locked)

Subscribe to Archived Comments 193 posts, 88 voices

Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Pakimen User

Can some one tell me,I'm new in this...How to change language on travian beyond all language?
Tnx

 
dreixel User

I don't know. The script keeps working for me if I just set the link to the file and any password. I guess you don't have to change the password in the code itself, you only have to guarantee that the password is the same on every computer you're using TB in (I think it's used to encrypt data).

As for the files, I don't think you need to create any, their opening mode means they'll be created if they don't exist. But maybe you want to leave them in the same directory as the script itself?... then you won't have problems with non-existing directories. I'd say just put the script in http://www.lords.me.uk/travian/travstore.php and take the paths from the files (leave only the filename, they'll use the current directory).

And, just checking, your server can run php scripts, right?

It would be nice if the developer would come and explain this feature once and for all...

 
Heerm User

Hmm, okey. So Im using those constants. And i TBsetup I set the password to be "password". Arent I supposed to change something in the code which can verify this password?

And in my Travian folder I only have one file: travstore.php ... Shall I create those other files, or are they being created automaticly?

As for now, when i save these settings, the script wont work and ive got to uninstall all prefrences and install over again.

Thanks for any help.
Heerm.

 
dreixel User

Hey Heerm,

The paths you've defined look ok. Just make sure the 'travian' directory is already created.

As for password, you can choose any password. But I'd guess you have to set the same password in all computers you'll use this.

And, if you find out what this actually does, let me know. I noticed some difference in the behavior of the map, and that the log file gets written, but nothing happened to the two other files and my notes and such were not being saved from different sessions... so I might still be missing something.

 
Heerm User

Ok, thanks dreixel. Im closing in on the solution.

In point 2 you say I am supposed to change the path to something that makes sense. What would an example of this be?

// --- CONSTANTS
$storelogfile="/var/sites/www.nmprog.hu/log/travstore_php.log";
$storefile="/var/sites/www.nmprog.hu/store/trav_php.dbm";
$mapdbfile="/var/sites/www.nmprog.hu/store/travmap_";
// --- MAIN

I change this to be:
// --- CONSTANTS
$storelogfile="http://www.lords.me.uk/travian/travstore_php.log";
$storefile="http://www.lords.me.uk/travian/trav_php.dbm";
$mapdbfile="http://www.lords.me.uk/travian/travmap_";
// --- MAIN

Ive uploaded the file to a server. (lords.me.uk)
Then what shall I set to be password? How do I change it?

Thanks for any help!
Heerm

 
Wiatta User

Can somebody tell me how I uninstall the old version because my account is totally messed up right now.

 
dreixel User

The "Storage" works as follows:

1) Get the travstore.php file from http://www.nmprog.hu/travian/ (might work as well with the perl script, I tested the php one)
2) Edit the constants (in the .php file these are lines 32--34) to some path that makes more sense to you
3) Upload it to some server you control, say www.example.com/travian/travstore.php
4) Set the storage url to "www.example.com/travian/travstore.php". I suggest you set some password too, since when I tried it without password the script stopped working
5) Save everything
6) Should work.

 
Heerm User

PLEASE, someone please - explain to me in some way that everyone can understand: How do you use the remote sync option??

I have a server, i know some coding - but the explanation in the description is impossible for me to understand.
Answer here, or send me an email: herm@wub.no

Thanks!

 
Hsheer User

Hi all,

i'm having the same problem that zsozso had. note that before it was running perfectly untill i installed the time calculator.
i uninstalled all of the scripts but the problem is still !!??

please help

 
yaqatari User

didn't work wiyh me
the page got messed up

 
kyle1 User

Nice work on the script here =) I noticed a little bug that prevents it from setting the default from Reinforce to Raid (probably because I only have one city). Changed the line in ataqueDefecto() from:

for (var i = 0; i < cities.childNodes.length; i++){

to:

for (var i = 0; cities && i < cities.childNodes.length; i++){

 
Just User

lintaba, a friend of mine has the same problem as Turbo and I advised him and even tried it myself commenting out that line. But now, nothing comes up in dorf1 page. Its just like the script doesn't run on that page. The same error happens in dorf2, and commenting out preCalculate2 gives the same problem of no script on page and the page is loaded just as if its the original game page.

Please help, its just that the resource fields and buildings should be shown arranged properly just like it used to be below the game screen and not clotted and mixed up as it is now.

Thanks

 
lintaba Scriptwright

sami-q8:
[...]
if (location.href.indexOf('build.php') != -1){
calculateBuildTime(); tiempoExplorarUnidades(); tiempoExplorar(); mostrarVentas();
}
// if (location.href.indexOf('dorf1') != -1) preCalculate1();//COMMENTED OUT
if (location.href.indexOf('dorf2') != -1) preCalculate2();
if (location.href.indexOf('berichte.php?id=') != -1) reportBatalla();
[...]

 
sami-q8 Scriptwright

lintaba

i have the saem problem like Turbo

http://img294.imageshack.us/img294/3575/444bp6.jpg

how i cant do this " remove the preCalculate1 function from the end of file"

 
draphios User

Hello can i ask something about map could it show the tribe ?

Thanks i love this script very much.

 
Sentinel Scriptwright

hello.
i'm playing on s2.com, and i have a problem with CP...
it shows that i need 400 CP less than the actual number is...
like this:
Your villages have produced 95964 points in total. To found or conquer a new village you would need 99000 points.

and the scripts says this:
You need 2636 culture points

now 99000-95964=3036

i don't know if this is because of the rollback on the server, but can you please tell me how can i fix this?
thnx

 
nikos markop... User

i play in the greek server and i have the same problem as zsozso has, please someone to answer how to solve the problem

 
bbosnjak User

Dear all,
I'm having the same problem as zsozso. Do you have any suggestion how to fix it? Thanks a lot in advance!

 
lintaba Scriptwright

turbo, remove the preCalculate1 function from the end of file :)

zsozso, nézz körül a scriptjeim között

 
Turbo User

i need help for this problem

http://img294.imageshack.us/img294/3575/444bp6.jpg

where the code this problem

 
Cerafil User

How to remove the links you Set?
Please reply to my mail ... r_vellinga@hotmail.com

 
zsozso User

Dear All!

I have a problem to use this travian 3 beyond script. I did all the method, that you wrote: download firefox3, greasemonkey, install script, etc. When I start travian (hungarian server), everythings fine, but if I just click on something, like building, or stat., etc, I get the login page. I try a lot of thing, but I haven't got any idea.
Can you help me? What was wrong with my install?

Thanks a lot!

 
Mosse User

Hmm! i have an idea for a new future! i would like to see the "troops in movement" on every page on tr like when im in my citi or chekking my IG PM so why dont you put the "troops in movement" under or over the "bookmarks"

just an idea! it would serainly help me alot. on that way you would be more up to date.. and not stuck on your "Field" page.. witch is kinda lame sometimes.. ^^

//Moss

 
SuperSpo User

Can i have a guide that eplainx how to setup a storage url??

I can't do it, help me!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel