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

    Reward Movement

    Hello, I would like a script that the players step on a tilde to send them a position and I gave them an item thanks
  2. P

    Help fix this reward script

    I have this error in console: this is my script: rewards.lua local rewards = {10571, 2307, 2270, 2272, 2263, 9969, 9955, 9956, 11115, 10521, 10558, 2640, 7708, 11221} function onStepIn(cid, item, position, fromPosition) local pos=item.actionid-8002 local item=rewards[pos] local...
  3. P

    Fix this tp scroll (add exhausted)

    I want to introduce exhausted of 5 seconds to this script :) scroll.lua local teleport = { pos = {x = 163, y = 52, z = 7}, effect = 12, effecto = 50, remove = 0, -- Si quieres que se remueva el item (0 = NO, 1 = SI) delay = 3 } local function...
  4. P

    Script Order Levers

    Hello! I need the following script ... A lever to pull it to 10 playes transport to certain coordinates that I have written out there here's a small picture D: See if I understand (: Thanks in advance!
  5. P

    Bomb in PZ

    Hi! I have this script for bomb (granade) local area = createCombatArea{ {0, 1, 1, 1, 0}, {1, 1, 1, 1, 1}, {1, 1, 3, 1, 1}, {1, 1, 1, 1, 1}, {0, 1, 1, 1, 0} } function onUse(cid, item, frompos, itemEx, toPosition) local configs = { sec = 5, -- segundos para explodir typex = COMBAT_FIREDAMAGE, --...
Back
Top