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

    Tibia lagging with high fps

    Hi guys, I'm having an issue with my fps on Tibia 8.54. FPS shown is very high but it still runs like it is 20-30 fps. I fixed the issue with high-resolution-timer from saiyans king but the problem with that is I can't run elfbot at the same time. Any ideas how to run them together or how to...
  2. Aurolio

    TFS 0.X Adding some kind of exhaust to the script.

    Hi all, I am trying to implement an exhaust for the rebirth system I am working with. What I would like to do is place an exhaust of 10 hours for players that are rebirth 10 or higher. Now, what I mean by that is: 1. Player has rebirth 10 or higher. 2. He goes to the Rebirth NPC and do a...
  3. Aurolio

    Lua Being able to add mana to another play using manarune.

    As in the title. I need a script that will add mana to another player using manarune. I am using the classic manarune script. Whenever I want to add mana to another player it just adds mana to myself. Any ideas?
  4. Aurolio

    TFS 0.X Balancing Vocations on HIGH EXP, Rebirth Server

    So, I am working on a high lvl exp server with rebirths. Rebirths will be done at lvl 400k, but I am struggling with balancing vocations now. Any tips/ideas how can I balance it? I am using TFS 0.4.
  5. Aurolio

    TFS 0.X Creature::updateTileCache out of range.

    Hi guys, I am working on OTS based on tfs 0.4 and I've encountered this error. Creature::updateTileCache out of range. It appears in the cmd every time I walk by/stand by any monster. Any ideas?
  6. Aurolio

    TFS 0.X Set exhaust for NPC

    Hi all, I am trying to implement broadcast message system on my OT, but I don't know how to put an exhaust on it. So what I mean by that is: 1. Player sends a message and NPC gets exhausted. 2. After sending a message, nobody can send a message for X time. 3. After the time has passed, you can...
  7. Aurolio

    TFS 0.X TFS 0.4 Hp/Mp in Percent on HIGH EXP server with rebirth system.

    Hi all, so as in the title, I edited my source so that mana and hp are displayed in percent, but it only works on players with (max hp/max mp < some value). I am using the code from this thread: Jak wysyłać HP i manę w procentach...
  8. Aurolio

    TFS 0.X TFS 0.4 Display player rebirth instead of level on the chat.

    I've recently changed the source of my TFS 0.4 so that the number of Rebirths is displayed instead of level in the skills tab. What I want to do now is make it display the rebirth on the chat (instead of level). I managed to do it, but it crashes the server whenever I talk to an NPC. Here is...
  9. Aurolio

    TFS 0.X TFS 0.4 REBIRTH SYSTEM

    I am using a rebirth system for my ots. It is on TFS 0.4 Tibia 8.6. The script for the npc is here: local config = { price = 0, -- Price of first rebirth priceIncrease = 0, -- Works as 'price' + current rebirths * priceIncrease. rebirthLevel = 450, -- Level for first rebirth...
  10. Aurolio

    TFS 0.X TFS 0.4 Experience displaying Level, Level displaying number of rebirths.

    Hi All, this is the system that I am using on my server. CreatureEvent - Best Rebirth System Mysql By mlody.1039 With Gesior Script (https://otland.net/threads/best-rebirth-system-mysql-by-mlody-1039-with-gesior-script.186274/) What I am trying to do is make Experience display my current...
  11. Aurolio

    Change level to experience.

    So as you may know, in Tibia 8.6 max displayable lvl is 65k. I would like to go around this limit in a way that many servers did, but I don't know how to change the source to do that. What I'd like to achieve is: - Change level with experience because experience can go much higher in numbers...
  12. Aurolio

    Reset/Reborn System, whatever you call it.

    Hi, I am trying to implement a reborn system to my ots, but I don't know how to increase dmg by certain percentage with every single reborn player makes. This is the code I am using: function onSay(cid, words, param) config = { level=450, -- level necessary to reset. RemainingLvl=8, -- that...
  13. Aurolio

    NPC Script

    So I am using tfs 0.4 and I have a problem with NPC. I want the npc to sell me potions or runes in backpack when I turn on the "Buy with backpack" option, but it doesn't work. Also, even if I make it work it doesn't include the amount of the runes and what I mean by that is: Let's say that my...
  14. Aurolio

    Connecting to my OTServer

    Hi, I am slowly getting into creating my own server and I encountered a problem with connecting to my own server. So I can connect to my server using localhost but whenever I try to connect to it using my Global IP Address( whatsmyip) it just doesn't work. Do you know what could be the problem...
Back
Top