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

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

    Works perfectly now, thank you very much, sir!
  2. Aurolio

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

    Where would I change it? In the same file protocolgame.cpp or somewhere else?
  3. 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...
  4. Aurolio

    Reset/Reborn System, whatever you call it.

    Not really, but nvm that. Solved.
  5. Aurolio

    TFS 0.X TFS 0.4 REBIRTH SYSTEM

    Beautiful, all works perfectly now! Thanks man, you're the best!
  6. 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...
  7. Aurolio

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

    Changed the reborn system to the one that uses storage, everything is working fine. Thanks for your help. Closed.
  8. Aurolio

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

    Where can I find the storage key used? I haven't seen anything like getStorageValue or similar in this rebirth system. I don't think it is even using storages.
  9. Aurolio

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

    Compiled, but this time it is 0 for all the characters. Did you have a look at the rebirth system? It is stored in th DB as far as I know. Thanks for your time. Appreciate it.
  10. Aurolio

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

    It compiled, but now instead of displaying number of Rebirths, it displays number 65, 535.
  11. Aurolio

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

    Still not working ;/ That's the error:
  12. Aurolio

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

    Doesn't work ;/ This is what I've got:
  13. Aurolio

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

    I managed to display level in the experience field, rebirths to be done.
  14. 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...
  15. 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...
  16. Aurolio

    Reset/Reborn System, whatever you call it.

    Well, let's call it reset system then. What I am trying to achieve is increase dmg of everything, spells, runes etc. I know exactly what you're talking about, but this applies if you want to have only 1 reborn.
  17. 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...
  18. Aurolio

    Npc selling items/runes in backpack doesn't work

    Did you find the solution? Have the same problem.
  19. 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...
  20. Aurolio

    Connecting to my OTServer

    I think I know what's the problem, I have IPv6 on my HUB. Will have to buy the server.
Back
Top