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

    Need Script for My QUEST!

    Bump!
  2. K

    Need Script for My QUEST!

    I wanted a good script for a quest follows, that when the player wanted to use this lever appear a teleport that would lead into a boss and teleport stay one minute for every player that quissesem go after that one minute every player who entered the teleport he closed and the boss was summoned...
  3. K

    Edited Evo Server 8.60

    Prints Plix
  4. K

    Need Npc blessing TFS 1.0 script

    I wanted an NPC that sells the same bless shadowcores
  5. K

    Need Npc blessing TFS 1.0 script

    someone could make this script that would bless the level of the player?
  6. K

    Solved Need one script raids automatic globalevents

    <?xml version="1.0" encoding="UTF-8"?> <raids> <raid name="Morgaroth" file="Morgaroth.xml" interval2="30" margin="1000" enabled="yes"/> <raid name="Ghazbaran" file="Ghazbaran.xml" interval2="30" margin="1000" enabled="yes"/> <raid name="Ferumbras" file="Ferumbras.xml" interval2="60"...
  7. K

    Solved Need one script raids automatic globalevents

    someone could make this script?
  8. K

    Solved Need one script raids automatic globalevents

    someone could make a script for automatic raids for TFS 1.0?
  9. K

    Solved Brigde - Lever

    <action uniqueid="1133" script="ratsbridge.lua" /> -- First Lever UID -- <action uniqueid="1134" script="ratsbridge.lua" /> -- Second Lever UID --
  10. K

    Lua error raids tfs 1.0

    you help me?
  11. K

    Lua error raids tfs 1.0

    local storage = 1344 local raids = { "Morgaroth", "Ghazbaran", "Undead Jester", "grynch clan goblin", "Dryads", "pantera", "feverish citizen", "Halloweenhare", "Hornedfox", "Necropharus", "Wolfsraid"...
  12. K

    Solved doCreateMonster error

    I used this and it worked doForceSummonCreature(boss, boss_pos)
  13. K

    Solved doCreateMonster error

    SOLVED
  14. K

    Solved Error lever TFS 1.0

    function onUse(cid, item, fromPosition, itemEx, toPosition) removals = { { item = 1304, pos = { x = 1276 , y = 1297 , z = 10 } }, } local pos = { x = 1276 , y = 1297 , z = 10 } if item.itemid == 1945 then for i = 1, #removals do...
  15. K

    Solved Error lever TFS 1.0

    I have a lever errror in poi when use some of the stone I use it again and the error does not disappear. my scripts poi_stone.lua function onUse(cid, item, fromPosition, itemEx, toPosition) removals = { { item = 1304, pos = { x = 1276 , y = 1297 , z = 10 } }, } local pos...
  16. K

    Lua DebugPrint Tfs 1.0

    ty Solved
  17. K

    Lua DebugPrint Tfs 1.0

Back
Top