• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. gmstrikker

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    TYYYY <3 you fix the problem one... i did without the select and everything works o/ --- about the problem two CREATE TRIGGER `guilds_update` AFTER UPDATE OF rank_id ON players BEGIN UPDATE players SET guild_id = IFNULL( (...
  2. gmstrikker

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    Sorry, i didn't understand... "its a trigger that will automatically run if rank_id is changed on the players table" could explain it more? --- It would fix the two problems? Or you are talking about problem 2?
  3. gmstrikker

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    On Tibia and on OTs there is no good guilds systems like in other games that u can do tasks on guild... But i found a system that bring it possible to OTs: Advanced Guild System (https://www.xtibia.com/forum/topic/227593-advanced-guild-system/) (with Guild Rank; Guild Tasks; Guild Banker.) But...
  4. gmstrikker

    OTClient 1.0

    A lot of people know web tecs, with this feature a lot of web front ends could make a lot of stuff for otc
  5. gmstrikker

    TFS 0.X How to change MAX stamina?

    i manage to compile the new OTC and everything works!!! thank you so much!
  6. gmstrikker

    OTClient 1.0

    Okey :( Post here when u fix ;) --- What about: 3- Possible True OTML, using HTML and CSS writing. (Maybe I won't have time for this) Is it done? Did u start? I think its so important ^^
  7. gmstrikker

    OTClient Error compile new OTC debian

    It works!!! ty!
  8. gmstrikker

    OTClient 1.0

    I'm not using VS (visual studio?) I'm using linux I just running: rm -rf build && mkdir -p build && cd build && cmake .. && make How to do it on linux?
  9. gmstrikker

    OTClient Error compile new OTC debian

    I think u are rigth, ty Now it stops on 100%, saying that i need to recompile with -fPIC, how to do it? [ 99%] Building CXX object CMakeFiles/otclient.dir/src/main.cpp.o [100%] Linking CXX executable otclient /usr/bin/ld...
  10. gmstrikker

    OTClient 1.0

    couldn't compile your sources: In file included from /home/strikker/otclient/src/client/thing.h:26:0, from /home/strikker/otclient/src/client/animatedtext.h:29, from /home/strikker/otclient/src/client/luafunctions.cpp:23...
  11. gmstrikker

    OTClient Error compile new OTC debian

    I've tried: sudo apt-get install libncurses5-dev sudo apt-get install mercurial hg clone -r stable-3.0 http://hg.icculus.org/icculus/physfs/ cd physfs sudo mkdir build cd build sudo cmake .. sudo make sudo make install sudo mv /usr/local/lib/libphysfs.a /usr/lib/x86_64-linux-gnu/. And then...
  12. gmstrikker

    OTClient 1.0

    how to compile this on debian? https://otland.net/threads/error-compile-new-otc-debian.274829/
  13. gmstrikker

    [Debian]Installing library to compile OTClient - failed

    @Senzubean your steps is not working now in new otc, can u help? https://otland.net/threads/error-compile-new-otc-debian.274829/
  14. gmstrikker

    OTClient Error compile new OTC debian

    i used to follow: https://otland.net/threads/debian-installing-library-to-compile-otclient-failed.253692/page-3#post-2470640 in a old otclient version and works (same debian) what happen now?
  15. gmstrikker

    OTClient Error compile new OTC debian

    oh thank you! it can help someone else, but i don't use windows at all, just debian :/
  16. gmstrikker

    TFS 0.X How to change MAX stamina?

    oh thank you so much man, looks like the bonus and max stamina is working on server side, thank you so much... i just have to update my otclient to test that stamina colors stuff https://otland.net/threads/error-compile-new-otc-debian.274829/ when i get support here: OTClient - Error compile...
  17. gmstrikker

    OTClient Error compile new OTC debian

    Guys i have an very old otclient version (like 3 years ago), so today i tried to download a new one But when i try to compile i got these errors: [ 12%] Building CXX object CMakeFiles/otclient.dir/src/framework/core/filestream.cpp.o /home/usr/otclient/src/framework/core/filestream.cpp: In...
  18. gmstrikker

    TFS 0.X How to change MAX stamina?

    3- my otc don't have this stuff, it is too old, i gonna update to a new one what should i use and why? https://github.com/edubart/otclient https://github.com/otland/otclient https://github.com/mehah/otclient 2- i've add this 'staminaSystem = true' in my config.lua but rats still giving 15 xp...
Back
Top