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

    Lua TFS 1.2 Looking for Bless Npc

    https://pastebin.com/pHbD9skS i have commented skill loss so ignore it because didnt wanted to lose skills when player dies. and double Player::getLostPercent() const { int32_t blessingCount = std::bitset<5>(blessings).count(); int32_t deathLosePercent =...
  2. Tbol

    Lua TFS 1.2 Looking for Bless Npc

    Idk for some reason it doesnt protect my experience at all, npc works tho no errors, tried using fifth bless which means i should lose any exp pretty much but lost like there was no bless
  3. Tbol

    Lua TFS 1.2 Looking for Bless Npc

    This one is even worse doesnt respond to any messages. No errors in these two solutions tho. And yea i have this in player.lua local lossPercent = { [0] = 100, [1] = 70, [2] = 45, [3] = 25, [4] = 10, [5] = 0 } function Player.getLossPercent(self) local blessings = 0...
  4. Tbol

    Lua TFS 1.2 Looking for Bless Npc

    well blessing doesnt work. Tried sixth bless and lost exact the same amount of levels like without it.
  5. Tbol

    Lua TFS 1.2 Looking for Bless Npc

    Hi im looking for bless npc that protectes you from losing experience when you die for example if u get blessed you will lose 50% less exp when you die
  6. Tbol

    TFS 1.2 Wave event LUA SCRIPT ERROR and other issues

    Yea it spawns the boss now, but its acting not how it suppose, i think because it started the event and it said 16:42 The wave has spawned. Kill all monsters for the next wave to begin. 16:42 This waves bosses will spawn in 60 seconds. so i decided not to kill the mosnters and wait for that 60...
  7. Tbol

    TFS 1.2 Wave event LUA SCRIPT ERROR and other issues

    Im not using revscript unfortunatly but i should be able to convert it to a regular script
  8. Tbol

    TFS 1.2 Wave event LUA SCRIPT ERROR and other issues

    Yea your code looks x10 times better but im not a big fan of levers because than it becomes not event anymore and one player determens when event starts which is kinda gay ngl. Which kills the entire story for me honestly. Reward room too im not a big fan of not automated stuff because it can...
  9. Tbol

    TFS 1.2 Wave event LUA SCRIPT ERROR and other issues

    Got three issues 1. It doesnt spawn boss once you kill the wave boss = { -- Boss is spawned after waitTimeBoss seconds after the wave is stated -- {"Bandit Lvl 10", Position(564, 788, 7)}, }, 2. Doesnt give item rewards once you finish the event itemRewards =...
  10. Tbol

    Annoying gesior shop delivery item spam on console

    doesnt it mean there is a problem with code? Because there is no placed orders in the shop but it still executues it
  11. Tbol

    Annoying gesior shop delivery item spam on console

    Hi im getting this annoying item shop spam on my console probably its glitched for some reason gesior-shop.lua https://pastebin.com/u21uSici
  12. Tbol

    TFS 1.2 Wave event works super weird

    You sure MW_positionLeave will teleport someone out? Because it doesnt for me :D
  13. Tbol

    TFS 1.2 Wave event works super weird

    Question tho, what if u enter MW_positionEnter = Position(559, 788, 7) which is waiting area and there is not enough players for the event to start, which means it will reset event in X time right? But what i noticed it makes u stuck in the waiting area it doesnt teleport you out. Shouldnt it...
  14. Tbol

    otcv8 ERROR 2 bug with connection

    Well this issue happens no matter if u have RSA key or not (maybe just for me), every single time you lose internet connection instantly, you will have this issue. So i wasnt able to find solution for it, or track any information, so just kept ignoring it.
  15. Tbol

    TFS 1.2 Wave event works super weird

    bump
  16. Tbol

    TFS 1.2 Wave event works super weird

    This is the lib part that acting weird https://pastebin.com/0v2pn7mx and this is overall system https://otland.net/threads/tfs-1-3-monster-wave-event.273925/ 1. What i noticed its super weird for some reason if u stepin on a tile it doesnt teleport you to event instantly it teleports you only...
Back
Top