Felipe93
Ghost Member
Hello i got the avesta 7.4 with global map
When i walk ina teleport for to be citizen of example venore the server crashes
and i thais make a bug that made player get cloned
all the coder are similar what could be error?
script C:\Users\ClAUI\Desktop\Avesta OS(perfect)\data\movements\scripts\town
-Example change voc and masterpos--
function onStepIn(cid, item, pos)
if item.actionid==50101 then
newpos = {x=32369, y=32241, z=7}
doPlayerSetTown(cid, 4)
doPlayerSendTextMessage(cid,22,"You have changed your residence to Thais")
doTeleportThing(cid,newpos)
doSendMagicEffect(newpos,12)
return 1
end
end
When i walk ina teleport for to be citizen of example venore the server crashes
and i thais make a bug that made player get cloned
all the coder are similar what could be error?
script C:\Users\ClAUI\Desktop\Avesta OS(perfect)\data\movements\scripts\town
-Example change voc and masterpos--
function onStepIn(cid, item, pos)
if item.actionid==50101 then
newpos = {x=32369, y=32241, z=7}
doPlayerSetTown(cid, 4)
doPlayerSendTextMessage(cid,22,"You have changed your residence to Thais")
doTeleportThing(cid,newpos)
doSendMagicEffect(newpos,12)
return 1
end
end
Last edited: