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

    TFS 1.X+ Problem with adding lvl. TFS 1.5 8.6

    tfs 1.5 I use this local function getSkillId(skillName) if skillName == "club" then return SKILL_CLUB elseif skillName == "sword" then return SKILL_SWORD elseif skillName == "axe" then return SKILL_AXE elseif skillName:sub(1, 4) == "dist" then...
  2. J

    Client Elfbot

    I need some body to make client with my sprites from 13.20 and with mounts but must working ELF Bot for $$ Tfs 1.5 by nekiro and tibia 8.6
  3. J

    bestiary system tfs 1.5 by nekiro tibia 8.6

    Hello everyone I have problem I use script Bestiary chat sysyem and no working for me when I kill monster ,no see counts monster no reaction no errors in console
  4. J

    How can I change this? php help

    Open ip/phpmyadmin and find ,Shop offer or something like that what you have myacc?znote?gesior?
  5. J

    [TFS][1.3+][Revscript] Kill Death Ratio - ERRO

    local killStorage = 884734 local deathStorage = 884735 local toMostDamage = true local toKiller = true local event = CreatureEvent("KillandCount") function event.onDeath(creature, corpse, killer, mostDamageKiller, lastHitUnjustified, mostDamageUnjustified) if not creature:isPlayer() then...
  6. J

    RevScripts what's wrong? script not being initialized

    To help you with debugging and ensuring your script works correctly on the latest Canary server, let's go through your script step by step and ensure everything is set up properly. Below are the steps to debug and test your script effectively: Verify Script Loading:Ensure that your script is...
  7. J

    Error trying to run a server in windows server 2019

    The error code "0xc000007b" typically indicates a problem with a mismatch between 32-bit and 64-bit versions of Windows and applications or missing or corrupted system files. Here are some steps to troubleshoot and potentially resolve this issue:### 1. Check Application and System Architecture...
  8. J

    Canary bring me to function error in console

    local internalNpcName = "Captain Bluebear" local npcType = Game.createNpcType(internalNpcName) local npcConfig = {} npcConfig.name = internalNpcName npcConfig.description = internalNpcName npcConfig.health = 100 npcConfig.maxHealth = npcConfig.health npcConfig.walkInterval = 2000...
  9. J

    Reborn problem tfs 1.3

    Solved solved, thank you guys for help pervect 1719346878 Is possible add reborn on website to high scores and rank?
  10. J

    Lua TFS 1.5 - Downgrade Nekiro 8.6 - Action item "tree" container

    items.xml add <attribute key="containerSize" value="24" />
  11. J

    Reborn problem tfs 1.3

    Yes please bro , I love you I would like bonusses exp +10 % AND DAMAge +10% Can be bonuse hp but no 1k hp but no 200k player is buged and have 4milion hp ;D 1719231390 if you can ewhen players make reset back temple position 160 54 7
  12. J

    Reborn problem tfs 1.3

    Thank you bro for help ,sometime back to 1level and damage not working;/ 1719226383 80% back to level 8 but sometime do 1lvl ,to 200 etc.
  13. J

    Reborn problem tfs 1.3

    Hello I have revescript reborn give damage and exp +10 all resets and I have problem I would like when player make reset back to level 8 with hp150 and mana 35 with bonuses(damage and exp) can somebody help me ?please My script local config = { talk = "!reset", storageResets =...
  14. J

    Snowball event problem tfs1.5

    Hello guys I have snowball event and I have problem because when snowball start is error in console Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) luaAddEvent(). callback parameter should be a function. stack traceback: [C]: in function 'addEvent'...
  15. J

    RevScripts Help with small autoloot

    Go to data/global.lua 1.Add Storage = { autolootBase = 99995, -- Adjust the base value as needed autolootGoldActive = 99996, -- Adjust the value as needed } Goto data/scripts/create new .lua 2.Go to data/scriptss/autoloot.lua PASTE local autoloot = { freeAccountLimit = 10...
  16. J

    Tfs 1.5 Reborn problem

    Thank you, Working :)
  17. J

    Tfs 1.5 Reborn problem

    bro is error in console Lua Script Error: [Scripts Interface] /home/ots/jarek/data/scripts/reborn.lua:callback /home/ots/jarek/data/scripts/reborn.lua:112: attempt to call method 'getStorageValue' (a nil value) stack traceback: [C]: in function 'getStorageValue'...
  18. J

    Tfs 1.5 Reborn problem

    Can you help me please?because I dont Know how I can do it; damage and more exp I would like bonus for reset more exprience and more damage x % sorry for my english 1718627096 1 reset 10%% more exp damage+10% 2reset 20%% more exp damage+20% 3reset 30% more exp damage+30%
  19. J

    Tfs 1.5 Reborn problem

    Hello I use Revescripts local resetSys = TalkAction("!reset") local config = { storageResets = 525000, backToLevel = 8, redskull = true, battle = true, pz = true, defaultGainMaxHealth = 0.3, defaultGainMaxMana = 0.3, resetCostItemId = 2157, -- Item ID required...
  20. J

    TFS 1.X+ how to add this on itens?

    (153, 48, 7), <<<<<<<<<<<Position where you want effects = {29,11},<<<<<<With one effect textColor = TEXTCOLOR.YELLOW}, <<<<<<<Color text interval="2000" <<<<<<<<is every 2 second you can change 1000=1second 5000=5 seconds You want like this something?
Back
Top