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

    Lua Cancel Task Mission

    Bump
  2. D

    TalkAction Ban System 9.6+ [Only Lua]

    Critico/vod how to make you script to ban in this script - http://otland.net/f82/potar-fully-automatic-100-anti-bot-system-lib-creature-talk-glob-181047/index4.html
  3. D

    GlobalEvent [Potar] Fully automatic 100% anti-bot system (Lib/Creature/Talk/Glob).

    I need to use this function, most do not know how, because I use it as standard on my server
  4. D

    Auto worldType Change

    hello, Its possible create a script that automatically changes worldType per hour? Example: from 08:00 AM to 23:00 PM = Open 23:01 PM to 07:59 AM = Enforced Its possible?
  5. D

    GlobalEvent [Potar] Fully automatic 100% anti-bot system (Lib/Creature/Talk/Glob).

    Potar, I am using this script for ban players, how to make you script do accept this mode? function dobaniraccount <?xml version="1.0" encoding="ISO-8859-1"?> <mod name="Ban Command" version="1.0" author="Vodkart" contact="none.com" enabled="yes"> <config name="ban_func"><![CDATA[...
  6. D

    GlobalEvent [Potar] Fully automatic 100% anti-bot system (Lib/Creature/Talk/Glob).

    how to make this script do ban player in 9.8x ? But in my server, this script kick player
  7. D

    CreatureEvent BEST FREE Anti-Bot System !+tutorial (100% ELFBOT PROOF)

    how to make this script do ban player in 9.8x ?
  8. D

    GlobalEvent Automatic Botcheck System

    its possible make this script for jail player instead ban ?
  9. D

    Lua Cancel Task Mission

    Bump
  10. D

    Lua Cancel Task Mission

    I have this Script but players not cancel the atual task. http://otland.net/f82/creatureevent-npc-killing-name-now-player-can-choose-task-107936/ Its possible? Script need modification plxx Script Npc local tasks = { [1] = {questStarted = 1510, questStorage = 65000, killsRequired...
  11. D

    TalkAction Jail System with auto kick by Gesior

    Gesior, You make talkaction for player check jail time?
  12. D

    Jail system 0.4 Please!

    talkactions.xml <talkaction log="yes" words="/jail;/unjail" access="4" event="script" value="jail.lua"/> jail.lua default_jail = 12*3600 -- 12 hours grouprequired = 5 jailedstoragevalue_time = 1338 jailedstoragevalue_bool = 1339 jailpos = { x = 32320, y = 32279, z =8 } unjailpos = {...
  13. D

    GlobalEvent Flying Platform

    Works Fine Now tested Here
  14. D

    GlobalEvent Flying Platform

    works fine now man rep for you
  15. D

    GlobalEvent Flying Platform

    Using 0.3.7 here cbrm, is it so wrong?
  16. D

    GlobalEvent Flying Platform

    i not use diagonal draw for travel. error on startup server
  17. D

    GlobalEvent Flying Platform

    POS ==73,27,6 POS == 73,28,6 in globalevents script : -- Flying Platform script -- By cbrm / CyberM / cybermaster -- otland.net local Pos = Position if not Position then Pos = function (x, y, z) local position = {x = 0, y = 0, z = 0} if(tonumber(x .. y .. z) ~=...
  18. D

    Lua modules (Socket, luasql and etc libs) V1.2

    how to install this in 0.3.7 ?
  19. D

    CreatureEvent [CreatureEvent/Npc] Killing in the name of... [Now player can choose the task]

    Lucas, post your creaturescripts and npc script but in main post no have drakens and others tasks
Back
Top