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

    OTClient OTCLIENT REDEMPTATION - SHOP MODULE

    Hello. I have a problem with the shop categories in otclient redemptation. I entered everything correctly, but the buttons move around when I click on them. otclient/modules/game_shop at main · opentibiabr/otclient (https://github.com/opentibiabr/otclient/tree/main/modules/game_shop) I tried...
  2. OTcreator

    Button Bar - Candy

    Hi, I can't deal with this. When changing, for example, from AFK to Support and vice versa, it shows me some strange gray bar on the buttons, I look everywhere and can't find what is responsible for it. I know that this it BotTabBar, but there is nothing there that can cause this...
  3. OTcreator

    TFS 1.X+ Loot Bonus Item based on monster loot.

    Hello. I am trying to create a script that will bass on monster loot. Namely, after killing a monster and drawing match random(500) < 10 then the player will receive an item that has one of the smallest chances specified in the monster loot (that is, for example, will receive something from...
  4. OTcreator

    TFS 1.X+ Condition - no remove when player dead.

    Hello, Is it possible for a player not to lose CONDITION after death? Hardly that the time of this CONDITION for a given player should remain (e.g. if he has 5 minutes of this CONDITION left, he should still have 5 minutes of it after death. And not for everyone, only for those that I specify in...
  5. OTcreator

    TFS 1.X+ Block / remove browse field.

    Hi, FIRST QUESTION: It is possible to remove / block using browse field on tfs 1.4.2 for all ID ? (Etc: If player use option browse field - "Sorry, not possible.") SECOND QUESTION: Is it possible to block with a script the ability of players/monsters to throw items, fieldow on items that have...
  6. OTcreator

    TFS 1.X+ Cast spell front of wall.

    Hi, Have a big problem. TFS 1.4.2. I can use exori frigo, exevo vis hur when standing front of wall. The hit does not go through the wall, but the spell is made which takes mana. Shouldn't it be that the spell can't be used at all ? When I give blockwalls=1 it doesn't change anything, when I...
  7. OTcreator

    Lua Block push players in protection zone.

    Hi, Is there any option to block the ability to move a player when they are in a certain area, are in PZ or have a certain storage value? The idea is , that a player makes a push on a player and moves him away from training dummy which interrupts skilling.
  8. OTcreator

    AAC MyAcc ONI Template

    Hi, I used modified Template ONI (MyAcc). On computer all working good, but on mobile website looking like that: Latest News - The World of Neravia (https://neravia.eu) Whoes have idea why? (On default ONI TEMPLATE have the same problem).
  9. OTcreator

    Lua UMP - use only if...

    Hi, I came up with this idea. Since, the players on the server are not many, I initially removed the ability to use UMP completely. I stayed with the GREAT maximum potions. I came up with the idea to give the possibility to use UMP, but only if the player: 1.) He has no PZ. 2.) He doesn't...
  10. OTcreator

    Lua doRemoveCondition - lib problem?

    Hello! I noticed , in TFS 1.4.2 using this call: doRemoveCondition(cid, CONDITION_ATTRIBUTES, 157) Everything works fine. But when we change the code to the new style, it doesn't work. What could be wrong? player:removeCondition(CONDITION_ATTRIBUTES, 157)
  11. OTcreator

    C++ Messages sent by the player.

    Hi, If a player writes something normally, the messages show up in yellow. Is it possible to change the color, for example, to dark yellow, e.g. talktype_o probably, so that the client does not have to be modified?
  12. OTcreator

    Lua A way to change storage when a player loses connection.

    Hi, Is there any other way that will put less load on the server to change the player's storage when he loses connection (when he has IP=0) ? I created such a script in globalevents, but it has to be called then every second. (The idea is to protect against xlog, because if I want to add this...
  13. OTcreator

    C++ Spawn BUG in ALL TFS 1.X (distro bug)

    Hi! While I have already dealt with the duplication of monsters outside the radius, there is still a lime with the respawning of monsters in each of the TFS.If you have 2 monsters in one proficient (large) you kill two at once and one respawns after 60 seconds and the other after 120 only and so...
  14. OTcreator

    Lua Optimization this talkactions.

    Hello! Possible to optimize this talkaction scripts? local function secondsToReadable(s) local hours = math.floor(s / 3600) local minutes = math.floor(math.fmod(s, 3600)/60) local seconds = math.floor(math.fmod(s, 60)) return (hours > 0 and (hours .. ' hours ') or '') ...
  15. OTcreator

    C++ Boss Reward System (Working in 1.4.2)

    Welcome. The script was created by @ohman and customized for BlackTek, which is based on TFS 1.4.2. Unfortunately , some of the changes to BlackTek in C++ caused , that the code can not be compiled (error). Is anyone able to help so that the code is functional in the base TFS 1.4.2? LINK...
  16. OTcreator

    Aktualizacja Ubuntu (ustawienia)

    Cześć, Szybkie pytanie. Dlaczego za każdym razem gdy aktualizuje system na VPS Ubuntu do nowszej wersji, wszystko mi się sypie. Strona , MySQL, PHP wszystko pada i muszę ogarniać to od nowa... Co robię nie tak ? Aktualizuje poprzez konsole komendą apt-upgrade realese. Czy wybieram później...
  17. OTcreator

    Lua Collection NPC #tables.

    Hi, I tried to write a script where we will have to give a random amount of items to an NPC from a table. In return, we will also receive random rewards. But something doesn't work for me here, it doesn't work. Error in the console regarding the table. I have never worked on such tables hence I...
  18. OTcreator

    TFS 1.X+ Loot Message / Advance Message

    Hi! You can change the message here regarding the loot from green text (25) to white text (22). The thing is that during the promotion, the message will be displayed: You were promoted from ... And momentarily after killing another mob it will disappear for the loot information. Is there any...
  19. OTcreator

    OTClient Checking player client.

    Hi, Is there any way to send information to the server that a player is using an OTC client (but one that has been rebuilt)? Alternatively, can the server check the player what client he is using, e.g. using a global event?
  20. OTcreator

    Function fusion 7.6 - 11+.

    Hi, In your opinion, which features, gameplay elements should stay and which should not? I would like to create a new server that will have only the best of Tibia. In short, list the worst things that tibia introduced and killed gameplay. E.g. exhaust on eu spells etc. For all contributions I...
Back
Top