• 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

    Reworking Combat Stances (Full Atk/Def) to affect Mages and removing the "Guard Drop" mechanic. Thoughts?

    @Sorky Hey, thanks for the replying. But, I don't think I get what you mean, what does the real Tibia do? Remove them altogether?
  2. Z

    Reworking Combat Stances (Full Atk/Def) to affect Mages and removing the "Guard Drop" mechanic. Thoughts?

    Hey everyone, I'm looking for some honest feedback on a combat mechanics change I recently implemented on my server. As we all know, Tibia has three classic combat stances: Full Attack, Balanced, and Full Defense. But after digging into the TFS 0.4 sources, I realized how the exact math works...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Z

    RevScripts use item spawn monster, smarter

    @Lbtg What's your tfs?
  10. 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
  11. 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...
  12. 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!
  13. 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...
  14. 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)
Back
Top