People sorry but my English is terrible.
When I transfer the folder movements to a previous version of the movements bug.
exemple:
my movements.xml
tag:
<movevent event="StepIn" uniqueid="65000" script="turtle1.lua"/>
the turtle1.lua file this way:
local nPos = {x=32359, y=32902, z=7}
function onStepIn(cid, item, pos)
if isPlayer(cid) == TRUE then
doTeleportThing(cid, nPos)
doSendMagicEffect(nPos, CONST_ME_ENERGYAREA)
end
return TRUE
end
and the map editor is showing the action of the turtle peg leg 65000 and the script does not work, or does not perform any action.
Need a script that works in Mystic Spirit 0.2.5 or 0.3.4 Crying in Damson.
Thank all.
When I transfer the folder movements to a previous version of the movements bug.
exemple:
my movements.xml
tag:
<movevent event="StepIn" uniqueid="65000" script="turtle1.lua"/>
the turtle1.lua file this way:
local nPos = {x=32359, y=32902, z=7}
function onStepIn(cid, item, pos)
if isPlayer(cid) == TRUE then
doTeleportThing(cid, nPos)
doSendMagicEffect(nPos, CONST_ME_ENERGYAREA)
end
return TRUE
end
and the map editor is showing the action of the turtle peg leg 65000 and the script does not work, or does not perform any action.
Need a script that works in Mystic Spirit 0.2.5 or 0.3.4 Crying in Damson.
Thank all.