Anyone can edit this script to every 2 hours it will announce that the event is starteD and you will talk in npc in prontera then it will warp you in nov_02 map. auto summon 50 porings, after the 50 porings get killeD all the players will automatically warp in prontera.
- script PoringEvent -1,{
OnClock0000:
OnClock0200:
OnClock0400:
OnClock0600:
OnClock0800:
OnClock1000:
OnClock1200:
OnClock1400:
OnClock1600:
OnClock1800:
OnClock2000:
OnClock2200:
monster "prontera",0,0,"Poring",1725,50,strnpcinfo(3)+"::OnPoringDead";
announce "A special poring has spawned in Prontera!",0;
end;
OnPoringDead:
announce strcharinfo(0)+" has killed the Poring!",0;
end;
}
Question
Morigansan
Anyone can edit this script to every 2 hours it will announce that the event is starteD and you will talk in npc in prontera then it will warp you in nov_02 map. auto summon 50 porings, after the 50 porings get killeD all the players will automatically warp in prontera.
Edited by Morigansan4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.