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

    [BRAZIL] [CUSTOM / 8.6] FearWar | Custom | START NOW

    Re-Open Server Started: [17.02, Monday 19:00 CET]
  2. FearWar

    Lua TFS 0.4 Block Spells

    Thanks bro!
  3. FearWar

    Lua TFS 0.4 Runes Server INF, but Mwall and growth NOT INF

    Hi otlanders, All the runes on my server are endless, but I would like the magic wall rune and Wild Growth Rune NOT to be inf... Help me?
  4. FearWar

    Lua TFS 0.4 Block Spells

    up
  5. FearWar

    Lua TFS 0.4 Block Spells

    up
  6. FearWar

    Lua TFS 0.4 Block Spells

    up
  7. FearWar

    Lua TFS 0.4 - Spawning on top of objects

    It worked, thank you from the heart!
  8. FearWar

    Lua TFS 0.4 Block Spells

    <talkaction words="utevo res" filter="word-spaced" event="script" value="blockspell.lua"/>
  9. FearWar

    Lua TFS 0.4 - Create Teleport - ActionID

    Hi otlander, I'm using an event, and it creates the automatic TP, but the tp is not setting the "actionid". Here is the script below: local time = os.date("*t") local timeopen1 = math.ceil(SBW_TIMEWAIT / 4) local timeopen2 = math.ceil(SBW_TIMEWAIT / 2) if (SBW_STARTAUTO) and...
  10. FearWar

    Lua TFS 0.4 Block Spells

    not work :(
  11. FearWar

    Lua TFS 0.4 - Spawning on top of objects

    Can this other part of the script do the same thing @Deatthraz ? function moveToEvent() for _, pid in ipairs(getPlayersOnline()) do if isInRange(getCreaturePosition(pid), SBW_WAITROOM[1], SBW_WAITROOM[2]) then local posti = {} local isPossibleToTeleportPlayer = false...
  12. FearWar

    Lua TFS 0.4 Block Spells

    Yes bro, you can check, the last one is without ",".
  13. FearWar

    Lua TFS 0.4 - Spawning on top of objects

    Hi otlanders, I'm using a script at an event, and it's spawning on top of objects as shown in the image: Script: function killPlayer(cid, pos, killer) local t_l = SBW_AREA[1] local b_r = SBW_AREA[2] local posti = {}...
  14. FearWar

    Lua TFS 0.4 Block Spells

    not work, no error on the console that way the script is better, can you fix it?
  15. FearWar

    Lua TFS 0.4 Block Spells

    i go test! 1580942575 i am go test
  16. FearWar

    Lua TFS 0.4 Block Spells

    Hi otlanders, I'm using the script below, but I would like to put more places with block, but this place only exists 1 place. local pos = { minx = 19197, maxx = 19268, miny = 17468, maxy = 17530 } function...
  17. FearWar

    TFS 0.X MOD Tfs 0.4 Firestorm Event - Days

    Hi otlanders, There is this part of the code in my event, but I wanted to add the days of the week and the times someone help me? Example: ["Monday"] = {"09:30","12:00","20:00"}, ["Tuesday"] = {"09:30","12:00","20:00"}, ["Wednesday"] = {"09:30","12:00","20:00"}, ["Thursday"]...
  18. FearWar

    TFS 0.X TFS 0.4 - Script Top Frags and Gesior

    Solved function onKill(cid, target, lastHit) if isPlayer(target) then db.executeQuery("UPDATE `players` SET `frags_all` = `frags_all` + 1 WHERE `id` = " .. getPlayerGUID(cid) .. ";") end return true end
  19. FearWar

    [BRAZIL] [CUSTOM / 8.6] FearWar | Custom | START NOW

    I'll edit some prints; D
Back
Top