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

    TFS 1.X+ Problem NPC - Argument #5 is unsafe

    Hello, I have a problem with an NPC - Argument #5 is unsafe, I found some errors on the forum but I cannot solve the problem in my code. Will there be a soul who will tell me where the mistake is and how to fix it? error: Lua Script Error: [Npc interface] (Unknown scriptfile) luaAddEvent()...
  2. Svira

    TFS 1.X+ player:teleportTo(toPosition, true) does not work properly...

    Hello everyone, Recently, I've been struggling with the following issue: the function player:teleportTo(toPosition, true) isn't working properly, especially with level doors. Instead of teleporting behind the door, it sends us back to the square (SQM) we are trying to pass from. If we don't...
  3. Svira

    [PL] [8.6] Alebania RPG, Edited Real Map, Custom Features!

    ✨ Welcome to the Kingdom of Adventure! ✨ Join us on a journey through a world filled with unique features and endless excitement. Here’s just a glimpse of what we offer: 🏰 Daily Boss Raids – Battle fierce bosses like Azazel, Ghazbaran, Apocalypse, Ferumbras, and many more! 💎 Gear Enhancement...
  4. Svira

    [PL] [8.6] Alebania RPG, Edited Real Map, Custom Features!

    [NEW SERVER LAUNCH] Alebania.com.pl – 8.6 Client – PvP RPG! 🛡️ Start Date: September 6th, 16:00 🔥 Client: 8.6 | IP: alebania.com.pl | Port: 7171 🏰 Rates: 1–50: 40x | 51–150: 10x | 151–200: 8x 201–300: 5x | 301–400: 3x | 401+: 1x Skills: 4x | Magic: 2x | Loot: 2x 🏆 PvP Info: Protection...
  5. Svira

    Error Compiling OTServer with TFS 1.5 in windows - Need Help

    it seems you have more fmt libraries than you need, reinstall on fmtv10 or correct the paths to the library.
  6. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    Added to luascript.cpp registerMethod("Player", "hasSecureMode", LuaScriptInterface::luaPlayerHasSecureMode); and int LuaScriptInterface::luaPlayerHasSecureMode(lua_State* L) { // player:hasSecureMode() Player* player = getUserdata<Player>(L, 1); if (player) {...
  7. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    Only: registerEnum(RETURNVALUE_TURNSECUREMODETOATTACKUNMARKEDPLAYERS) #edit: just a question why does my code work outside of AOE attacks? xD
  8. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    Yes I have "hasSecureMode" in: combat.cpp player.h spells.cpp if it is available in the sources it must be, moreover the code I used works fine except for AOE spells
  9. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    When i change my: if ADVANCED_SECURE_MODE ~= 0 then if self and self:isPlayer() and target:isPlayer() then if self:hasSecureMode() then return RETURNVALUE_YOUMAYNOTATTACKTHISPLAYER end end end for your code I have an error: Lua Script...
  10. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    Yes, full function: function Creature:onTargetCombat(target) target:registerEvent("criticalHitSystemXHP") if not self then return stat_onTargetCombat(self, target) end if target:getName() == "Stamina Regenerator" then target:registerEvent("EventDPS")...
  11. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    I think I clearly wrote that it's about TFS 1.2 These sources don't have callback or revsys #edit: furthermore your code is no different except the order...
  12. Svira

    TFS 1.X+ Secure Mode - PVP by hand open/close.

    Hello dear audience, I have the following problem on src tfs 1.2 and protocol 8.6 "Punching" redskull with a player was very popular, so I decided on optional PVP with Hand open/close support, the code works well, you can mark atas when the hand is closed but: the problem occurs with AOE...
  13. Svira

    MoveEvent Tile allows sell loot (include item in container)

    Change: local lootStat = scanContainerSellLootFlame(item:getUniqueId(), self, toPosition, lootStruct) to: local lootStat = scanContainerSellLootTile(item:getUniqueId(), self, toPosition, lootStruct) if u have error: Lua Script Error: [Event Interface] player.lua:Player@onMoveItem...
  14. Svira

    [POLAND] [8.6] Alebania RL MAP+CUSTOM START 20.04.2024 19:00 (GMT +@2)

    Hey fellow adventurers! I just had to take a moment to share my thoughts on my experience with Alebania OTS. Let me tell you, it's been quite a journey. From the moment I set foot in this world, I was mesmerized by the beauty of the map. It's clear that it's been meticulously crafted with care...
  15. Svira

    Compiling LIB ERROR iostreams

    I have libraries installed in "c:/local", but I still encounter the error: LNK1104: cannot open file "libboost_iostreams-vc143-mt-x64-1_84.lib". The paths seem to be set correctly. This pertains to the OTX 3.2 server; I've never had this issue before, always using the same resources. I've...
  16. Svira

    [Poland][8.0] OldTibia S2 - F2P

    Stop worrying, none of these items are the best on the server! Spend some time reading the magic items tab and you will learn everything, the rewards are more cosmetic items.
  17. Svira

    [Poland][8.0] OldTibia S2 - F2P

    🐰 Announcement about the special NPC "Bunny" in Thais! 🐰 Greetings, brave Tibian adventurers! Thank you for participating in our Easter event! Since Friday, you had the opportunity to collect Easter eggs, and now it's time for rewards! In the depot in the city of Thais, a mysterious NPC named...
  18. Svira

    [Poland][8.0] OldTibia S2 - F2P

    Announcement Echoes Across the Lands of Tibia! Listen, Brave Heroes, Easter Holiday is approaching, and with it comes a special event: "RAID"! From this day forth, Thais will be haunted by Easter rabbits lurking in the shadows, bringing not only joy but also unique treasures! Believe me when...
  19. Svira

    [Poland][8.0] OldTibia S2 - F2P

    Don't worry, you can modernize this client as you like! Customize it to your preferences!
  20. Svira

    [Poland][8.0] OldTibia S2 - F2P

    I admit, there were 2 people who had this problem, in the case of OTC it was enough to remove Cash and everything worked normally. Looking online, people can log in.
Back
Top