• 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

    Windows Server Crash after 15 minutes

    i disable some scripts may one of they make this problem sure u have script crash your server so you need to get this script first <?xml version="1.0" encoding="UTF-8"?> <globalevents> <!-- Wrath Of The Emperor Quest --> <!-- <globalevent name="WotESpyHoles" interval="5000" script="wrath of...
  2. Sir Islam

    Windows Server Crash after 15 minutes

    show me globalevents.xml :) #bradette19
  3. Sir Islam

    Solved Broadcast message debug

    xd u talk about other script not Event Tracker Channel
  4. Sir Islam

    Solved Broadcast message debug

    to fix 00:09 Please do not spam. for staff change doAddCondition(cid, muted) to if getPlayerGroupId(cid) <= 1 then doAddCondition(cid, muted) end
  5. Sir Islam

    Lua Remove monster after x minutes.

    this is one monster ? if yes use this code addEvent(doRemoveCreature, 10*60*1000, getCreatureByName("Demon")) --- put here monster name :)
  6. Sir Islam

    Solved Broadcast message debug

    from config.lua change warnUnsafeScripts = true to warnUnsafeScripts = false
  7. Sir Islam

    TalkAction [TFS 1.0] Talkaction / modalWindow group flags calculator

    how to fix this problem Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/flag_window.lua:onModalWindow data/creaturescripts/scripts/flag_window.lua:11: attempt to perform arithmetic o n a nil value stack traceback: [C]: in function '__add'...
  8. Sir Islam

    Compiling Source to change the character box INFO

    https://otland.net/threads/level-and-vocation-instead-of-world-name-on-character-login.158447/
  9. Sir Islam

    TalkAction [TFS 1.1-1.2] Guild Outfit Change (!go)

    change with this is good to work with all :) if (player:getStorageValue(config.exhaustion) > os.time())then doPlayerSendCancel(player,"You must wait another " .. player:getStorageValue(config.exhaustion) - os.time() .. ' second' .. ((player:getStorageValue(config.exhaustion) - os.time()) == 1...
  10. Sir Islam

    TalkAction [TFS 1.1-1.2] Guild Outfit Change (!go)

    tell us about this function string.diff coz there no function string.diff i solved it by my self easy to fix but with other way
  11. Sir Islam

    doCreatureSetNoMove(cid,allow) tfs 1.x

    nope this work good just test it :)
  12. Sir Islam

    Windows Website error

    Table 'decimera.znote_visitors_details' doesn't exist > just add Table znote_visitors_details Execute this query in your database: CREATE TABLE IF NOT EXISTS `znote_visitors_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ip` int(11) NOT NULL, `time` int(11) NOT NULL, `type`...
  13. Sir Islam

    doCreatureSetNoMove(cid,allow) tfs 1.x

    tibia versions 10.x :) okey now ?
  14. Sir Islam

    doCreatureSetNoMove(cid,allow) tfs 1.x

    no this make your speed 0 this if true if you set it false will back to normal speed by your level :)
  15. Sir Islam

    doCreatureSetNoMove(cid,allow) tfs 1.x

    yes in global.lua or libs files this make player cant move or move you can use it in freeze player
  16. Sir Islam

    TalkAction [TFS 1.1-1.2] Guild Outfit Change (!go)

    what this :D string.diff attempt to call field 'diff' (a nil value)
Back
Top