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

    Lua Error console

    Apparently if they exist in storage ForgottenKnowledge = { -- Reserved storage from 60090 - 60099 ActiveTree = 60090, MechanismGolden = 60091, MechanismDiamond = 60092, GoldenServant = 60093, DiamondServant = 60094, AstralPowerCounter...
  2. A

    Lua Error console

    I have this error in the console, can someone help me? apparently that's when they kick me out of this room Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/lib/core/game.lua:118: table index is nil stack traceback: [C]: in function...
  3. A

    Lua Scarlet Etzel creaturescripts

    help me with this error please Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) luaDoTargetCombatHealth(). Creature not found stack traceback: [C]: in function 'doTargetCombatHealth'...
  4. A

    Lua Error creaturescripts

    help me with this error on my console please? error: Lua Script Error: [Scripts Interface] /home/forgottenserver/data/scripts/creaturescripts/quests/forgotten_knowledge/astral_source.lua:callback ...turescripts/quests/forgotten_knowledge/astral_source.lua:4: attempt to index a nil value stack...
  5. A

    Lua Raids

    Someone explain to me how the Raids system works, they come out too fast on my server, do you help me configure it? <?xml version="1.0" encoding="UTF-8"?> <raids> <!-- Ab'Dendriel --> <raid name="Badger" file="abdendriel/badger.xml" interval2="500" margin="60" /> <raid...
  6. A

    Lua Talkactions transform

    Could it be that only the colors are changed and not the outfit?
  7. A

    Lua Talkactions transform

    Anyone know transform this to revscriptsys? <talkaction words="!go" script="go.lua"/> --[[ outfit.lookMount = getField<uint16_t>(L, arg, "lookMount"); outfit.lookAddons = getField<uint8_t>(L, arg, "lookAddons"); outfit.lookFeet = getField<uint8_t>(L, arg, "lookFeet")...
  8. A

    Lua [OTBR] Creaturescripts Login.lua

    It no longer gives me an error, but it does not work for me but modifying this part -- Set Client XP Gain Rate local baseExp = 100 if Game.getStorageValue(GlobalStorage.XpDisplayMode) > 0 then baseExp = getRateFromTable(experienceStages, player:getLevel()...
  9. A

    Lua [OTBR] Creaturescripts Login.lua

    There is something wrong with this scripts, I wanted to change the base xp gain rate of client 12, so I added this and now it gives me this error -- Client 12 Bonus Experience local clientVersion = self:getClient().version if clientVersion >= 1200 then local baseExp = 130 if...
  10. A

    Lua Bonus XP for using Client 12

    Will someone have the scripts to give you an exp bonus for using client 12? me use otbr tfs 1.3 note: that gives you 30% more exp with client 12 should appear XP Gain Rate 180%
  11. A

    TFS 1.X+ Login email

    Hello, someone help me with this .. Does anyone know how to change the Login email to username?
  12. A

    RevScripts Addon Bonus

    Hi, will anyone have a scripts transformed to revscriptsys from addon bonus?
  13. A

    Compiling Error when compiling

    -- Installing port from location: /vcpkg/buildtrees/versioning/versions/bzip2/5a1b1b8d666b9ef64e8596e4716c2e2f654f4532 -- Fetching https://sourceware.org/git/bzip2.git... CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:105 (message): Command failed: /usr/bin/git fetch...
  14. A

    Compiling Error when compiling

    root@vmi531551:/# cmake --version CMake Error: Could not find CMAKE_ROOT !!! CMake has most likely not been installed correctly. Modules directory not found in /usr/local/share/cmake-3.7 cmake version 3.7.2 CMake suite maintained and supported by Kitware (kitware.com/cmake).
  15. A

    Compiling Error when compiling

    error root@vmi531551:~# apt-get install cmake=3.16 Reading package lists... Done Building dependency tree Reading state information... Done E: Version '3.16' for 'cmake' was not found
  16. A

    Compiling Error when compiling

    hi, good evening .. Does anyone know how to fix this problem? I am following the guide as it says here and it throws me this error root@vmi531551:~/otservbr-global/build# cmake -DCMAKE_TOOLCHAIN_FILE=../../vcpkg/scripts/buildsystems/vcpkg.cmake .. CMake Error at CMakeLists.txt:1...
  17. A

    Linux Help Compiling

    No
  18. A

    Linux Help Compiling

    Does anyone know why I get this error when compiling? CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find CryptoPP (missing: CRYPTOPP_ROOT_DIR CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY) Call Stack (most recent call first)...
  19. A

    Lua Transform script

    help me pass this script to revscriptsys please <talkaction words="!cast" separator=" " script="start_cast.lua" /> function onSay(player, words, param) if player:startLiveCast(param) then player:sendTextMessage(MESSAGE_INFO_DESCR, "You have started casting your gameplay.")...
Back
Top