• 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

    Complaint It does not show any warning/error, when file upload fails

    I tried to attach 1.2 MB .zip in post, but it failed, because it's too big file. File upload box and name are visible and there is no error/warning anywhere on site, so I assumed that it's uploaded. Without Network console, I would not know, why my file disappears, when I press 'Save' in post.
  2. Gesior.pl

    How to generate OTS map for WWW on Linux server

    There is a tool that generates OTS map for www: https://otland.net/threads/otclient-that-unpack-map-otbm-to-png-files-v4-0.271255/ It's distributed as .exe for Windows or source code to compile on Linux, but to run it on Linux, you need graphics interface (GUI). If you have slow PC or slow...
  3. Gesior.pl

    Linux How to connect to GUI app running in Linux terminal

    When you try to run GUI app (ex. OTClient) in Linux terminal (VPS/dedic), you get errors about 'no display found' and it fails to start. To fix this problem, you can use X11 protocol to connect from Windows/Linux to server and stream this app window. In this tutorial I will setup it on VPS...
  4. Gesior.pl

    Complaint HTTP 500 error on OTLand.net

    @Don Daniello I get 500 error very often in last 12 hours (probably over 50% of requests), when I visit OTLand. It looks like there are some minutes, when it works and some minutes, when it's offline (500). I tried other web browser that is not logged into OTLand account, but I still gets 500...
  5. Gesior.pl

    AAC JavaScript tool to render PNG images from .otbm

    I remember that someone posted on OTLand tool that combined 2 JavaScript/TypeScript libraries: GitHub - Inconcessus/OTBM2JSON: OTBM2JSON - A generic framework for programmatic modification of OTBM files. (https://github.com/Inconcessus/OTBM2JSON) GitHub - gesior/open-tibia-library: Library to...
  6. Gesior.pl

    [WARNING] Custom OTC/OTCv8 Game Store hack

    It's not official Game Store module used in any official OTC. If your Game Store Lua code on server starts like that (store.lua): function onExtendedOpcode(cid, opcode, buffer) if opcode == OpCode.store then local json_status, json_data = pcall( function() return...
  7. Gesior.pl

    Suggestion Code snippets - add "copy to clipboard" button

    Can you add "Copy to clipboard" button next to every code snippet? Years ago it was a problem and required Flash plugin to do, but now it's build-in function in JavaScript: https://www.w3schools.com/howto/howto_js_copy_clipboard.asp
  8. Gesior.pl

    GlobalEvent [TFS 1.x] Power Gamers and Online Time for Gesior2012/MyAAC

    Global event to track online time and exp gained each day (last 7 days) for pages: https://github.com/gesior/Gesior2012/blob/master/pages/powergamers.php https://github.com/gesior/Gesior2012/blob/master/pages/onlinetime.php Tested on TFS 1.4. Should work on any TFS 1.x. Script includes...
  9. Gesior.pl

    How to compile OTCv8 on Linux (Ubuntu)

    I'm not sure, if list of 'build tools' includes all required tools, as I compiled in on system with all TFS/canary libraries. Tested on Ubuntu 22.04. Based on otcv8-dev/.github/workflows/ci-cd.yml at master · OTCv8/otcv8-dev...
  10. Gesior.pl

    Latest outfit images (15.20+) for website

    Same as with otservbr item images ( [otservbr] Latest item images (13.10+) for website (https://otland.net/threads/otservbr-latest-item-images-13-10-for-website.283450/) ), I've made final URL for all 13+ outfits and all future updates: /latest and /latest_walk OFFICIAL OUTFIT IMAGES HOSTS...
  11. Gesior.pl

    [OTCv8] Auras and wings

    I've never tested/added that feature on any server, but with links you will find in this thread multiple OTSes made it 'work'. What are auras? It's extra outfit in .dat/.spr rendered before (default)/after rendering player outfit. Ex. of aura with both effect: before (under) outfit: fire...
  12. Gesior.pl

    How to compile otcv8botserver

    Official bot server for OTCv8 bot.************:8000 is offline: https://github.com/OTCv8/otclientv8/blob/4c1fc24f26f6e3fdc9b46916672340dacfcd4b55/modules/game_bot/functions/server.lua#L4 If you want to keep using bot with your friends, you got to create own host...
  13. Gesior.pl

    How to read OTS Statistics logs

    Short instruction how to read logs of Feature - [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra (https://otland.net/threads/tfs-1-4-ots-statistics-c-lua-sql-by-kondra.283717/) There are 2 types of logs: 1. dispatcher.log, lua.log, sql.log and special.log, which report total CPU time consumed...
  14. Gesior.pl

    Feature [TFS 1.4] OTS statistics (C++/Lua/SQL) by kondra

    I've got permission from kondra (otclient@************) to release this code. He only requested to leave information about author kondra (otclient@otclient ovh) in commit message. Code is too long to post it here. Commit with all required changes for TFS 1.4...
  15. Gesior.pl

    [TFS 1.x] combat:setCallbackFunction(event, function)

    PROBLEM 1 combat:setCallback binds event function to combat by name (string) ex. "onGetFormulaValues", not by function ex. onGetFormulaValues: function onGetFormulaValues(x, y, z) return 0 end combat = Combat() combat:setCallback(CALLBACK_PARAM_SKILLVALUE, "onGetFormulaValues") PROBLEM 2...
  16. Gesior.pl

    [otservbr] Latest item images (15.10+) for website

    Images for otservbr, not TFS. Item IDs are same as in Tibia.dat (client). Official hosts item-images.ots.me and item-images-oracle.ots.me have now directories latest_otbr and latest_otbr_anim with latest otservbr item images. I won't upload XX.YY (ex. 13.10) versions to official hosts, as it...
  17. Gesior.pl

    OpenTibia Items and outfits images generator for website 0.1.6

    Updated version of OpenTibia - Items and outfits images generator for website 0.1.1 (https://otland.net/threads/items-and-outfits-images-generator-for-website-0-1-1.271231/) Changes: .dat supports OTCv8 'Bones' attribute image generators have option 'Enable transparency' (OTC...
  18. Gesior.pl

    opentibiabr code 'quality' and community

    I've made issue describing critical bug in canary.. it was deleted :( https://github.com/opentibiabr/canary/issues/574 Maybe my issue language wasn't nice, but there were no personal insults, just description of problem. I was a bit upset, as it's the same bug that I've fixed year ago. Someone...
  19. Gesior.pl

    Complaint Edit posts in Private Conversations

    I don't know, if it's some bug or intended action, but I cannot edit posts in Private Conversations. There is no "Edit" button on my posts. I'm pretty sure it was possible.
  20. Gesior.pl

    Outfit images 12.90 for website

    Note: I could not find Giant Beaver mount ( Updates/12.90.12182 (https://tibia.fandom.com/wiki/Updates/12.90.12182#New_Mounts) ). I don't know, if it's missing in 12.90 .dat or images generator had some problem to generate it. Outfit images generated using: .spr and .dat version 12.90.12195 by...
Back
Top