Follow along with the video below to see how to install our site as a web app on your home screen.
Notka: This feature may not be available in some browsers.
function onStepIn(cid, item, posotion, fromPosition)
if(item.actionid == [color=green]1234[/color]) then
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
doTeleportThing(cid, {x=1027,y=929,z=7})
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
return true
end
return true
end
function onStepIn(cid, item, fromPosition, toPosition)
local newPosition = {x=711, y=565, z=7}
local tmp = getCreaturePosition(cid)
if item.actionid == 8017 then
if isPlayer(cid) == TRUE then
doSendMagicEffect(tmp, CONST_ME_POFF)
doTeleportThing(cid, newPosition, TRUE)
doSendMagicEffect(newPosition, CONST_ME_TELEPORT)
doPlayerSendTextMessage(cid,MESSAGE_INFO_DESCR, "TEXT.")
else
return FALSE
end
end
return TRUE
end
function onStepIn(cid, item, posotion, fromPosition)
if(item.actionid == 7413) then
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
doTeleportThing(cid, {x=1391,y=1758,z=7})
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
return true
end
return true
end
<movevent type="StepIn" actionid="7413" event="script" value="sqmtp.lua"/>

doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT)
return true
function onStepIn(cid, item, frompos, item2, topos)
playerpos = getPlayerPosition(cid)
novapos = {x=461, y=1374, z=8}
if item.actionid == 10241 then
getThingfromPos(playerpos)
doSendMagicEffect(playerpos,2)
doTeleportThing(cid,novapos)
doSendMagicEffect(novapos,10)
end
end

<movevent [COLOR="Lime"]type=[/COLOR]"StepIn" uniqueid="46009" [COLOR="#00ff00"]event="script" value="[/COLOR]DOQ/DOQYell.lua" />
Te rzeczy uleg?y zmianie. Powodzenia.