• 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. kor

    Tibia Server 6.4

    Sadly not in the near future.
  2. kor

    Tibia Server 6.4

    No, project is in "on hold" mode and code won't be published for now.
  3. kor

    Hoster Hosting sponsor

    @Mortlinus Why would someone want to trust his files to some unknown person while exists such great tutorial like this How to get FREE VPS from Oracle Cloud (https://otland.net/threads/how-to-get-free-vps-from-oracle-cloud.279318/) ?
  4. kor

    [8.6] [TFS1.3] Alkurius Global & Coustom

    @Evil Puncker Here you are - GitHub - rookgaard/OTBM2JSON: OTBM2JSON - A generic framework for programmatic modification of OTBM files. (https://github.com/rookgaard/OTBM2JSON) Usage: node unpack.js examples/forest/forest.otbm - it will generate tiles.json and items.json so you can run...
  5. kor

    [8.6] [TFS1.3] Alkurius Global & Coustom

    I've exported items from otbm to json, so you can "view" what's inside directly from your browser, ordered by item count (only when item count < 200) and position on the map - 1.08 MB file on MEGA (https://mega.nz/file/bjQmmL6B#N-51xxrFQppJgxiYSFYwga_jRYA_HmM5pZ2nnPa2qFI) Hope it will help...
  6. kor

    History of Tibia/Antica documentary

    You posted part 1 again :D Here is part 2
  7. kor

    OTClient 7.6 yurots server.

    https://github.com/divinity76/YurOTS
  8. kor

    Linux connect my vps ip with ovh domain

    Oh my... Have you checked if domain was assigned to your IP...
  9. kor

    Linux connect my vps ip with ovh domain

    Yes, have you checked before asking?
  10. kor

    Linux connect my vps ip with ovh domain

    1. OVH (https://www.ovh.com/manager/web/#/configuration) 2. Select your domain from domain list 3. DNS Zone 4. Add record -> A 5. Fill subdomain or leave blank and put IP address of your VPS.
  11. kor

    TFS 1.2 game.cpp "Expected ')' before 'minimumLevel' "

    @SixNine It's because you're not using this properly. It should be player->sendTextMessage(MESSAGE_STATUS_SMALL, fmt::format("You may not send private messages unless you have reached level {:d} or have a premium account.", minimumLevel)); similar to this line for example...
  12. kor

    Cheap NA, Asia servers vps servers?

    https://lowendbox.com/
  13. kor

    [Poland] [8.60] Rookgaard

    Hello. After 8 months since last update I would like to present you few changes during that time. So, we have: added in total 4 mounts obtainable with taming for 18 outfits but as it's very dirty way to achieve this we're still working on utilize 2nd layer of outfit entry from dat/spr files...
  14. kor

    Hoster Free proxy server [Brazil, São Paulo]

    Hello. I would like to offer you free proxy service (or rather just a proxy server) for any server you have. Well, almost free, as in return I would like you, to ask your players who actually live in South America and are playing on your North America/Europe server about ping difference between...
  15. kor

    [Poland] [7.72] Torena [1st May, 18:00 CEST]

    or is it just a hobby and no one is looking at the numbers?
  16. kor

    OpenTibia OTClient that unpack map.otbm to .png files - v4.0

    php: command not found I think you should start from installing php on your machine.
  17. kor

    Never Use OTSLIST.EU countdown

    https://tibiantis.online/
  18. kor

    Programmer RE task

    Hello. I'm trying to recreate some features I made on my 8.60 server (, ) but on 10.98/10.00 client. I've found all needed addresses, I'm able to print texts, draw skins or outfits. Last missing thing is DrawItem which I need for modals with Tibia item sprites like Supply Stash for example...
  19. kor

    [OTC - 7.7] Retricaria

    @Chriistian.L.B that's all about Injected DLL detection or am I missing something? https://github.com/JusticeSeeker666/retricaria-otclient/blob/main/src/main.cpp#L69-L74 https://github.com/JusticeSeeker666/retricaria-otclient/blob/main/src/main.cpp#L104-L113 Also, client repository is missing...
  20. kor

    C++ Client or OTC

    otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/src/protocolgame.cpp#L1400-L1407), but it will only show character's list on client. About OTC, you can just code it, so for example additional byte will make the client login for specific character.
Back
Top