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

    Parcel of item

    Hi. I have code: doCreateItem(2595, 1, {x=999, y=997, z=5}) and how move up to (parcel) the item?
  2. N

    Teleport from position

    Hi, I have code: function wyrzuc(cid) if(getTileItemById({x=996, y=997, z=5}, 2696).itemid == 2696) then if(getTopCreature({x=996, y=995, z=5})) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Niestety, przegrales :(") end end end and How to move a player from...
  3. N

    getPlayerPosition

    Hi, 1. I have: getPlayerPosition(cid) and how to check if a player is in position? 2. I have code: if(getTileItemById({x=996, y=997, z=5}, 2696)) then doBroadcastMessage("asg!", MESSAGE_EVENT_ADVANCE) end And how to check whether the item lies with id 2696. ___ Sorry for my...
  4. N

    Spell to rebirth

    Hi, I have http://otland.net/f82/rebirth-system-free-149821/ I wanted make spell for 5 rebirth but I don't know how it's make :( Can someone write the code? ___ Sorry for my english :(.
  5. N

    Items drop on line

    Hello. I have code: -- Rain item Events created by Maniucza (c) -- local fromPos = {x=996, y=998, z=6} local toPos = {x=1004, y=998, z=6} local items = {{2667,1}, {2679,1}, {2671,1}, {2696,1}, {2689,1}} local maxItems = 20 function isWalkable(pos, creature...
Back
Top