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

    problem with task script

    it works thank you :)
  2. wafuboe

    problem with task script

    Hello ive benn adding mission to this task script. Ive work on several errors but on this one im stuck i have check other examples and i dont how to fix it Im using tfs 1.3 also if someone can detect more problems i apreeciate thanks Script: -- Collecting items and monster missions by...
  3. wafuboe

    Spell that heals summons

    bump
  4. wafuboe

    problem on teleport summon script

    Thanks both of you :)
  5. wafuboe

    problem on teleport summon script

    yea wasnt the whole script but it doesnt work, when i summon and get distance the summons doesnt teleport no errors on console :s any idea?
  6. wafuboe

    problem on teleport summon script

    i got this error on console
  7. wafuboe

    problem on teleport summon script

    Hello i got this script, its supposed to teleport your summon to your location if it falls behind but i found this error in console. Im using tfs 1.3, i think the script was from other tfs 1.2server i had.. i got this error on console function onThink(creature, interval) local...
  8. wafuboe

    Spell that heals summons

    Hello im requesting a spell that heals the summons you currently have :) Thanks im using tfs 1.3
  9. wafuboe

    Error on summoning monster spell

    i fixed it thank you
  10. wafuboe

    Error on summoning monster spell

    i replaced the creature.lua still this happens now any idea? :/
  11. wafuboe

    Error on summoning monster spell

    well when i summon a mosnter, the summon attacks me its not a summon and this happens in console im using tfs 1.3 Script: function onCastSpell(creature, variant) local monsterName = variant:getString() local monsterType = MonsterType(monsterName) if not monsterType then...
  12. wafuboe

    This spell has no cooldown

    should i replace all flase with true?
  13. wafuboe

    This spell has no cooldown

    Hello Otland. I recently installed this spell to my server, but the problem i encounter is that the player can use it everytime it wants no cooldown, the script just goes faster and the server crashes. What it does: It teletransport to all visible creatures and deals damage while being...
  14. wafuboe

    Contenidopago on Znote ACC

    bump lol
  15. wafuboe

    Error on console script stats

    Hello im trying to install this stat system on my ot tfs 1.3 but i got this error CreatureEvent - [TFS 1.1] Ultimate item stat system (elements, skills, exp, loot and more) Error: Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/stats.lua:eek:nLogin...
  16. wafuboe

    tfs 1.2 and tfs 1.3 question

    Well im kind of new my question is if tfs 1.0,1.1, 1.2 scripts works with tfs 1.3? if been adding scripts to my server but sometimes it mess upi cant loginf properly or a lot of errors come.
  17. wafuboe

    Unique Teleport knows location

    I got an error local teleports = { [1001] = {pos = {x = 286, y = 44, z = 14}, value = 1}, [1002] = {pos = {x = 286, y = 44, z = 14}, value = 2}, [1003] = {pos = {x = 1000, y = 1000, z = 7}, value = 3} } local temples = { [1] = {x = 433, y = 504, z = 7}, --Storage value 1 with...
Back
Top