The Stand-Alone Tibia 10 Client is one of three Tibia Clients, the others being the Flash Client and Tibia 11. This client was written in C++ and can be downloaded from the download section on www.tibia.com. It is then installed and run on your computer. It uses the icon .
On April 11, 2017 CipSoft announced that this client was now considered outdated and unsupported, reinforcing the suggestion that all players should use the Tibia 11 client. The Tibia 10 client was discontinued on October 26, 2017.
Naming[]
For a long time the Tibia 10 client was the only client available to players, and hence it was simply called "the client". After the introduction of the Flash Client CipSoft and players started calling this client "C++" (the programming language used on it) and "Stand-Alone" (as opposed to browser-dependent). When the new stand-alone client was released, a new naming convention became necessary. Since this released marked the version change from 10 to 11, these same numbers were used on the old and new clients, respectively. Thus, the names Tibia 10 and Tibia 11 were born, despite the fact that the Tibia 10 client was released along the version 7.0 update.
Tibia Screen[]
The screen of Tibia client, when connected to the server, is divided into several parts:
- Game Window - main part in which all game actions take place,
- Console - where you can communicate with other players,
- Minimap - map view of area around your character,
- Status Bar - you can see your Hit Points and Mana Points.
- Inventory - your equipped items are displayed. A few others are lumped in the same window
- Combat Controls - set your attack, defense, and chase stances in a fight and set secure mode or not.
- General Controls - stop all actions, check quests, set options, or see help
- Control Buttons - Also called filters, lets you open the Skills, Battle, VIP windows
- Other Windows - Skills, Battle, VIP will open here along with containers and the Trade window.
Sometimes, when needed, a dialog window appears in the Game Window area.
System requirements[]
The Tibia client is available for Linux and Windows. Depending on what you are using, the requirements are:
Linux | Windows | |
|
|
Data stored on computer[]
The client executable (the programme itself) Tibia.exe (Windows) or Tibia (Linux), some game data (e.g. images), map files (*.map), the configuration file Tibia.cfg are stored:
- On Linux, in hidden folder on your home directory
~/.Tibia/
- On Windows XP, Windows 7, Windows 8 and Windows 10, in hidden folder
%appdata%\Tibia
The map files are by far the most data, and their size grows as you explore the map.
Shortcut keys[]
- Esc - Stops any action (walking, attacking or following) that currently is performed by you.
- Ctrl+G - Relogs to another character on your account. See: Ctrl+L about logging out.
- Ctrl+H - Shows the client help. Mouse pointer turns to magnifying glass and you can put it over any element of the Tibia client screen and read description of it.
- Ctrl+L - Logs out from the game. You cannot log out during or immediately after the battle (when Logout Block special condition is active).
- Ctrl+Q - Logs out from the game (see also: Ctrl+L).
- Ctrl+K - Opens the hotkey menu.
- Ctrl+O - Opens the new channel window.
- Ctrl+I - Opens the ignore list window.
- Ctrl+R - For Premium account players: toggles Mounts on/off. For Free Account players: opens the select outfit window. It can't be used in Protection Zone.
- Ctrl+B - Opens the battle window.
- Ctrl+W - Remove text from the game screen (i.e yelling of people or NPC conversation).
- Ctrl+M - Show / dont show server messeges in any channel.
- Ctrl+Z - Send bug reports (tutors only).
- Tab ↹ & ⇧ Shift+Tab ↹ - Toggles between different channels.
- Ctrl+N - Shows / hides names and life bars ingame.
Linux Version[]
The Tibia 10 client was available on GNU/Linux, a Unix-like computer operating system.
Since the Tibia update 7.6 (December 12, 2005), the release of a native client for Linux was ceased up until 28th of September 2006. Linux users could still play using the Windows client with the help of Wine, but after requests from players on CipSoft bringing back the native client for Linux, they have continued releasing the native client again as well.
Test-servers were an exception to this, for which a Linux-build would no longer be provided (several years after the above).
On April 11, 2017 CipSoft announced that the Tibia 10 Linux client would be discontinued in favor of the Tibia 11 Linux client. The installation and execution instructions below are kept as a register but are likely outdated and not valid for Tibia 11.
Installation[]
The native client can be downloaded from the official download page. There is no installer, but a compressed tar-archive which holds the files for the client. This needs to be uncompressed using one's favourite GUI-tool, or for example the tar
command-line tool:
tar xfz tibia*.tgz
Replace the wild-card (*) with the exact version number if the directory contains more than one such archive.
Execution[]
Simply double-clicking the executable will in most cases not work, for the working directory needs to be the root of the Tibia-client:
cd ~/Tibia # Example location under the user's home directory.
Then run the executable:
./Tibia
To create a launcher for Tibia, something like this could be used to change the working directory first, and when successful, run the client:
bash -c 'cd /path/to/tibia && ./Tibia'
Additionally, one may want to set the path for the map-files and friends:
bash -c 'cd /path/to/tibia && ./Tibia path /path/to/maps/and/configuration'
Running the client from a terminal will also make it easy to see any possible error messages. If the client refuses to start, depending on the error message, one can try running the shell-script instead (StartTibia.sh
), which is provided by the same archive. This will use the libs shipped with Tibia, instead of the system-provided ones.
On a 64-bit operating system, if the 32-bit libs are missing, an error message like this can be encountered:
./Tibia: ./libc6/libc.so.6: version `GLIBC_2.15' not found (required by /usr/lib/libGLU.so.1)
This means one should look for the following packages via their package manager:
32-bit libc6 (glibc.i686) and 32-bit libGLU (mesa-libGLU.i686)
64-bit libc6 (glibc.x86_64) and 64-bit libGLU (mesa-libGLU.x86_64)
The name of the package that includes these libraries varies across distributions. There may also be meta-packages that has these, which means they have more than just them, but it may be a good idea to pull those in as well for other purposes. For example, distributions derived from Debian, such as Ubuntu and Linux Mint, have the ia32-libs
package. On Gentoo Linux, there is the app-emulation/emul-linux-x86-opengl
package, and media-libs/glu
when built with ABI_X86="32 64"
.
System Requirements as listed on the download page:
- Linux with libc version 6 or later
- X-Window system installed
- Hardware accelerated graphics driver
- 106 MB free hard disk space
- A connection to the internet
Wine[]
Installation[]
Using Wine, it's possible to run the Windows version of Tibia on several Unix-like operating systems.
It is recommended to install Wine via the package manager, but it can also be built from source and used from the source-tree without installing it. See the Wine download page, Wine user guide, and Chapter 2 (Getting Wine) for more details.
To run Tibia with Wine, the Windows client can be copied from a Windows install, or installed as it normally would be by downloading the installer from the official download page. After downloading the client, it's possible to simply double-click the installer (depending on the Window Manager/Desktop Environment), but it's recommended to use a terminal window and cd
to the path where the installer lies, then simply run it with Wine:
wine tibia*.exe
If the path contains several tibia*.exe
files, replace the wild-card (*) with the exact name of the executable (unless of course running all of them is a desirable outcome).
Execution[]
After installing, one may want to create a launcher that changes the working directory to wherever Tibia was installed to, and then runs it as long as the cd
command was successful:
bash -c 'cd /path/to/tibia && wine Tibia.exe'
The path for map-files etc. can be also set:
bash -c 'cd /path/to/tibia && wine Tibia.exe path /path/to/maps/and/configuration'
Security[]
Tibia, or any other application that doesn't absolutely require it (Tibia and Wine definitely do not), should never be run as the root user. In case one is unable to run an application as the regular user, it's more than likely an issue related to groups.