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

    i need help to fix this scribt to tp players when i use rune on them by gm

    its says luadoteleportthings<>.can not teleport thing.
  2. M

    i need help to fix this scribt to tp players when i use rune on them by gm

    didn't work and it didn't do any error only when i use it gives error
  3. M

    i need help to fix this scribt to tp players when i use rune on them by gm

    local newPos = { x = 1000, y = 999, z = 7 } local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_POFF) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, FALSE) function onCastSpell(cid, var) doTeleportThing(cid,newPos)...
Back
Top