• 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!

Search results

  1. Autran

    Lua Guild Master

    Well hello, i'm running a 8.1 XML Server, and this is my Guild Master script: local focus = 0 local talk_start = 0 local target = 0 local iname = '' local iid = '' local allow_pattern = '^[a-zA-Z0-9 -]+$' local invited = {} local player = 0 function onThingMove(creature, thing...
  2. Autran

    Lua Writeables and Readables action

    Hello, here i am again asking for help :$ Well, i've downloaded an old server based on Otserv SVN Version 0.60. It is 8.1 and XML. What happens with it is that the readables ain't working... It says that the function "doShowTextWindow" is deprecated... So, i haven't found a substitute...
  3. Autran

    Solved Help on action.

    Hello, how u doin'? Well, recently i've downloaded a 8.1 XML server, but the rope system wasn't working very well (i couldn't pull containers or people from the holes, ladders, etc), and someone helped me and sent me this code: local spotId = {384, 418, 8278, 8592} local holeId = { 294...
Back
Top Bottom