• 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. Troll Scripter

    Lua StepOut

    Give me the ID's of these doors
  2. Troll Scripter

    Help with easy script

    local beforePos = {x = 738, y = 700, z = 7}, local afterPos = {x = 743, y = 696, z = 7} function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 1945 and item.actionid == 1234567 then doTransformItem(item.uid,1946, 1)...
  3. Troll Scripter

    Help with easy script

    Still don't understand
  4. Troll Scripter

    Help with easy script

    Have you thought about telling us what it is that you want so that we can make it?!
  5. Troll Scripter

    Help with easy script

    local beforePos = {x = 738, y = 700, z = 7}, local afterPos = {x = 743, y = 696, z = 7} function onUse(cid, item, fromPosition, itemEx, toPosition) if item.itemid == 1945 and item.actionid == 1234567 then doTransformItem(item.uid,1946, 1) doTeleportThing(cid, afterPos)...
Back
Top