Travian4 Beyond - SSE

By npocmu Last update Apr 28, 2013 — Installed 299,451 times.

Farm List

in
Subscribe to Farm List 1 post, 1 voice

Turk-73 Scriptwright
FirefoxWindows

You can create a list Farm, which data automatically inserted:

very similar to the link list!

The parameters are these:

x: x coordinates of the target;
y: y coordinate of the objective;
c: type of attack;
tx (where x is a number from 1 to 11): troop type

The following parameters should be divided between them with an &.

Example: we are in Server 2 and we want to attack, with 40 and 20 legionnaires Imperians in normal attack, a village at coordinates 40 | 50. The links that appear immediately write to the troops in the barracks will be this:

http://ts2.travian.it/a2b.php?x=40&y=50&c=3&t1=...

We analyze each individual element.

http://ts2.travian.it/a2b.php is the link to send troops, as we have already said.
? used to break the link on the parameters we set.
x = 40 as it is easy to understand, we're going to attack a village that has the coordinates (40 | y)
y = 50 the same as x, then (x | 50)
c = 3 indicates that it is normal attack.

In fact, if c = 3 is normal attack, if it is equal to 4 is raid if any other number is a reinforcer.
t1 = t3 = 40 and 20 indicates the type and number of troops.