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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »

RaphaelCosta commented on 2018-02-13 10:02 (UTC)

Sorry, I only remember this page exists when Tibia fails to launch. I see you improved and merged my patch, the game updated great. =D

@Kuchiriel I have default yaourt and it's working just fine.

TrialnError commented on 2018-02-08 20:54 (UTC)

@Kuchiriel: Who knows. Some AUR helper are crappier than others (in regard of default settings and behaviour and whatnot).

Cameri commented on 2018-02-08 17:32 (UTC)

@TrialnError Let's merge @RaphaelCosta's patch then.

Kuchiriel commented on 2018-02-08 15:50 (UTC) (edited on 2018-02-08 15:52 (UTC) by Kuchiriel)

When I use pacaur I can install without issues, when I use yaourt, It prompts me to select the file to patch. Why? Anyway if you don't specify package ver, it will download the latest version available isn't?

TrialnError commented on 2018-02-07 21:28 (UTC)

@Cameri: Tested various settings and the results were always sorted.

Cameri commented on 2018-02-07 21:21 (UTC)

@RaphaelCosta Can you make sure the find command returns the results sorted?

TrialnError commented on 2018-02-07 20:57 (UTC)

https://gist.github.com/Narrat/4478bf952cda91f71131ae6a56d1d086

Just the changes: https://gist.github.com/Narrat/4478bf952cda91f71131ae6a56d1d086/revisions

Still I don't like the non-unique filename which will be causing problems. If such comments appear you do the support. Waiting if Cameri want to add something, or if you have some remarks on the changes made by me.

TrialnError commented on 2018-02-07 19:58 (UTC) (edited on 2018-02-07 20:05 (UTC) by TrialnError)

I'm waiting for feedback from Cameri. And I ponder currently about ideas based on your patch.

Edit: For example. With an dirty srcdir (like older source version still there) dunno currently if find is sorting the result by default. If not the older version could be build again

RaphaelCosta commented on 2018-02-06 12:08 (UTC) (edited on 2018-02-06 21:45 (UTC) by RaphaelCosta)

https://gist.github.com/raphael-costa/cc3061819a42704b0191cbec88adc314

I'll admit it wasn't as easy as I thought, but anyway do you want to merge this (minus the package name change, of course) or should I push the new package to the AUR?

EDIT: There's an issue with my patch regarding the generated .desktop icons if we rename the package to tibia-latest, in my clone I just reverted it to "tibia" with %s/_pkgname/pkgname/g.

Kuchiriel commented on 2018-01-31 16:02 (UTC) (edited on 2018-01-31 16:05 (UTC) by Kuchiriel)

@RaphaelCosta, exactly, besides the things you said, there are some points I would like to add.

Its easy to solve, just put in the pkgbuild the following things in the following order.

While on installation delete old non persistent data (saving map, configurations etc), if mkdir mkdir with -p flag for avoiding errors

If still want 775 and group do.

Execute usermod -a -G games $(id -u -n)

Or chmod -R 0777 /opt/Tibia to avoid permission issues

Problem solved

Please maintainer do it in the PKGBUILD.