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

otx

  1. L

    TFS 0.X OTX error - crash [segmentation fault]

    Hi people, I have this bug. Segmentation Fault. Log gdb: 0x00000000004e8465 in Game::changeSpeed (this=<optimized out>, creature=creature@entry=0x227ca00, varSpeed=<optimized out>) at game.cpp:4577 4577 spectator->getPlayer()->sendChangeSpeed(creature...
  2. L

    TFS 0.X [OTX] Sometimes drop loot with bless

    Hi people, I have a problem. Sometimes the player died and drop loot with bless! My creaturescripts: function onDeath(cid, corpse, deathList) function HaveBless(cid) for i = 1,5 do if getPlayerBlessing(cid, i) then return true end end return false end if isPlayer(cid) and HaveBless(cid) and...
  3. L

    Level for send Private Message

    Hi community, I need script for allow send private message if player have level 50 or more. I abelive that its simple. Thank's
  4. L

    C++ Need OTX 8.6 with this cast system

    Hello, I need the source OTX in which I change the players that are with the cast activated only using ctrl + arrows. This system is present in this server: baiak-ilusion.com Please my friends.
  5. B

    Error Core Dumped

    Good night people, I am having a problem on my server, I have an 8.6 server using OTX. There is a person that enters the server and crashes it using the stack, I already tested stack in house giving! Leavehouse, until I took the command, but still did not crash, my tile limit is 10, it puts...
  6. B

    Error Core Dumped

    Good night people, I am having a problem on my server, I have an 8.6 server using OTX. There is a person that enters the server and crashes it using the stack, I already tested stack in house giving! Leavehouse, until I took the command, but still did not crash, my tile limit is 10, it puts...
  7. EaiComeu

    OTX 2 - Crash Bug

    Hello Otland, a few days ago, a player is knocking down the server. He told me he was using a program but he did not want to tell me which one, I imagine it's somebody who edits the packet, and keeps knocking down the server. I ask the help of the community, below the gdb: OTX2 - Version Tibia...
  8. Shawno0

    Lua Login.lua Player Condition

    Hey tibians, Can anyone shed some light on why this condition is not being applied to my player on login? I have the following code on my Login.lua - The following outside the Function onLogin local conditionSkill = Condition(CONDITION_ATTRIBUTES, 10)...
  9. E

    Lua Reflect system

    hello I wanted your help in creating a dodger - like and critical reflect system, every stone you use goes from a% to reflect damage example Reflect Stone [Ice] Reflect Stone [Holy] etc. These stones would be sold in a npc Please can someone help me, I really want a system like this.
  10. K

    ItemEditor OTX 7.72

    Hello, would anyone have the editor item that works on this version? I can not find a version that works. I'm using this datapack: [7.4][OTX] RLMAP 100%, Port Hope 7.4, POI, Demon OaK, War System, Shared Exp ...
  11. qben360

    C++ [SEARCH] Convert OLD RPG MAP to stable 7.x distro

    Hello guys im searching a guy who can convert my old datapack 7.6 (yurots modifed) to actually stable distro 7.72. In my old datapack from yurots i got map, sprites, itp. I want launch this old files in new distro like tfs 0.4 or otx
  12. qben360

    Windows OTX 3.9 with map from other distro

    Hello guys i compiled otxserver 3.9 for version 7.72. I got my old very big rpg map from another distro i think its from yurots. Now i want launch this map on distro otx 3.9 for 7.72. What i need to do guys. I got a errors, about missing items on map like this. What i need to do. I got a old...
  13. karudotpl

    OTClient for 11.49?

    hello, im wondering if it is even possible to compile ot client working with otx server 3.1 for tibia 11.49? didnt find any usefull information about that. someone have it done? or maybe is here an release with that?
  14. Loremaster7

    Lua False Quest, lose health... Help!!

    When the player clicks on the box, he will lose blood and have 1 hp ... Help!!! ************** Script: function onUse(cid, item, frompos, item2, topos) msg = "Die!" posplayer = getPlayerPosition(cid) hit = math.random(50,150) doPlayerSendTextMessage(cid, 22, msg) if item.uid == 65457...
  15. Loremaster7

    Lua My Script don't works. (lever)

    Hello, friends i want a lever to remove another lever, but when I restart it again, do not miss the unique ID Script lever 1: function onUse(cid, item, frompos, item2, topos) wall1 = {x=389, y=379, z=13, stackpos=1} getwall1 = getThingfromPos(wall1) lever = 1946 if item.uid == 6001 and...
  16. Loremaster7

    Lua STONE SKIN AMULET BUG!!!

    Help! My stone skin amulet it's bugged in the quest. The Stone Skin Amulet comes with 1 charge and infinit... but a i need "5" charges... look: 23:00 You see a stone skin amulet (protection physical +80%) that has 1 charge left. It weighs 7.00 oz. my items.xml: <item id="2197" article="a"...
  17. Loremaster7

    STONE SKIN AMULET BUG!!!

    Help! My stone skin amulet it's bugged in the quest. The Stone Skin Amulet comes with 1 charge and infinit... but a i need "5" charges... look: 23:00 You see a stone skin amulet (protection physical +80%) that has 1 charge left. It weighs 7.00 oz. my items.xml: <item id="2197"...
  18. dArquien

    Windows Connecting to Game World fails.

    Hello! I'm having a little problem. I think, that I've setup the server correctly, it starts normally, no errors involved. When I open up Tibia Client and login, I can see char list, but when I try to enter, client cannot connect to the Game World (or gameserver [?]). Server and client are the...
  19. Bash

    Task System, need some help

    Hello, i have already a working task system. Made some rework at script to work with my otx based on fs 0.3.6. The problem now is that when they cancel the task by saying the new name of task, the task shows done at website and ofc can't do it because its like he completed it. Some1 knows how...
  20. guuraal

    Linux Problem z Gesior

    Hello, I have problem with my Gesior ACC with otx3, instalation goes well but when I'm trying to create account, gesior doesnt save accounts in database.
Back
Top