• 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!

Solved Problem with citizen Teleports

Felipe93

Ghost Member
Joined
Mar 21, 2015
Messages
2,035
Solutions
9
Reaction score
357
Location
Chile
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
 
Last edited:
Back
Top