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

    Solved StepIn Error

    I scripted this thingy and problem is with the function yea. already fixed a while ago but he did not login his main acc :o function onStepIn(cid, item, fromPosition, position, itemEx, toPosition) if item.actionid == 7795 then doTeleportThing(cid, {x=0,y=0,z=0}) elseif item.actionid ==...
  2. Cyro

    requesting easy script

    -- Annihilator by Shawak v2.1 -- CONFIG -- local room = { -- room with demons fromX = 33217, fromY = 31655, fromZ = 13, -------------- toX = 33224, toY = 31663, toZ = 13 } local monster_pos = {...
  3. Cyro

    Action Damons' Scripting Corner :)

    Gogo Damon btw, function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 5000) == 1 then doPlayerSetSex(cid, newSex) end end this should be like function onSay(cid, words, param) if getPlayerSex(cid) == PLAYERSEX_FEMALE and getPlayerMoney(cid) => 5000 then doPlayerRemoveMoney(cid...
  4. Cyro

    [CREATURESCRIPT] onPrepareDeath 2.0.14

    local orlend = { EXIT_POS = {x=1280,y=686,z=9} -- the position the player will get teleported to. from_pos = {x=1,y=1,z=1} -- south west corner. to_pos = {x=1,y=1,z=1} -- north east corner. } function onKill(cid, target) if isInRange(getCreaturePosition(target), orlend.from_pos...
Back
Top