• 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. Sir Islam

    DONATOR

    have fun :) local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 5*1000) -- time in seconds x1000 function onUse(cid, item, fromPosition, itemEx, toPosition) local vocs = {1,2,5,6,9,10} local mana = 2500 local level = getPlayerLevel(cid)...
  2. Sir Islam

    A working shop script?

    tfs ? and what script you want TalkAction script or globalevents script
  3. Sir Islam

    Battle Area

    no problem :) any problem with my script tell me i will fix it
  4. Sir Islam

    Zombie Event BETA! [Tfs 1.0] Vers: 0.5

    for talkactions dofile('data/zombie_system.lua') function onSay(cid, words, param) local player = Player(cid) if tonumber(Game.getStorageValue(102)) == 2 then player:sendTextMessage(MESSAGE_INFO_DESCR, 'The Zombie Event has already started.') return false end...
  5. Sir Islam

    manarune by level

    tfs ?
  6. Sir Islam

    Battle Area

    sorry was very busy :) have fun #AIMSHOT local config = { timeToStartEvent = 2, -- Seconds, after these minutes the Spawn will start timeBetweenSpawns = 60 , -- Seconds between each spawn of summons timeToRestArea = 3600 -- 3600 = 1 hours Seconds, after these minutes the area will...
  7. Sir Islam

    Solved Where is a coins value decided? TFS 1.1

    just make backup and test :)
  8. Sir Islam

    Lua Error in script upgrade

    if this problem , script never load in start or in reload :) yes its true he have to remove it but its not the problem he got :)
  9. Sir Islam

    Exp Ring Crash

    then show ur script :)
  10. Sir Islam

    Solved nextUseStaminaTime a nil value

    test this in Tiles.lua local increasingItemID = {416, 446, 3216, 11062} local decreasingItemID = {417, 447, 3217, 11063} function onStepIn(cid, item, position, fromPosition) if isInArray(increasingItemID, item.itemid) then doTransformItem(item.uid, item.itemid + 1) if...
  11. Sir Islam

    Annihilathor quest chest bug.

    use this dofile('data/lib/libs.lua') dofile('data/vip-system.lua') ropeSpots = {384, 418, 8278, 8592, 13189, 14435, 14436, 15635, 19518} doors = { [1209] = 1211, [1210] = 1211, [1212] = 1214, [1213] = 1214, [1219] = 1220, [1221] = 1222, [1231] = 1233, [1232] = 1233, [1234] = 1236...
  12. Sir Islam

    Solved nextUseStaminaTime a nil value

    use this in system.lua local specialQuests = { [2215] = 2215, [12513] = Storage.thievesGuild.Reward, [26300] = 26300, [27300] = 27300, [28300] = 28300 } local questsExperience = { [1296] = 80000, [2215] = 100000, [9170] = 20000, [9050] = 20000 } function onUse(cid...
  13. Sir Islam

    Solved nextUseStaminaTime a nil value

    show me global.lua
  14. Sir Islam

    Solved Portal of Citizenship

    This is my first OT. he don't know any thing u have to tell him how to know what is tfs he using
  15. Sir Islam

    Vip Days

    tfs and what vip system are you using
  16. Sir Islam

    summon creature in target position

    u use this function in spell or what ? and why this doRemoveCreature(cid)
  17. Sir Islam

    Gesior ACC Tibiacom template always show "Server Offline"

    $statusInfo = new ServerStatus($config['server']['ip'], $config['server']['statusPort'], 1); to $statusInfo = new ServerStatus($config['server']['ip'], 7171, 1); have fun bro
  18. Sir Islam

    Lua Automatic Don. Castle System Error

    hey i was forget to change this acc:next() to result.next(acc) i update my code
  19. Sir Islam

    Lua Automatic Don. Castle System Error

    have fun local acc = db.storeQuery('SELECT id FROM players WHERE account_id = '.. getPlayerAccountId(cid) .. ' AND id != ' .. id) if acc ~= false then repeat if table.find(owners,result.getDataInt(acc, "id")) then return doPlayerSendCancel(cid, 'Your...
  20. Sir Islam

    Lua Automatic Don. Castle System Error

    have fun function onThink() local castles = db.storeQuery('SELECT id FROM houses WHERE town_id=4') if not castles then return false end repeat local hid = tonumber(result.getDataInt(castles, "id")) local house_pos = getHouseEntry(hid) if...
Back
Top