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

    Poszukuje skryptu na premium punkty.

    Witam. Mam TFSa pod Tibię 8.6. Poszukuję skryptu na premium punkty. Chodzi o to, że jeśli jakiś ziomek wbije 200 lvl to dostaje 100 pkt do SMS Shopu. Widziałem już gdzieś ten skrypt ale nie mogę go znaleźć, może mi ktoś pomóc? Z górzy dziękuję.
  2. P

    Afk

    Witam. local time = 3 -- Seconds local say_events = {} local function SayText(cid) if isPlayer(cid) == TRUE then if say_events[getPlayerGUID(cid)] ~= nil then if isPlayer(cid) == TRUE then doSendAnimatedText(getPlayerPosition(cid),"AFK"...
  3. P

    SQM wymagający dane itemy.

    Witam, Mam mały problem. ots/data/movements/scripts/questtile.lua function onStepIn(cid, item, fromPosition, item2, toPosition) local config = { id1 = 9997, id2 = 9998, id3 = 9999 } if getPlayerItemCount(cid, config.id1) < 1 and getPlayerItemCount(cid, config.id2) < 1 and...
  4. P

    Item Tile

    Hello, I have a little problem. ots/data/movements/scripts/questtile.lua function onStepIn(cid, item, fromPosition, item2, toPosition) local config = { id1 = 9997, id2 = 9998, id3 = 9999 } if getPlayerItemCount(cid, config.id1) < 1 and getPlayerItemCount(cid, config.id2) < 1 and...
Back
Top