• 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

    Spell Drill arrow

    Hello. I would like to share another small feature which might inspire someone else to reuse/rebuild for it's own. I've found it in more advanced version in [France] [8.6] AcidsOT (https://otland.net/threads/france-8-6-acidsot.277487/page-3#post-2681462), so I wanted to recreate it. Here is the...
  2. kor

    Simple custom skill - Cooking example

    Well, I'm not familiar with otcv8 so I proposed my hacky solution.
  3. kor

    Simple custom skill - Cooking example

    It requires client source edit to read additional skill bytes?
  4. kor

    Simple custom skill - Cooking example

    Hello. I would like to share my point of view for creating custom skill without touching server engine code. First, here is how it look like in game: and the code: 1. OTClient Comparing main...feature/cooking · rookgaard/otclient...
  5. kor

    TFS 1.X+ House size doesn't match house.xml

    Walls needs to be marked as house as that way it will "keep" (store in db) players hangables like tapestry. You can modify your engine, detect during map load which house tile is walkable (beds are not too) and increase some new house variable which will keep "real" house size.
  6. kor

    Live stream players from temple/depot on www! [TFS 1.0]

    My example was streaming just one player which was the app target, but you asked for "practical use", so I gave one.
  7. kor

    Live stream players from temple/depot on www! [TFS 1.0]

    You can use this as player radar even from your mobile phone
  8. kor

    tibia tower defence

  9. kor

    The Violet Project - CipSoft Reverse Engineering Project

    @Ezzz Is it possible that you will change abbreviation of your project to something different than TVP (maybe just VP or ViP)? Here in Poland we hate that letter combination and "thing" it's behind it :/
  10. kor

    Tibia Server 6.4

    Sadly not in the near future.
  11. kor

    Tibia Server 6.4

    No, project is in "on hold" mode and code won't be published for now.
  12. 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/) ?
  13. 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...
  14. 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...
  15. kor

    History of Tibia/Antica documentary

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

    OTClient 7.6 yurots server.

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

    Linux connect my vps ip with ovh domain

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

    Linux connect my vps ip with ovh domain

    Yes, have you checked before asking?
  19. 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.
  20. 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...
Back
Top