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.
actionMost = 1500
actionWoda = 1501
teleport = {x=1, y=1, z=6}
function onStepin(cid, item, position, lastpos, frompos, topos, aktor)
if isPlayer(cid) then
if item.actionid == actionMost then
doMoveCreature(cid, 1)
return true
elseif item.actionid == actionWoda then
doTeleportThing(cid, teleport, false)
return true
end
end
return true
end
<movevent type="StepIn" actionid="1500" event="script" value="most.lua"/>
<movevent type="StepIn" actionid="1501" event="script" value="most.lua"/>
[Warning - Event::loadScript] Event onStepIn not found (data/movements/scripts/m
ost.lua)
[Warning - Event::loadScript] Event onStepIn not found (data/movements/scripts/m
ost.lua)
actionMost = 1500
actionWoda = 1501
teleport = {x=1, y=1, z=6}
function onStepIn(cid, item, position, lastpos, frompos, topos, aktor)
if isPlayer(cid) then
if item.actionid == actionMost then
doMoveCreature(cid, 1)
return true
elseif item.actionid == actionWoda then
doTeleportThing(cid, teleport, false)
return true
end
end
return true
end

| Notka moderatorska: |
| + |