mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-29 22:57:16 +00:00
Update to version 8.3.5
Many Fixes
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
<h2>Academy</h2>
|
||||
<h2><?php echo ACADEMY ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">In the academy new unit types can be researched. By increasing its level you can order the research of better units.</td>
|
||||
<td class="desc"><?php echo ACADEMY_DESC ?></td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(22,4);">
|
||||
<img class="building g22" src="img/x.gif" alt="Academy" title="Academy" /></a>
|
||||
<img class="building g22" src="img/x.gif" alt="<?php echo ACADEMY ?>" title="<?php echo ACADEMY ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(19,4);">Barracks</a> <span title="+3">Level 3</span>, <a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+2">Level 3</span>
|
||||
<a href="#" onClick="return Popup(19,4);"><?php echo BARRACKS ?></a> <span title="+3"><?php echo LEVEL ?> 3</span>, <a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+2"><?php echo LEVEL ?> 3</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<h2>Armoury</h2>
|
||||
<h2><?php echo ARMOURY ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">In the armoury's melting furnaces your warriors' armour is enhanced. By increasing its level you can order the fabrication of even better armour.</td>
|
||||
<td class="desc"><?php echo ARMOURY_DESC ?></td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(13,4);">
|
||||
<img class="building g13" src="img/x.gif" alt="Armoury" title="Armoury" /></a>
|
||||
<img class="building g13" src="img/x.gif" alt="<?php echo ARMOURY ?>" title="<?php echo ARMOURY ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+2">Level 3</span>, <a href="#" onClick="return Popup(22,4);">Academy</a> <span title="+1">Level 1</span>
|
||||
<a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+2"><?php echo LEVEL ?> 3</span>, <a href="#" onClick="return Popup(22,4);"><?php echo ACADEMY ?></a> <span title="+1"><?php echo LEVEL ?> 1</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<h2>Barracks</h2>
|
||||
<h2><?php echo BARRACKS ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">In the barracks infantry can be trained. The higher its level the faster the troops are trained.</td>
|
||||
<td class="desc"><?php echo BARRACKS_DESC ?></td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(19,4);">
|
||||
<img class="building g19" src="img/x.gif" alt="Barracks" title="Barracks" /></a>
|
||||
<img class="building g19" src="img/x.gif" alt="<?php echo BARRACKS ?>" title="<?php echo BARRACKS ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(14,4);">Rally Point</a> <span title="+1">Level 1</span>, <a href="#" onClick="return Popup(23,4);">Main Building</a> <span title="+2">Level 3</span>
|
||||
<a href="#" onClick="return Popup(14,4);"><?php echo RALLYPOINT ?></a> <span title="+1"><?php echo LEVEL ?> 1</span>, <a href="#" onClick="return Popup(23,4);"><?php echo MAINBUILDING ?></a> <span title="+2"><?php echo LEVEL ?> 3</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,20 +1,18 @@
|
||||
<h2>Blacksmith</h2>
|
||||
<h2><?php echo BLACKSMITH ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">In the blacksmith's melting furnaces your warriors' weapons are enhanced. By increasing its level you can order the fabrication of even better weapons.
|
||||
|
||||
</td>
|
||||
<td class="desc"><?php echo BLACKSMITH_DESC ?> </td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(12,4);">
|
||||
<img class="building g12" src="img/x.gif" alt="Blacksmith" title="Blacksmith" /></a>
|
||||
<img class="building g12" src="img/x.gif" alt="<?php echo BLACKSMITH ?>" title="<?php echo BLACKSMITH ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+2">Level 3</span>, <a href="#" onClick="return Popup(22,4);">Academy</a> <span title="+3">Level 3</span>
|
||||
<a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+2"><?php echo LEVEL ?> 3</span>, <a href="#" onClick="return Popup(22,4);"><?php echo ACADEMY ?></a> <span title="+3"><?php echo LEVEL ?> 3</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,18 +1,23 @@
|
||||
<h2>Hero's Mansion</h2>
|
||||
<h2><?php echo HEROSMANSION ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">In the Hero's Mansion you can train a hero and starting with building level 10 occupy oases in your surrounding area.</td>
|
||||
<td class="desc"><?php echo HEROSMANSION_DESC; ?></td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(22,4);">
|
||||
<img class="building g37" src="img/x.gif" alt="Hero's Mansion" title="Hero's Mansion" /></a>
|
||||
<img class="building g37" src="img/x.gif" alt="<?php echo HEROSMANSION; ?>" title="<?php echo HEROSMANSION; ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(23,4);">Main Building</a> <span title="+2">Level 3</span>, <a href="#" onClick="return Popup(14,4);">Rally Point</a> <span title="+1">Level 1</span>
|
||||
<a href="#" onClick="return Popup(23,4);"><?php echo MAINBUILDING; ?></a>
|
||||
<span title="+2">
|
||||
<?php echo LEVEL; ?> 3
|
||||
</span>,
|
||||
<a href="#" onClick="return Popup(14,4);"><?php echo RALLYPOINT; ?></a>
|
||||
<span title="+1"><?php echo LEVEL; ?> 1</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<h2>Residence</h2>
|
||||
<h2><?php echo RESIDENCE ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">The residence is a small palace, where the king or queen lives when (s)he visits the village. The residence protects the village against enemies who want to conquer it.</td>
|
||||
<td class="desc"><?php echo RESIDENCE_DESC ?></td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(25,4);">
|
||||
<img class="building g25" src="img/x.gif" alt="Residence" title="Residence" /></a>
|
||||
<img class="building g25" src="img/x.gif" alt="<?php echo RESIDENCE ?>" title="<?php echo RESIDENCE ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(15,4);">Main Building</a> <span title="+4">Level 5</span>, <a href="#" onClick="return Popup(26,4);"><strike>Palace</strike></a>
|
||||
<a href="#" onClick="return Popup(15,4);"><?php echo MAINBUILDING ?></a> <span title="+4"><?php echo LEVEL ?> 5</span>, <a href="#" onClick="return Popup(26,4);"><strike><?php echo PALACE ?></strike></a>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<h2>Stable</h2>
|
||||
<h2><?php echo STABLE ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">In the stable cavalry is trained. The higher its level the faster the troops are trained.</td>
|
||||
<td class="desc"><?php echo STABLE_DESC ?></td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(20,4);">
|
||||
<img class="building g20" src="img/x.gif" alt="Stable" title="Stable" /></a>
|
||||
<img class="building g20" src="img/x.gif" alt="<?php echo STABLE ?>" title="<?php echo STABLE ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(12,4);">Blacksmith</a> <span title="+3">Level 3</span>, <a href="#" onClick="return Popup(22,4);">Academy</a> <span title="+5">Level 5</span>
|
||||
<a href="#" onClick="return Popup(12,4);"><?php echo BLACKSMITH ?></a> <span title="+3"><?php echo LEVEL ?> 3</span>, <a href="#" onClick="return Popup(22,4);"><?php echo ACADEMY ?></a> <span title="+5"><?php echo LEVEL ?> 5</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<h2>Trapper</h2>
|
||||
<h2><?php echo TRAPPER ?></h2>
|
||||
<table class="new_building" cellpadding="1" cellspacing="1">
|
||||
<tbody><tr>
|
||||
<td class="desc">The Trapper protects your village with well hidden traps. Enemies can be imprisoned and won't be able to harm your village anymore. </td>
|
||||
<td class="desc"><?php echo TRAPPER_DESC ?> </td>
|
||||
<td rowspan="3" class="bimg">
|
||||
<a href="#" onClick="return Popup(36,4);">
|
||||
<img class="building g36" src="img/x.gif" alt="Trapper" title="Trapper" /></a>
|
||||
<img class="building g36" src="img/x.gif" alt="<?php echo TRAPPER ?>" title="<?php echo TRAPPER ?>" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="requ">Prerequisites</td>
|
||||
<td class="requ"><?php echo PREREQUISITES ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="#" onClick="return Popup(16,4);">Rally Point</a> <span title="+1">Level 1</span>
|
||||
<a href="#" onClick="return Popup(16,4);"><?php echo RALLYPOINT ?></a> <span title="+1"><?php echo LEVEL ?> 1</span>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user