• 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!

Search results

  1. Gesior.pl

    TFS 1.X+ TFS 1.4.2 storages has commas?

    It should not load luajit from some C:\dev\luajit\src. It should load it from vcpkg_installed subfolder. Did you edit anything in VS project or setup some system variables that could force VS to use that directory? You can try to download clean version of my branch and check, if it compiles. If...
  2. Gesior.pl

    TFS 1.X+ TFS 1.4.2 storages has commas?

    Post errors/screen of errors. You can try switching build between Debug and Release. "Release" builds .exe and .dlls in main OTS directory, "Debug" builds it in`vc17\x64\Debug\theforgottenserver-x64.exe` - as .dll files from Release and Debug are in conflict -, but it lets you click "Local...
  3. Gesior.pl

    TFS 1.X+ TFS 1.4.2 storages has commas?

    TFS 1.4 does not use 'vcpkg.json' to define required libraries, so on Windows you can waste hours to collect them all. If you are already using my 1.4 branch, I switched from Lua to LuaJIT as part of "feat: optimized decay algorithm (#2)" PR by mistake (it was supposed to be separate PR), but...
  4. Gesior.pl

    TFS 1.2 Any Optimization suggestion

    All big OTSes use that fix for ~5 years. They use TFS 0.3, TFS 0.4, otserv (server older than TFS) and it works on each distro without any problems. Are there other onHealthChange Lua events with similar CPU usage (0.94%)? It may be similar to 'quest log' problem in "canary" related to...
  5. Gesior.pl

    TFS 1.2 Any Optimization suggestion

    2897 1720 10.26586% 9.65845% functor This 'functor' is XTEA encryption of outgoing network packets. This simple fix will move that 9.65% CPU to network thread, so it won't waste 'dispatcher' thread CPU...
  6. Gesior.pl

    TFS 1.X+ TFS 1.4.2 storages has commas?

    Compile with LuaJIT instead of Lua. On Linux: apt install libluajit-5.1-dev mkdir build cd build cmake -DUSE_LUAJIT=1 .. make
  7. Gesior.pl

    TibiaClicker

    Right now it's unplayable. Server response time for simple .gif images is ~500 ms from Poland (server IP geolocates to Lithuania CDN server, so I should get responses in 20-30 ms, not 500 ms, looks like that CDN does not cache these images). Requests to API response time is ~5 seconds (when it...
  8. Gesior.pl

    files rme graphic tibia 12.87

    I don't have 12.87 client 'asset' files, but I have them converted to .dat and .spr using SpiderClientConverter: https://downloads.ots.me/data/tibia-clients/dat_and_spr/1287.zip Second host: https://downloads-oracle.ots.me/data/tibia-clients/dat_and_spr/1287.zip IDK, if it will work with RME.
  9. Gesior.pl

    Lua Database query – only one result instead of a dozen

    What does it print in console? There are many 'debug prints' in code. Just spawns 1 NPC and ignore all other rows in database? repeat does not work?
  10. Gesior.pl

    Help with this error

    You can try second solution with switching given user authentication method. Maybe XAMPP is outdated (newest version uses PHP 8.2, not 8.4), but at least they switched from MySQL to MariaDB: https://www.apachefriends.org/
  11. Gesior.pl

    Help with this error

    It looks like you are using MySQL 8.0 server. If you can, replace it with MariaDB (it's MySQL compatible) or change user authentication to mysql_native_password: https://chrisshennan.com/blog/fixing-authentication-plugin-cachingsha2password-cannot-be-loaded-errors
  12. Gesior.pl

    TFS 1.X+ TFS 1.5 NEKIRO 8.6 + OTC v8 = PING ??? and FOLLOW SQUARE BUG

    Green square is OTCv8 error. Not working ping is protocol 8.6 problem. Client ping feature was added in Tibia 9.53: https://github.com/OTCv8/otcv8-dev/blob/master/modules/game_features/features.lua#L86 To make ping work in OTC on 8.6, you have to add OTCv8 feature GameExtendedClientPing on...
  13. Gesior.pl

    Open Tibia Server Calendar - Submit your server start

    New idea: Add country flag to planned starts. It's quite important information for players and server owners. About dates on site: 1. You may add some notification/info that dates are adjusted to local PC date/time. It's normal on any www/calendar, but people on OTSes are used to "GMT"/"CEST"...
  14. Gesior.pl

    compiling server error

    Open "Dane wyjściowe" tab at bottom of them window. It will tell real reason. By 'latest release' you mean master branch or 1.6 release from 2024?
  15. Gesior.pl

    Tfs.exe crash on Windows after player abuses depot/container depot bug

    TFS 0.4: - there is a well known SQL freez/crash on this branch, some people optimize MySQL/MariaDB to work faster to make it crash less often (10-100x less often with ~4 GB RAM limit for SQL) TFS 0.4/OTX 0.1/OTX 0.2 (old 0.2): - there is an account ban crash/freez and OTC special code freez...
  16. Gesior.pl

    Problems connecting TFS 1.6 and 1.7 to MySQL/MariaDB (different errors)

    I've posted more info about it in this post: https://otland.net/threads/best-tfs-data-pack-to-start-a-new-ots-project.298249/#post-2784776 There are more people that work on TFS 1.4 (10.98) updates, than on newest TFS (1.6+) versions. There are also people who work on 7.x and 8.x protocols...
  17. Gesior.pl

    Problems connecting TFS 1.6 and 1.7 to MySQL/MariaDB (different errors)

    There is no real solution for TFS. You have to connect to 8080 HTTP port (TFS HTTP) ex. http://127.0.0.1:8080 to login from client: https://github.com/otland/forgottenserver/blob/1.6/config.lua.dist#L28 to make it work. You cannot use any acc. maker on port 80/443 to handle TFS connections ex...
  18. Gesior.pl

    Problems connecting TFS 1.6 and 1.7 to MySQL/MariaDB (different errors)

    TFS 1.7: We - developers - know that TFS does not work for months. Nobody cares: https://github.com/otland/forgottenserver/issues/4954 There are some fixes, I've posted in this thread months ago, but they are not accepted/merged into official TFS. Nobody cares. TFS 1.6/1.7: We know that TFS is...
  19. Gesior.pl

    Best TFS Data Pack to Start a New OTS Project?

    I see a lot of people working on TFS 1.4 forks for years. Maybe someday we will all work together on single repository. I once asked about development of official 'TFS 1.4' branch on otland github (to make 1.4.3, 1.4.4 etc.), but some devs said it's useless and they want to work on new versions...
  20. Gesior.pl

    TFS 1.X+ Recomended VPS/Dedicated to BR players

    He started in 2024 and he still attacks all new OTSes/new OTS editions. No matter, if it's 500+ or 10+ online OTS. He often resigns after few days, as he notices that owner won't pay "no matter what". Another datacenter in BR after Neep 🤔 Maybe raw.exe just cannot attack BR datacenters...
Back
Top