• 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!

Recent content by Na 5tyk

  1. N

    Parcel of item

    Ty but example please? Because doCreateItemEx(9778, 1) and create item in 1 parcel if is 30 parcel? Sorry for my english. - - - Updated - - - Czy jeżeli mam 30 parcelów to się zrobi w jednym czy we wszystkich?
  2. 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?
  3. N

    Need a script? Take a look here. :) [CorneX free scripting service]

    I need script how film: http://youtube.com/watch?client=mv-google&hl=pl&gl=PL&v=J7_8ayGVjpk&fulldescription=1 (If bad link, write form you tube "Serek Event Riveria")
  4. N

    Teleport from position

    Yes, Polish. OK. I wanted to if achieve that before the player is cheese it teleport him to temple. - - - Updated - - - My code: function won() if(getTileItemById({x=996, y=997, z=5}, 2696).itemid == 2696) then doBroadcastMessage("Ser!", MESSAGE_EVENT_ADVANCE)...
  5. N

    Teleport from position

    If a player is in front of me cheese it throws him to the temple (translate.google.com) I don't know what actionid.
  6. N

    Teleport from position

    Again this code does not work.
  7. N

    Teleport from position

    This code does not work. After the addition of doBroadcastMessage("Ser!", MESSAGE_EVENT_ADVANCE) after if(getTileItemById({x=996, y=997, z=5}, 2696).itemid == 2696) thenIt's OK. But This code does not work if(doTeleportThing(cid, pos)) then doPlayerSendTextMessage(cid...
  8. N

    Teleport from position

    but If a player is standing on {x = 996, y = 995, z = 5} is not I download cid Please example
  9. 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...
  10. N

    getPlayerPosition

    Ty :) You are my MASTER!
  11. 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...
  12. 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 :(.
  13. 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