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

    Solved Can't join my own server

    So, decided to create some OT. But I can't join my server. When looking on a port check site it says my ports are open. Port 7171 is open on xx.xxx.xxx.xxx.
  2. S

    Help with script for quest!

    Hello OTLanders, I'm using the following script for a quest. function onStepIn(cid, item, position, fromPosition) tileback = {x=2179, y=771, z=12, stackpos=255} if (getPlayerStorageValue(cid,887) < 1) then if (getPlayerStorageValue(cid,888) < 1) then if...
  3. S

    Redo-able anni

    Hey, I'm looking for a script for the annihilator but when you finish it you can do it 2 more times so you can get all three rewards. (Not 3 times the same, but 1 of all)
  4. S

    Custom actions don't work?

    <action itemid="2297" event="script" value="other/manarune.lua"/> <action actionid="4001-4042" event="script" value="other/addons.lua"/> Manarune & addons don't work. Scripts; Manarune local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust...
  5. S

    Getting kicked at y = 1006+

    Hey guys, I'm having a very weird problem. When I or other players walk further than y=1006, (6 steps from temple spawn to the right), I get a critical error and have to put myself on 1000,1000,7 with phpmyadmin. Help please :/
  6. S

    Windows z_ots_communication Spam

    It's spamming whole time like every 5 seconds, very annoying. Already tried to find it by Search but didn't find anything.
  7. S

    Lua Voc doors

    How can I make vocation doors just like when you make a new char and it needs to take 1 of the 4 doors?
  8. S

    Windows IP won't work

    Hey guys, I have a problem. When I put in my config this \/, I can login. -- Connection config worldId = 0 ip = "127.0.0.1" but with this (my IP), it says: Connection refused (10061) -- Connection config worldId = 0 ip = "86.86.113.96"
Back
Top