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

Recent content by Aurolio

  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.

    The error doesn't show up anymore. Thank you very much for your help guys!
  3. Aurolio

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

    Okay I fixed it, that's the code now: local config = { cooldownStorage = 83934, -- be sure it is not used cooldown = 10 * 60 * 60, -- in hours price = 0, -- Price of first rebirth priceIncrease = 0, -- Works as 'price' + current rebirths * priceIncrease. rebirthLevel = 450...
  4. Aurolio

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

    Hi guys, sorry for late reply. I've been working all day. Here is the error I get now: [23:45:38.812] [Error - NpcScript Interface] [23:45:38.814] data/npc/scripts/rebirth.lua:onCreatureSay [23:45:38.814] Description: [23:45:38.815] data/npc/scripts/rebirth.lua:92: attempt to perform...
  5. Aurolio

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

    That's the error I get: [11:53:31.767] [Error - LuaInterface::loadFile] data/npc/scripts/rebirth.lua:100: 'end' expected (to close 'if' at line 63) near 'elseif' [11:53:31.767] [Warning - NpcEvents::NpcEvents] Cannot load script: data/npc/scripts/rebirth.lua [11:53:31.768]...
  6. 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...
  7. Aurolio

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

    Thank you very much, sir!
  8. 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?
  9. Aurolio

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

    Well, I don't care about myself. I am just wondering what kind of balance players find the most appealing. The server is for the players, not for me :D
  10. 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.
  11. Aurolio

    TFS 0.X Set exhaust for NPC

    Thanks, I marked the thread as solved as I figured it out, but it will stay there for other people. Thanks and good work.
  12. 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?
  13. 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...
Back
Top