• 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. Xiber Star

    Noobwaria 8.60 Datapack by Hard

    Good Work <3
  2. Xiber Star

    Solved Teleport not pushing player when not having 100cc

    function onStepIn(cid, item, pos, fromPos) if isPlayer(cid) then local p = not hasCondition(cid, CONDITION_GAMEMASTER, GAMEMASTER_INVISIBLE) if p then doSendMagicEffect(pos, 10) end if doPlayerRemoveMoney(cid, 1000000) then doTeleportThing(cid, {x=1210, y=1152, z=6})...
Back
Top