From d169ca696d5422fa23da5812409a00a0e5f359d7 Mon Sep 17 00:00:00 2001 From: Bruno Carvalho Date: Sun, 4 May 2014 21:17:25 -0300 Subject: [PATCH 1/2] Update downloads.php --- downloads.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/downloads.php b/downloads.php index ee34046..1d772c8 100644 --- a/downloads.php +++ b/downloads.php @@ -4,12 +4,13 @@

In order to play, you need an compatible IP changer and a Tibia client.

Download otland IP changer HERE.

-

Download Tibia client HERE.

+

Download Tibia client for windows HERE.

+

Download Tibia client for linux HERE.

How to connect and play:

  1. - Download, install and start the tibia client if you havent already. + Download, install and start the tibia client if you havent already.
  2. Download and run the IP changer. @@ -27,4 +28,4 @@
\ No newline at end of file +include 'layout/overall/footer.php'; ?> From 71c692853ab458f37fc6f596c6193f51f755b219 Mon Sep 17 00:00:00 2001 From: Bruno Carvalho Date: Sun, 4 May 2014 21:17:28 -0300 Subject: [PATCH 2/2] Update config.php --- config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 5eacee6..2060625 100644 --- a/config.php +++ b/config.php @@ -190,12 +190,13 @@ // What client version and server port are you using on this OT? // Used for the Downloads page. - $config['client'] = 960; // 954 = tibia 9.54 + $config['client'] = 1037; // 954 = tibia 9.54 // Download link to client. Recommended: // Select download link from remere map editor website! // 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.