• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Unknown Soldier

    Is still worth to start OTS nowadays?

    If you like it, just do it. This, so true! Doesn't even have to be full custom to get a life sentence
  2. Unknown Soldier

    Emberfall Online - Discussion Thread

    Due to the very low view rate and few more reasons, all Emberfall Online show-off threads, including this thread will be discontinued. All server related updates will be posted on our Discord. In addition in few weeks there will be some initial testing phase launching, it will be announced on...
  3. Unknown Soldier

    Emberfall Online - Discussion Thread

    Thanks! Im really bad at giving any stary time as you can see in the first post 😁 but since otc is almost ready, im gonna add as much content as possible before summer to have lots of things to do, and there will be some testing phase online. The flicker is because it has to first focus on...
  4. Unknown Soldier

    Emberfall Online - Discussion Thread

    Development speed increased recently, a lot has been done. I will just show you some of the changes, skipping everything related to quests, locations etc, as I will leave it for players to explore it by themselves. Creature Icons Level and combat type (close/distant) are shown next to the...
  5. Unknown Soldier

    Emberfall Online - Discussion Thread

    There have been quite a few UI and QoL upgrades recently, growing alongside the content. To name most important ones: The quest log has been redesigned to be more user-friendly, requiring fewer clicks to access the desired information. NPC trading now takes place in a refreshed window...
  6. Unknown Soldier

    Item Editor - Name and flags are marked in red, reloading attributes erase flags

    We've all been there, my first steps in these apps were pretty similar, experienced weird bugs and stuff, until someone told me this could be the reason. And your issues with client crash and corrupted inventory fits into this scenario I guess. There are some people developing tools to remove...
  7. Unknown Soldier

    Item Editor - Name and flags are marked in red, reloading attributes erase flags

    The red marked attributes, sometimes sprites too, are basically mismatches between your otb and spr+dat files. If you add something in Object Builder, e.g. new item, updated sprite, after compiling the final dat+spr, you need to open your otb file in your Item Editor and refresh those...
  8. Unknown Soldier

    What does ai say about you?

    Sad story bro, but where's my "in memoriam" thread?
  9. Unknown Soldier

    TFS 1.X+ TFS 1.3 Max mounts above 256

    ‎Change red text to the code below. Its basically changing uint8 to 16. Watch out for protocolgame tho, you'd need also to update the client src. src/luascript.cpp‎ uint8_t mountId; uint16_t mountId; mountId = getNumber<uint8_t>(L, 2); mountId = getNumber<uint16_t>(L, 2); mount =...
  10. Unknown Soldier

    Emberfall Online - Discussion Thread

    Despite being quiet, progress is being done constantly. The amount of work is insane but I aim to deliver good quality basically in every aspect, but it takes time. I hope it will be rewarding in the end, and sooner than later I would invite some of you for some closed alpha stage to balance...
  11. Unknown Soldier

    Emberfall Online - Discussion Thread

    Patience is a virtue. All the time moving forward... https://streamable.com/kxbdy2
  12. Unknown Soldier

    Waypoints module with minimap preview

    Unknown Soldier submitted a new resource: Waypoints module with minimap preview - waypoints, minimap Read more about this resource...
  13. Unknown Soldier

    Custom task menu

    FATAL ERROR: Unable to load module 'custom_tasks': /modules/custom_tasks/custom_tasks.lua:29: attempt to index field 'game_mainpanel' (a nil value) As the line says, game_minipanel is not initiated before something else is trying to use it, so it is NIL, not existing in that certain moment...
  14. Unknown Soldier

    Custom task menu

    custom_tasks/custom_tasks.otui' at line 52: indentation with tabs are not allowed You have placed tab in line 52 in otui file, change it to space, tabs will always crash the module
  15. Unknown Soldier

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Boss manager module for spawning and tracking bosses, as well as creating statistics panels https://streamable.com/mf3edb
  16. Unknown Soldier

    Lua TFS 1.2 Full set Bonus

    Take a look at this system. It has this feature, plus some others, as well as some bugs... but if you want exp bonus only, you will not have problems with this. https://otland.net/threads/tfs-1-3-item-sets.263693/
  17. Unknown Soldier

    Emberfall Online - Discussion Thread

    It’s been a little while, so I wanted to share some fresh screenshots to give you a glimpse of the newest content. Development is consistently very much active - currently refining and testing game mechanics, polishing core features, and focusing heavily on creating new content. Things are...
  18. Unknown Soldier

    Althea ¤ A New World – Official Discussion

    Looking great! I must say that everything in Althea is well thought out and carefully designed. It will be an outstanding server.
  19. Unknown Soldier

    Lua Item time left/charges

    Thats not everything though, and I don't know why would you need that graph thing for item duration feature. To implement this feature the best possivle way go this path for tfs and otc source edits: 1. https://github.com/Oen44/tfs-new-decay/commit/f72bde7c08a580c93336d33cbf857b1a008a2764 2...
Back
Top