Package Details: tibia latest-1

Git Clone URL: https://aur.archlinux.org/tibia.git (read-only, click to copy)
Package Base: tibia
Description: Fast-paced free massively multiplayer online role-playing game
Upstream URL: http://www.tibia.com
Keywords: cipsoft mmorpg
Licenses: custom:CipSoft
Submitter: Cameri
Maintainer: seds
Last Packager: seds
Votes: 13
Popularity: 0.016906
First Submitted: 2015-11-09 06:01 (UTC)
Last Updated: 2025-08-30 20:31 (UTC)

Pinned Comments

seds commented on 2025-08-30 20:37 (UTC)

I've made some changes to this packages, and hopefully this works for everyone. I've added a few optional dependencies which namcap raised and changed how we deal with installing the package.

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

seds commented on 2026-02-21 22:08 (UTC)

Hey ZeusesBeard,

I have noticed when Tibia updates it bricks the install. To fix this, i copied over the Tibia install in /opt/tibia with the updated tibia install direct from tibia's website

Unfortunately, there is no way for me to control this. We don't want to be messing around with the user's home directory, so once Tibia updates, we are left with this problem. I am not sure if there is another way of solving this.

TrialnError commented on 2026-01-31 19:59 (UTC)

Hi, ZeusesBeard.

Can the game be installed inside the home directory?

Not as a package tracked by pacman. It is an absolute no go to touch or place files in $HOME.

ZeusesBeard commented on 2026-01-30 20:54 (UTC)

Can the game be installed inside the home directory? It looks like when there is an update the game tries to update itself, but cannot as it does not have root privileges and being installed in /opt means it is owned by root. You can download the newest release from tibias website and cp it over the install in /opt to also fix it

ZeusesBeard commented on 2026-01-27 10:51 (UTC)

I have noticed when Tibia updates it bricks the install. To fix this, i copied over the Tibia install in /opt/tibia with the updated tibia install direct from tibia's website

seds commented on 2025-08-30 20:37 (UTC)

I've made some changes to this packages, and hopefully this works for everyone. I've added a few optional dependencies which namcap raised and changed how we deal with installing the package.

rfc commented on 2024-10-11 02:20 (UTC) (edited on 2024-10-11 02:20 (UTC) by rfc)

Tibia no longer ships the package with the start-tibia-launcher.sh, which breaks this package. Here's the updated version:

# Maintainer: Ricardo Cabral <ricardo.arturo.cabral@gmail.com>

pkgname=tibia
pkgver=latest
pkgrel=1
pkgdesc="fast-paced free massively multiplayer online role-playing game"
arch=('x86_64')
url="http://www.tibia.com"
license=('custom')
depends=('glu' 'libgl' 'libice' 'libxext' 'openssl-1.1' 'pcre' 'qt5-base' 'qt5-declarative')
makedepends=('gendesk' 'python-html2text')

DLAGENTS=("https::/usr/bin/curl --compressed -fLC - --retry 0 --retry-delay 0 -e %u -o %o %u"
          "${DLAGENTS[@]}")

source=("${pkgname}.tar.gz::https://static.tibia.com/download/tibia.x64.tar.gz"
        "${pkgname}-agreement.php::https://www.tibia.com/support/agreement.php")

sha256sums=('SKIP'
            'SKIP')

prepare() {
  gendesk -f -n
  html2text "${pkgname}-agreement.php" > LICENSE
}

package() {
  mkdir -p "${pkgdir}/opt/"
  cp -drv --no-preserve=ownership Tibia/ "${pkgdir}/opt/"
  chmod -R 775 "${pkgdir}/opt/Tibia"
  chgrp -R games "${pkgdir}/opt/Tibia"

  install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
  install -Dm644 Tibia/tibia.ico -t "${pkgdir}/usr/share/pixmaps/"
  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

  mkdir -p "${pkgdir}/usr/bin"
  cd "${pkgdir}/usr/bin/"
  ln -s "../../opt/Tibia/Tibia" tibia
}

moenik commented on 2024-02-23 18:09 (UTC)

Is it possible to add ttf-ms-fonts as dependency? it turns the UI smoother https://aur.archlinux.org/packages/ttf-ms-fonts

ryu_gold777 commented on 2022-09-15 00:35 (UTC) (edited on 2022-09-29 00:48 (UTC) by ryu_gold777)

Theres a bug when click in spell list and trade with npcs unable to buy something or check the spell list. The bug occurs also in any word clickable on NPCS. It opens and close quickly. Please fix this bugs.

N4gever commented on 2020-09-07 17:12 (UTC)

@lukinhasb, regarding the client you downloaded from the Tibia website, try removing some temp files: /tmp/qipc_sharedmemory_* . This worked for me and I was able to start the application again.

lukinhasb commented on 2020-09-07 11:03 (UTC)

It must have something to do with the dependencies. I had installed Tibia from the tibia.com website first, the client ran, but the fonts were buggy and misplaced, so I downloaded this one from AUR. The application didn't start, as mentioned by others, but when I try to open the Tibia client downloaded from the website it also doesn't start anymore. I have tried to remove the dependencies it installed by the Tibia downloaded from the website also doens't open anymore. Idk why.