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. 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.