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

    TFS 1.X+ Lever Problem

    Hello, I have a problem with the ascending ferumbras lever, everything works correctly except that ferumbras spawns for each player who uses the lever, I don't know what it could be. I leave the script, I hope someone helps me local config = { bossName = "Ascending Ferumbras"...
  2. S

    TFS 1.X+ lloyd bug

    Hi, I'm having trouble with boss lloyd, which is cloned and many of them appear at the time of the fight. also do not stop appearing If someone could help me, I would be grateful, I leave the script: local monsters = { {cosmic = 'cosmic energy prism a', pos = Position(32801, 32827, 14)}...
  3. S

    Lua Improve Exercise Weapons

    I tried but it didn't work. the weapon is not removed from inventory but cannot be used.
  4. S

    TFS 1.X+ How to use exercise weapon while monsters attack you

    Hi, I would like to know what I must change in the script so that exercise weapons can be used while training in monks Here is the script: local skills = { [32384] = {id=SKILL_SWORD,voc=4}, -- KNIGHT [32385] = {id=SKILL_AXE,voc=4}, -- KNIGHT [32386] = {id=SKILL_CLUB,voc=4}, --...
  5. S

    Lua Improve Exercise Weapons

    thnx it worked :D
  6. S

    Lua Improve Exercise Weapons

    Hi, I want to know how to improve the effectiveness of exercise weapons so that they deliver more percentage of skill when using. Also, I would like to know if you can do infinites? Thanks in advance I leave the code local skills = { [32384] = {id=SKILL_SWORD,voc=4}, -- KNIGHT...
  7. S

    TFS 1.X+ Reset player quests

    Jaja sorry, I'm really new in this... and this worked. Thanks!!
  8. S

    TFS 1.X+ Reset player quests

    Hi, I have a problem, I want to reset quests for players and I have searched for a solution that says to clear the player_storage table in the database. but in my database there is no player_storage table and when I open the server it appears to me that it loads the file. I hope someone can help...
  9. S

    TFS 1.X+ Stamina regen when training for tfs 1.3

    Sorry, I'm stupid. I thought that it did not work, but it is the text that does not work, but the stamina is regenerated. Anyway, how can I fix the problem that the text does not appear?
  10. S

    TFS 1.X+ Stamina regen when training for tfs 1.3

    yes, I already tried that script but there was no result, it does not give error in the console either
  11. S

    TFS 1.X+ Stamina regen when training for tfs 1.3

    Hi, I'm using Otservbr 12 (tfs 1.3) I am looking for a script to regenerate stamina while training. I have found some but they doesn't work for me and doesn't give any error. Could someone share with me a script that works on tfs 1.3??. Thanks in advance.
  12. S

    TFS 1.X+ Pet system is not working right

    Thanks! problem solved
  13. S

    TFS 1.X+ Pet system is not working right

    hi, it did not work, the console does not give me error Creaturescripts: <event type="think" name="teleportpet" script="teleportpet.lua" /> teleportpet.lua: function onThink(interval) for _, player in ipairs(Game.getPlayers()) do local player_position = player:getPosition() if...
  14. S

    TFS 1.X+ Pet system is not working right

    when I climb the stairs the pet stays down and is not transported towards me. I'm using tfs 1.3 I leave the code: local petNames = { [1] = 'thundergiant', [2] = 'grovebeast', [3] = 'emberwing', [4] = 'skullfrost' } local STORAGE_PET = Storage.PetSummon function...
  15. S

    TFS 1.X+ all creatures move faster than normal

    I noticed than all the creatures in my server moves faster than normal. I checked the individual speeds too and seems to be fine. I don't know what I need to do to change to normal speed. I'm using tfs 1.3
  16. S

    TFS 1.X+ Ascendant Ferumbras Lever Problem

    Thanks You! you solved my 2 problems!
  17. S

    TFS 1.X+ Ascendant Ferumbras Lever Problem

    Hi, I have 2 problems: 1. When the battle ends and the people get out of the battle zone they can enter again (there is no cooldown) 2. The first battle is perfect, but when the people come back in , everything is like the last battle (the room does not restart) then you can't fight again...
Back
Top