• 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!

Recent content by Zazeros

  1. Z

    Dynamic item tooltips for container items (OTClient + TFS 0.4)

    Hello everyone. I'm trying to extend my dynamic item tooltip system in OTClient/TFS 0.4. Tooltips already work for equipped items, because the client can request the correct server-side item and the server can return all custom attributes (enchantments, bonus stats, etc.). Now I want the same...
  2. Z

    Lua Spawn monsters in x,y,z and dont let them leave defined area

    When I face this problem, where created monsters by script don't have a lure limit, I just put some natural barriers, like a lake, montains or trees around the area. If you wanna do this in open world, I think you will need to create a moveevent in every title in a 10 sqm diameter where it...
  3. Z

    Issue with Signs Not Displaying Text Properly

    @ralke First of all, thank you for your response and for taking the time to help. I also appreciate your suggestion about upgrading to a newer engine, it's definitely something worth considering. However, at this stage, switching to a newer source would be extremely difficult. My server is...
  4. Z

    Issue with Signs Not Displaying Text Properly

    0.4 Hello everyone, I'm experiencing a really annoying issue with signs in my 0.4 server. Ingame, if I click on a sign using both mouse buttons, it only displays "You see a sign." and doesn't show the text written on it. However, if I right-click the sign, it opens a window showing the...
  5. Z

    Doors problem

    0.4 Good evening, everyone. I’d like to start by saying that I know this question has been posted a few times before, but I couldn’t find an answer that worked for me. I’m encountering these errors in the console, which say: [Warning - Items::loadFromXml] Unknown key value transformUseTo...
  6. Z

    RevScripts use item spawn monster, smarter

    I don't have a 1.4 server to test it, sorry local monsterName = "Wolf" local spawnInterval = 15 -- in seconds local duration = 2 * 60 * 60 -- in seconds (2 hours) local itemId = ITEM_ID -- Replace for the item ID local checkRadius = 1 -- Radius check to see if can create the monster local...
  7. Z

    RevScripts use item spawn monster, smarter

    @Lbtg What's your tfs?
  8. Z

    C++ Spells with crosshair

    @sharinn Hey, thanks for the answer. I can edit that too, if this is the case. @Marko999x Thank you, but I only know how to use 0.4, and I have a lot of scripts already. Also, I do this as a hobby, so it's okay to use an older version, i guess
  9. Z

    C++ Spells with crosshair

    0.4 Good evening everyone. Since I finally managed to compile my server, I am making some changes to the sources that I have always wanted to make, and one of them is, when the player uses certain spells, a crosshair will appear, and they will be able to select the area or target for the...
  10. Z

    Items.xml don't recognize "-"

    @Fjorda @Gesior.pl Thank you both very much for your response. My god, it's going to take a long time to do this manually. Thank you so much again!
  11. Z

    Items.xml don't recognize "-"

    0.4 Good afternoon everyone, I didn't know how to explain my problem in the title, so I apologize. My items.xml doesn't recognize this dash, so all items that are, for example, like this: <item id="4667-4690" name="dirt"/> On the server it looks like this: You see an item of type 4690, please...
  12. Z

    cannot open data/npc/lib/npcsystem/main.lua: No such file or directory

    @ralke Yeah, I already did that. However having the same problem. Still want to see the modules.lua? It's the same as this one tho 3777/data/npc/lib/npcsystem/modules.lua at main · Fir3element/3777 (https://github.com/Fir3element/3777/blob/main/data/npc/lib/npcsystem/modules.lua)
  13. Z

    cannot open data/npc/lib/npcsystem/main.lua: No such file or directory

    @ralke I tried all of this but to no avail. The problem is not that the npc is not saying bye, but that nothing is working, except the message_greet in the xml. The LUA file and other messages within the XML are not getting any, and no errors in the console.
  14. Z

    cannot open data/npc/lib/npcsystem/main.lua: No such file or directory

    @ralke Sorry for my ignorance, but I'm really trying to understand what is happening. I have my own NPC, a random one (since all of them are having issues) and it only responds to the 'message_greet'. It doesn’t reply to 'bye' or any other phrase. However, if I add a phrase to...
Back
Top