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

Search results

  1. R

    C++ [TFS 1.4] onLook: attempt to index local 'thing' (a nil value)

    I dont understand why returning null. Ive made a lot of changes to src and its been hard to track what i changed to give it this. Any suggestions where I should start? Im in this for a few hours...
  2. R

    Feature [TFS 0.4] Show health & mana in percentage with config to show only after client limit

    Hello! Show health & mana in percentage, also configurable to show when reach client limit. Read and change values below as desired. config.lua in limits healthInPercentage = false HealthPercentAfterClientLimit = false manaInPercentage = false manaPercentAfterClientLimit = false...
  3. R

    [8.6] Server tools; distance/magic effects, minimap icons, outfit colors.

    Here are some tools im using to my server, you can also see it on github. Distance effects. Magic effects. Minimap icons. Outfit colors.
  4. R

    (TFS 1.3 - Script folder) Remove empty folders in server/data

    I am using the system script and the old folders are empty. Is there a way to remove? Creaturescripts Globalevents Talkactions Weapons Scripts folder:
  5. R

    Target spell in data/script problem in "casterTargetOrDirection", this exist?

    Is the problem in casterTargetOrDirection or is there another type of spell? Script: local combat = Combat() local spell = Spell { type = SPELL_INSTANT, words = "Exori San", name = "exori san", level = 40, mana = 20, range = 4, casterTargetOrDirection = 1...
  6. R

    Compiling Problem 0xE24C4A02 (KernelBase.dll) Unhandled exception at 0x00007FFF8099A839.

    I'm having trouble trying to compile, I don't know why. I also don't remember if I made any changes. Image: Build log: OK (0 errors) Debug log: 'theforgottenserver-x64.exe' (Win32): Loaded 'C:\Users\PC\Desktop\Tibia Server\TFSOLF\vc14\x64\Release\theforgottenserver-x64.exe'. Symbols loaded...
  7. R

    Compiling [TFS 1.3 - 8.60] Problem after compiling TFS [vcpkg x64/x86 - MSVS 2019]

    After compiling TFS gives no sign of life. The screen turns black when it opens and closes after a time of 1 to 3 seconds. TFS 1.3 downgrade 8.60 by nekiro: Github Using MSVS 2019 VCPKG x64 / x84 PTS: Visual Studio 2017 (v141) I also tried with v142 but the memory error: Error C2664 'void std...
Back
Top