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

Recent content by Autran

  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

    Yeah, but do you have any idea of how to fix it?? :x
  3. 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...
  4. Autran

    Solved Help on action.

    Yes, that was my first thought too, but i was looking my server functions and it actuallly does support that, so, maybe the script must be arranged in some different way... :x
  5. 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