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

    TFS 1.X+ What is the most stable 8.6 1.X distribution atm?

    http://myotsjourney.michalciernia.pl/108/ you can use it
  2. S

    New on Otland – What’s the best free OT server to start building my own game?

    i don't think anyone downgraded BT to 8.x or 7.x yet, not that is not possible
  3. S

    Error creating char on Gesior AAC website

    I did, i've gave you exact line you should put in your config btw. $config['site']['newchar_vocations'][0] = array(1 => 'Rook Sample'); is creating nested array of vocations. Vocation [0] with array with 1 element, so [0][1]. Gesior does not support that at all
  4. S

    Error creating char on Gesior AAC website

    0 is no vocation. Why you don't want to listen? xd
  5. S

    Error creating char on Gesior AAC website

    $config['site']['newchar_vocations'] = array( 0 => 'Rook Sample' ); 1749578474 1 is Knight btw
  6. S

    New on Otland – What’s the best free OT server to start building my own game?

    @detudo2012 if you want you can follow my guide http://myotsjourney.michalciernia.pl/108/
  7. S

    Error creating char on Gesior AAC website

    i dunno if that's the issue, most likely he put wrong voc (or nick) in config.php
  8. S

    Error creating char on Gesior AAC website

    the console that runs after you start server :D You sure you didn't misstype something in config?
  9. S

    New on Otland – What’s the best free OT server to start building my own game?

    by retro you mean 8.6, 7.6 or 7.4?
  10. S

    TFS 1.3 Teleport to trainers

    Cpu usage go brrr 300 players, checking all tiles with given id. It will kill server
  11. S

    OTClient How can I start my own server to play in my free time?

    learning is a slow process when you start form zero ;) @Betororo you can check my blog for very first steps http://myotsjourney.michalciernia.pl/
  12. S

    OTClient How can I start my own server to play in my free time?

    https://otland.net/resources/custom-task-menu.86/ This simple module took me 3 days to make... ONE MODULE
  13. S

    Custom task menu - Mostly performance fixes

    Server-side Fixes Switched to using storageId for task tracking. Optimized network load by sending all tasks in a single batch, reducing opcode spam to the client. Introduced debounce logic in task_kill.lua to prevent rapid execution. Various minor improvements and code cleanups. ️ UI...
  14. S

    Custom task menu

    Sorky updated Custom task menu with a new update entry: Mostly performance fixes Read the rest of this update entry...
  15. S

    Custom task menu

    Sorky submitted a new resource: Custom task menu - custom, simple task system Read more about this resource...
  16. S

    Custom task menu 1.1.0

    Hey everyone! While learning how to create modules for OTClient, I put together a simple task module that fully relies on extended opcodes for communication between the server and client. It's designed to show tasks in a panel-style layout with visual elements for: Progress tracking...
  17. S

    Lua Looking for best TFS 8.6+ with addons and mounts.

    github/tibiadev it have it cut off but you can revert those changes and get it back
  18. S

    Work-in-Progress OtClient Modules Documentation – Contributors Welcome!

    Bump, would be great if somone smarter would try to add missing details
  19. S

    Work-in-Progress OtClient Modules Documentation – Contributors Welcome!

    I've added a top navigation bar and updated parts of the content. I've also included a dark mode toggle (note: it won’t remember your preference—no cookies are used). Feel free to extend the guide with any missing details!
  20. S

    Work-in-Progress OtClient Modules Documentation – Contributors Welcome!

    i mean, i wrote that 😂 Edit: to clarify - just to show that it work
Back
Top