• 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. Knight God

    8.54 tfs 0.3.6pl1 [spell] changeing item 1422 to item 1423 (firecamp's)

    i think, only i think, that is impossible :S
  2. Knight God

    mana up help

    what is "przedmotu" ??
  3. Knight God

    rewards at lvls

    <?xml version = "1.0" encoding = "UTF-8"?> <mod name = "Reward For Level" version = "1.0" author = "Teckman" enabled = "yes"> <event type = "advance" name = "rewardAdvance" event = "script"><![CDATA[ local levels = { [30] = {2160, 5}, [40] = {2160, 5}, [50] = {2160, 5}...
  4. Knight God

    Teleport Tree

    {"ups"} copy again my script :)
  5. Knight God

    Teleport Tree

    try :3 local teleportto = {x=xxxx, y=xxxx, z=x} function onUse(cid, item) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) doTeleportThing(cid,teleportto) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) return TRUE end
  6. Knight God

    [Movement] Send to the dungeon

    bump
  7. Knight God

    [Movement] Send to the dungeon

    bump :S
  8. Knight God

    [Movement] Send to the dungeon

    bump
  9. Knight God

    Action Pits of Inferno: Oil Lever & Stone

    I've added an effect to every sqm that has changed, I hope you serve something, it was only a detail. --- Script by J.Dre and small edit by Knight God local t = { {x = 1222, y = 1376, z = 11, stackpos = 0}, {x = 1223, y = 1376, z = 11, stackpos = 0}, {x = 1226, y = 1376, z = 11...
  10. Knight God

    [Movement] Send to the dungeon

    bump
  11. Knight God

    [Movement] Send to the dungeon

    bump
  12. Knight God

    [Movement] Send to the dungeon

    bump
  13. Knight God

    [Movement] Send to the dungeon

    bump
  14. Knight God

    [Movement] Send to the dungeon

    Hello otlanders. well, now I would ask a help with an idea that would make it possible. As the title says, "Send to the dungeon", I wonder if it is possible that a certain amount of players stands atop a special tile, they are transported after a time of transportation, I mean. When the...
  15. Knight God

    [NPC] Worker

    local random_texts = {'text1', 'text2', 'text3', 'text4'} local random_texts_chance = 50 -- percent local random_texts_interval = 2 -- seconds local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  16. Knight God

    Lua [Globalevent] Configure Quest Log

    <?xml version="1.0" encoding="UTF-8"?> <quests> <quest name="Begginer challenge" startstorageid="34247" startstoragevalue="1"> <mission name="The Rats Problem" storageid="14136" startvalue="1" endvalue="4"> <missionstate id="0" description="Enter a description here."/> <missionstate...
  17. Knight God

    NPC Best travel NPC

    u mad? xD
Back
Top