Tibia

Tibia is a multi user dungeon game. You play online with and against other players. You can rent houses, start or be in a guild. In this game you kill monsters and gain levels experience and skills. The goal is to have fun!

Tibia is one of the oldest and most successful massive multiplayer online role-playing games (MMORPG) created in Europe. In an MMORPG people from all over the world meet on a virtual playground to explore areas, solve tricky riddles and undertake heroic exploits.

For 10 years now, players have been visiting the medieval world of Tibia. At present, more than 250,000 players from all over the world inhabit the Tibian continent enjoying the numerous game features.

Acting as knights, paladins, sorcerers or druids, players are faced with the challenge of developing the skills of their selected characters, exploring a large variety of areas and dangerous dungeons and interacting with other players on a social and diplomatic level. Besides the sophisticated chat tools it is especially the unique freedom players enjoy in Tibia, that create an enormously immersive gaming experience.

Tibia can be played free of charge as a matter of principle. However, the game can be upgraded anytime to a Premium Account. Advantages of Premium Accounts include the access to special game areas and items as well as further special features relating to the game.

Before Installation

Make sure that the driver to your 3D graphic card is proper installed and working.
Also a good idea is to make an account at Tibia as it's required to play Tibia.

Installation

Download the latest Tibia Linux Client to your Desktop;

Download

To the terminal;

Code:

mkdir ~/.Games
cd ~/Desktop
tar zxfv tibia800.tgz
mv Tibia ~/.Games

Done.

Launcher

Download the tibia.png and tibia-update.png to your Desktop.

Code:

cd ~/Desktop
mv tibia.png tibia-update.png ~/.Games/Tibia
nano ~/.Games/Tibia/Launch-Tibia.sh

add the following;

#!/bin/bash

cd ~/.Games/Tibia
./Tibia

Save (ctrl)+(o) and Save (ctrl)+(x)

Code:

chmod +x ~/.Games/Tibia/Launch-Tibia.sh
nano ~/.Games/Tibia/Launch-Tibia-Update.sh

add the following;

#!/bin/bash

cd ~/.Games/Tibia
./Patch

Save (ctrl)+(o) and Save (ctrl)+(x)

Code:

chmod +x ~/.Games/Tibia/Launch-Tibia-Update.sh
alacarte

Go to Games and make a new entry;

Name: Tibia
Command: sh /home/USERNAME/.Games/Tibia/Launch-Tibia.sh
Comment: Tibia is a multi user dungeon game. You play online with and against other players. You can rent houses, start or be in a guild. In this game you kill monsters and gain levels experience and skills. The goal is to have fun!

Icon: ~/.Games/Tibia/tibia.png

Make another one in Games;

Name: Tibia Update
Command: sh /home/USERNAME/.Games/Tibia/Launch-Tibia-Update.sh
Comment: This application will check and install any updates for Tibia.

Icon: ~/.Games/Tibia/tibia-update.png

You can now launch Tibia by Applications —> Games —> Tibia
But first check for updates: Applications —> Games Tibia Update

Enjoy! ^_^

Written and Published by Artificial Intelligence
guides/32bit/tibia.txt · Last modified: 2008/07/16 18:40 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0