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

Search results

  1. tdp157

    OTX2 - npcs is not teaching spells to cast runes.

    Hello, I have an otx2 0.7 server codename Lord Zedd My NPCs cannot teach rune casting magic, only instantaneous spells. Below is the npc script that teaches spells to sorcerers: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  2. tdp157

    OTX2 - trap hit is accumulating.

    Hello, can anyone help me? I have an OTX 2 07 Server - Codename LORD ZEDD. And it is now possible to add the damage from traps to kill monsters. I send my trap.lua movements script for analysis. function onStepIn(cid, item, pos) if (isInArray(TRAP_OFF, item.itemid) == TRUE) then...
  3. tdp157

    [BRAZIL] [7.4] TIBIA TITANS - OPEN TODAY 16:00 BRT - GLOBAL FULL - 15X (STAGES)

    Tibia Titans - 7.4 - https://tibiatitans.com Opening on 18/06/2023 at 4:00 PM. About the Server: Exp: 15x (Stage) Loot: 2x Skills: 3x ML: 2x Complete quests New cities (Svargrond, Yalahar, Liberty Bay) Unique PVP system Unique Bosses Roulette system Constant invasions Events with cash prizes...
  4. tdp157

    Error compile otcv8-The-Josh-Wife-Edition - Visual Studio

    I downloaded the otcv8 source available at "GitHub - Stephany-The-Josh-Wife/otcv8-The-Josh-Wife-Edition: josh passed away the last wednesday we are on his funeral right now (https://github.com/Stephany-The-Josh-Wife/otcv8-The-Josh-Wife-Edition)", I installed all the libraries recommended in the...
  5. tdp157

    [HELP] RSA encryption in otclientV8 binary

    Hello I would like some help, as I am using otclientv8 available at "GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev)" and after running the entire compilation and encryption step by step, it is still possible to view the RSA KEY in plain...
  6. tdp157

    [HELP] limit instances of OTClientv8

    Hello I would like a way to limit the use of otclientv8 to only 3 processes per computer. Can someone help me?
  7. tdp157

    Crash OTX 2 version 0.7 - tibia 7.4

    Please help my server is shutting down by itself with this error code in gdb. Thread 2 "theotxserver" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff28c2700 (LWP 15028)] 0x00000000004ea2e2 in Player::sendCreatureEmblem (this=0x0, creature=0x7fffe8120c30) at...
  8. tdp157

    DDos attack blocking connections on port 7171

    hello, I would like help, when I suffer a ddos attack my hosting anti ddos takes about 30 seconds to start mitigating, even after mitigating the attack or the same stop by itself my server is no longer able to receive connections on TCP port 7171. would it be possible to create some Watchdog in...
Back
Top