Merge pull request #87 from comedinha/master

Support for new tibia versions
This commit is contained in:
Stefan A. Brannfjell 2014-05-05 05:30:23 +02:00
commit c713c61a08
2 changed files with 7 additions and 5 deletions

View File

@ -190,12 +190,13 @@
// What client version and server port are you using on this OT? // What client version and server port are you using on this OT?
// Used for the Downloads page. // Used for the Downloads page.
$config['client'] = 960; // 954 = tibia 9.54 $config['client'] = 1037; // 954 = tibia 9.54
// Download link to client. Recommended: // Download link to client. Recommended:
// Select download link from remere map editor website! // Select download link from remere map editor website!
// See list of clients: http://remeresmapeditor.com/marklar.php?clients // See list of clients: http://remeresmapeditor.com/marklar.php?clients
$config['client_download'] = 'http://remeresmapeditor.com/rmedl.php?file=tibia'. $config['client'] .'.exe'; $config['client_download'] = 'http://clients.tibiaking.com/client/windows/'. $config['client'] .'';
$config['client_download_linux'] = 'http://clients.tibiaking.com/client/linux/'. $config['client'] .'';
$config['port'] = 7171; // Port number to connect to your OT. $config['port'] = 7171; // Port number to connect to your OT.

View File

@ -4,12 +4,13 @@
<p>In order to play, you need an compatible IP changer and a Tibia client.</p> <p>In order to play, you need an compatible IP changer and a Tibia client.</p>
<p>Download otland IP changer <a href="http://static0.otland.net/ipchanger.exe">HERE</a>.</p> <p>Download otland IP changer <a href="http://static0.otland.net/ipchanger.exe">HERE</a>.</p>
<p>Download Tibia client <?php echo ($config['client'] / 100); ?> <a href="<?php echo $config['client_download']; ?>">HERE</a>.</p> <p>Download Tibia client <?php echo ($config['client'] / 100); ?> for windows <a href="<?php echo $config['client_download']; ?>">HERE</a>.</p>
<p>Download Tibia client <?php echo ($config['client'] / 100); ?> for linux <a href="<?php echo $config['client_download_linux']; ?>">HERE</a>.</p>
<h2>How to connect and play:</h2> <h2>How to connect and play:</h2>
<ol> <ol>
<li> <li>
<a href="http://remeresmapeditor.com/rmedl.php?file=tibia<?php echo ($config['client']); ?>.exe">Download</a>, install and start the tibia client if you havent already. <a href="<?php echo $config['client_download']; ?>">Download</a>, install and start the tibia client if you havent already.
</li> </li>
<li> <li>
<a href="http://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer. <a href="http://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer.