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

Recent content by dysodium

  1. D

    TFS 1.X+ How to make a rebirth system with damage bonus% with each rebirth

    I know there is onChangeHealth function to make it work. but it doesn't work for me, the only damage that gets increased, is the DMG mobs to the player. I don't know how to fix this. I am in TFS1.5. This is what my code looks like right now: local event = CreatureEvent("DamageBoost") function...
  2. D

    Lua LUA scripting function; onAdvance

    Aha ok, so I do have to have storage for onAdvance to work? I am just using another type of script for referance to see if what I want to do works. I do not want to create a levelreward system. I just want to cap the experience to a specific number so that the character cannot level any further...
  3. D

    Lua LUA scripting function; onAdvance

    I am very new to scripting on OT tibia servers... date of start, yesterday. I am currenctly working on xp-ganing systems and rebirth systems and I am wondering if onAdvance functions has to have getPlayerStorageValue to work, becuase I have tried a lot of different onAdvance if statement scripts...
Back
Top