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

    Old school Exhausted system

    It's not working, still going to the else part and I keep getting
  2. S

    Old school Exhausted system

    You mean put it like this: function Player.setExhaustion(self, value, time) self:setStorageValue(value, time + os.mtime()) end function Player.getExhaustion(self, value) local storage = self:getStorageValue(value) if not storage or storage <= os.mtime() then return 0 end...
  3. S

    Old school Exhausted system

    I'm using TFS 1.2 and Realera map which it seems is dowgraded from 8.6 so it is possible to spam Heal + attack spell at the same time and on old school clients like 7.6 and 8.0 this was not allowed. Example: You can spam exura gran and exori vis pretty much one after another. Is it possible to...
  4. S

    How to remove spell from the server?

    Ohh, That makes sense. Thank you
  5. S

    How to remove spell from the server?

    https://github.com/celohere/forgottenserver
  6. S

    How to remove spell from the server?

    I've searched the source folder and its not there either. Can this be a problem with the client or something?
  7. S

    How to remove spell from the server?

    Ye I did that, searched in both data folder and TFS source code. No matches for "adori blank". Weird
  8. S

    How to remove spell from the server?

    Hello guys, I want to remove adori blank from the server. I already deleted entry in spells.xml but when I type "adori blank" it says "You need a magic item to cast this spell". How can I remove it completely? Using TFS 1.2 Thanks
  9. S

    Stackable runes when bought from NPC [SOLVED]

    Hey guys, I'm using TFS 1.2 with Relera map and when I go to Xodet to buy sds for example, if I say buy 5 sds he will sell me a stack of 5 sds. I managed to make buy bp sds and I get 1x runes that are not stackable. Is there a way to make when I say buy 5 sds to get 5 sd runes by 1x not...
  10. S

    NPC Hanna problem with "addon"

    Works finally !! Thank you brother :)
  11. S

    NPC Hanna problem with "addon"

    Still not working.
  12. S

    NPC Hanna problem with "addon"

    Hey guys, I'm using TFS 1.2 with Realera Map and NPC Hanna is not answering on 'addon' message. Here's the NPC script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  13. S

    use spell/eat food (freezing/stopping) character movement

    I had a similar issue in TFS 1.2 and I had to use OTclient. The only problem now is that when I run and use manafluids it sometimes spills on the ground. Does anyone know how to fix that one?
  14. S

    Manafluid problem

    Hey guys, I have problem with fluids script. I'm using TFS 1.2 and every time I use manafluid with hotkey sometimes it goes to the ground sometimes it works normally. Also when BP with manafluids is not open I can't use them is this something that can be fixed, and there is no message " Using...
  15. S

    1> LINK: fatal error LNK1181: can not open input file 'lua51.lib'

    Hello everyone, can someone help me with this error, I'm trying to build a server with visual studio 2019 and I have this error. I've checked lua51.lib is located in vcpkg-2020.06\installed\x64-windows\lib folder I tried copying path to linker but I still get the same error. What am I doing...
  16. S

    [8.0] - TFS 1.2

    I get this error when I put world from Realera in this engine. [Fatal - Map::loadMap] This map need to be upgraded by using the latest map editor version to be able to load correctly.
  17. S

    [8.0] - TFS 1.2

    Anyone know how can I import Realera data to this engine, I tried to copy that but then if I run forgottenserver.exe nothing happens?
Back
Top