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

Recent content by Zazeros

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Z

    RevScripts use item spawn monster, smarter

    @Lbtg What's your tfs?
  6. 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
  7. 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...
  8. 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!
  9. 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...
  10. 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)
  11. 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.
  12. 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...
  13. Z

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

    Hey @ralke, thank you for answering. My data/npc/lib/npc.lua was very different from what you use as an example. Actually, all my lib folder is different from that one, and didn't have any "dofile" in it. I tried to replace with what you sued and got this error: I am using this one...
  14. Z

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

    0.4 Good afternoon everyone, I'm encountering an issue that's affecting all the NPCs on my server. When I launch the server, the following error message appears for all the NPCs on the map: After researching the error, I found a thread with essentially the same problem: Windows -...
Back
Top