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

    hookshot

    said i find in my computer before..
  2. Sirion_Mido

    CreatureEvent Rebirth System , Rep++

    you need to put rebirth npc in map
  3. Sirion_Mido

    hookshot

    idiot... anyone close this third , go ninja close this theard
  4. Sirion_Mido

    hookshot

    gogo request? i am ready ...
  5. Sirion_Mido

    hookshot

    First: i didnt say i make that script bUSAHUasbu Second: I find this script in my computer , not searched for it Third: GO REQUEST A SCRIPT NOW AND I MAKE IT AT THE MOMENT , BUT DONT THINK ABOUT EVENT..
  6. Sirion_Mido

    hookshot

    Here We Are :) local reqActnId = 11111 -- Action id the hookshot will work on local maxDstnce = 15 -- Max hookshot stretch lenght (in SQ) function grappleAnim(parameters) if (parameters.counter == 10) then local fromPosition = getCreaturePosition(parameters.cid)...
  7. Sirion_Mido

    Storage Check, Teleport Script

    when you stepin x floor you need example: storage 5000 to get teleport to other place? . that what you want?
  8. Sirion_Mido

    Group Bug

    Here We Are :) <?xml version="1.0" encoding="UTF-8"?> <groups> <group id="1" name="Player"/> <group id="2" name="Tutor" flags="16809984" customFlags="2" access="1" violationReasons="4" nameViolationFlags="2"/> <group id="3" name="Senior Tutor" flags="68736352256" customFlags="14" access="2"...
  9. Sirion_Mido

    Need Script Addons Per Level

    my script , didnt work?
  10. Sirion_Mido

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    tell me it with simple plz i no understand much ;s
  11. Sirion_Mido

    Solved!

    Bro , it worked? , tested?
  12. Sirion_Mido

    Solved!

    i am think if item.uid == sirion.firstsqmuid then if item.uid == sirion.secondsqmuid then when 2 palyers stay in first uid and other player stay in second uid it will make the action :P
  13. Sirion_Mido

    Solved!

    Here We Are :) in your movements/scripts create file name siriontest.lua and paste the following: local sirion = { wallid = 1049, -- the wall id firstsqmuid = 425, -- first sqm Area uniqueid secondsqmuid = 426, -- second sqm Area uniqueid wallpos1 = {x=988, y=805...
  14. Sirion_Mido

    Need Script Addons Per Level

    try this one bro.. my theard for the script http://otland.net/f82/get-x-frag-reward-x-outfit-182265/
  15. Sirion_Mido

    Mountseller

    Here We Are :) this is my old theard for this script , use it , i forgot to post lib part here ;) http://otland.net/f83/mount-seller-x-items-165331/#post1594055 Rep++ If It Helpful For You
  16. Sirion_Mido

    Mountseller

    Here We Are :) <?xml version="1.0"?> <npc name="Mount Seller" script="data/npc/scripts/buymount.lua" walkinterval="1" floorchange="0"> <health now="100" max="100"/> <look type="335" head="0" body="88" legs="0" feet="0" addons="3" mount="379"/> <parameters> <parameter key="message_greet"...
  17. Sirion_Mido

    items teleport

    Edited cyko's script ... Here We Are local tpto = {x = 100, y = 100, z = 7} local itemid = 2148 function onStepIn(cid, item, position, fromPosition) if not(isPlayer(cid)) then return true end if doPlayerRemoveItem(cid,itemid,100) and getPlayerLevel(cid) >= 300 then doTeleportThing(cid...
  18. Sirion_Mido

    items teleport

    i am think too there nothing wrong in this script =P :P
  19. Sirion_Mido

    items teleport

    Well , try this :) 90% will work function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor) local tpos,v = {x=1000, y=1000, z=7},getThingPos(cid) local item = 2547 if doPlayerRemoveItem(cid, item, 100) and isPlayer(cid) then doTeleportThing(cid,tpos)...
  20. Sirion_Mido

    items teleport

    Try this :S function onStepIn(cid, item, fromPosition, itemEx, toPosition) local newPosition = {x=1000, y=1000, z=7} local item = 2548 if doPlayerRemoveItem(cid, item, 100) and isPlayer(cid) then getThingfromPos(fromPosition) doSendMagicEffect(fromPosition, CONST_ME_FIREAREA)...
Back
Top