Archived Comments (locked)

in
Subscribe to Archived Comments 11 posts, 6 voices



Jesse Andrews Admin

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

 
Calmarius Script's Author

Recently there was an upgrade on some servers. Travian Beyond no longer works on that servers. You should look for script upgrades on the TB's official site.

 
Ahmed Mokhtar User

its a very good script but have a small bug its happened on server a2.travian.ae if you have more than one village the notes become some code like submit query and the icons for resources disappears on the map there is also no way to lit the villages as before with its detail information

any way to solve this ?

 
tykeey User

But it works OK on normal servers, why would you want correction ?

 
Ingek User

And the correction for Classic servers? :p
Would be difficult to do?

 
Calmarius Script's Author

On speed3x servers at the palace or residence in the culture point view there is a table how many CPs are needed for the next village and the next and next, etc.

In the old version it uses the formula for the normal servers so it may print out "you can conquer or found a village" when there aren't enough CPs to do so.

 
Kolumbus Scriptwright

Hmm, but where the CP is show incorrectly? I can`t find that inccorect info. I play on speed server and when I use your scritp, didn`t see any changes.

Thanks
 
Calmarius Script's Author

Of course you can.

 
Kolumbus Scriptwright

Hi
Can I add your pretty simple feature to the original script ? And If you have any updete about this script just e-mailed me at: kolumbus120@gmail.com

Have a nice day
 
Calmarius Script's Author

Two functions are altered:

Now they are looks like this:


function pc2aldeas(cp)
{
if (document.domain.indexOf("speed")>-1)
{
return Math.round(Math.pow((cp / 100) / 16*3, 1 / 2.3));
}
return Math.round(Math.pow((cp / 1000) / 1.6, 1 / 2.3));
}

function aldeas2pc(villages)
{
if (document.domain.indexOf("speed")>-1)
{
return Math.round(16/3 * Math.pow(villages, 2.3)) * 100;
}
return Math.round(1.6 * Math.pow(villages, 2.3)) * 1000;
}

 
tykeey User

Thanks.

Could i ask you to tell me from which line to where the new fix code is so i can copy it to my old version of beyond which i like more ?

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