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

    Lua Talkactions fails

    Hello friends, good day, I have these problems with talkactions, I have tfs 0.4, it is a 8.60 server and it is sqlite. !rank error [12:36:55.222] [Error - TalkAction Interface] [12:36:55.223] data/talkactions/scripts/ranks.lua:onSay [12:36:55.223] Description: [12:36:55.224]...
  2. J

    INVALID ACCOUNT NUMBER OR PASSWORD

    Hello everyone I need help for my following error I have my tfs 0.3.6 server when I open it, I don't get any errors in the console and when the server is online I try to enter with 1/1 and invalid account number or password appears I don't understand the error I'm new to this can you help me...
  3. J

    HELP WAND PARALYZE

    Hello, can someone help me, I have this problem. For a strange reason, it does not respect the 30% probability since each blow that the wand applies is paralyzed, in reality it is as if it had a 100% chance local percent = 30 --- Chance Percent for Paralyse local combat =...
  4. J

    Serverinfo talkaction error

    Hola otlanders, necesito ayuda ya que de muchas maneras traté de hacerlo funcionar pero sigue fallando es tfs 0.3.6 en el momento de escribir el comando! serverinfo no aparece nada dentro del juego y en la consola envía ese error [CODE = lua] [18: 10: 35.773] [Error - Interfaz TalkAction] [18...
  5. J

    Item damaged increased

    Hello I need help for a script to increase% damage example stone skin amulet you see a stone skin amulet (protection physical +5%, death +5%, +5% damage increased) that has 100 charges left. It weighs 7.60 oz
  6. J

    Mana Potion mlvl

    Could you help me with a script for mana potion that its regeneration depends on level and magic level this is my script local MIN = 2.72 local MAX = 2.78 local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS...
  7. J

    Capture monsters

    Help for a monster capture script My problem is that it does not capture anything, it is tfs 0.3.6 I will leave my .lua local monsters = { [1] = {name = "triton" , aid = 1000}, [2] = {name = "jaws" , aid = 1001}, [3] = {name = "aegaeus" , aid = 1002}, [4] = {name = "kraken" , aid = 1003} } local...
  8. J

    HELP Monster only 2 lvls

    good morning friends I need help! tfs 0.3.6 My question is if there is any way for an example of a monster, I am a level 4000 and I will kill ghazbaran when I kill him with 30 levels maximum no matter what and another example that with another account is level 1000 and that this still only 30...
Back
Top