Sir Shutter
Learning LUA
Rep++If you fix!
It's the blue teleport, you should go in then send that effect, and say Welcome to hawai, and the itemID is correct, Unique id also correct , and it should change ur temple position to that position in i checked everything, somthing wrong with the script, if someone can know I give him rep++
The Script
Code:
function onStepIn(cid, item, pos)
if item.uid == 2616 then
doPlayerSetTown(cid, 1)
doPlayerSendTextMessage(cid, 21, 'Welcome to Hawai!')
doSendMagicEffect({x=1026,y=400,z=7},13)
end
In the movements.xml
Code:
<movevent event="StepIn" itemid="1387" script="residence.lua"/>
-: More information :-
It's the blue teleport, you should go in then send that effect, and say Welcome to hawai, and the itemID is correct, Unique id also correct , and it should change ur temple position to that position in i checked everything, somthing wrong with the script, if someone can know I give him rep++