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

    Fishing script error in fishing requirements

    Well yes, but I think that is very complicated if you know the collapser server Zulu will understand me when I'm fishing I'm in the bush and the time comes when I catch something, I do not fish if the text appears that I fish something but in reality the monster does not appear and in collapser...
  2. Z

    Fishing script error in fishing requirements

    Is solved only 1 little problem in the script --> doPlayerAddSkillTries(cid, SKILL_FISHING, 1) change for --> doPlayerAddSkillTry(cid, SKILL_FISHING, 1) thank you very very much! you are amazing!
  3. Z

    Fishing script error in fishing requirements

    and yes im using you script fish bowl
  4. Z

    Fishing script error in fishing requirements

    Error in console and not fishing this image --> Imgur: The magic of the Internet
  5. Z

    Fishing script error in fishing requirements

    Please help!?
  6. Z

    Fishing script error in fishing requirements

    fishing script error in fishing requirements for example in monster tyria level 1000 and fishing level 105 is needed and the mistake is that someone level 1000 with fish skill 20 can fish it another explanation the level requirement does work but the fishing level requirement does not work...
  7. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    Fixed up!! thank you very much brother!! Is there any way to compensate?
  8. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    again he is sending me an error in the console, if he captures the monster but now he does not release them and this error appears in the console I leave you image link -> Imgur: The magic of the Internet
  9. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    if now it captures and releases the problem is that now the first thing I capture example I capture 1 troll and then I capture 2 cyclops when releasing the troll if it appears but when releasing the cyclops trolls continue to come out, the first thing I capture is always what that will appear A...
  10. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    console say [error - action inferface] data/actions/scripts/captured.lua:onu Description: data/actions/scripts/captured.lua:80: attempt to index local 'mons' > a number value> stack traceback: data/actions/scripts/captured.lua:80: in function <data/actions/scripts/captured.lua:18>
  11. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    if I capture but when releasing monster is error because if I capture 1 demon appears 1 cyclops and if I capture troll is the same 1 cyclops appears and I can free it as many times as I want it is as if it had unlimited charges
  12. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    I'm sorry: / but if I need everything
  13. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    yes he managed to capture it but he can not release it and he does not have text what was captured
  14. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    it still does not work check error in console --> Imgur: The magic of the Internet
  15. Z

    Captured Fishing Monster script tfs 0.3.2 change to tfs 0.3.6

    good morning to all! I need help with a script !! it is called captured fishing monster the script that I will show you was for tfs 0.3.2 and now I am already using tfs 0.3.6 and it does not work for me who can help me please? function onUse(cid, item, frompos, item2, topos) local r = { [28] =...
  16. Z

    Please help in mi script fishing!!

    Please I need some help with a fishing script! the error is that at the time of fishing the monster if it is called but the text broadcast does not appear help me please! here I leave the script local config = { waterIds = {493, 4608, 4609, 4664, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617...
  17. Z

    Lua Broadcast text in fishing monster

    Hey hello otland friends! I need your help with my fishing script ie the fishing works fine but the problem is when fishing does not say the monster text that fish only fishing without any text here I leave my script! local config = { waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613...
  18. Z

    Captured-Summon captured

    I have already done it and still I have the error
  19. Z

    Captured-Summon captured

    I need help with a script Capture fish monster - Summon catch, I explain my script if it captures the monster and it works fine but I have the summon catch which does not work these are the lines of my help script please local t = { percent = 100, monsters = { ['triton.'] = 100...
  20. Z

    Help! Script captured fish monster error is ->12:58 You can use it only specific monsters.

    local t = { percent = 100, -- percent of health which allow to catch a monster vial = 5468, -- vial which should appear instead empty one. monsters = { --['monsterName'] = {min level to catch, chance to catch a monster}, ['Triton'] = {10, 99}, ['Jaws'] = {10, 99}...
Back
Top