erryngok Posted February 1, 2016 Posted February 1, 2016 Anyone have instant nidhogg ? example. NPC that warped player to map quiz for hunting Nidhoggur shadow.. and only party can go there . And the warper open every 2 hours. thanks. and sorry my bad english . Quote
0 PandaLovesHamster Posted February 1, 2016 Posted February 1, 2016 Took a shot. Let me know if it works or not. Not tested. - script Nydhoggr -1,{ OnInit: .Map$,"quiz_02"; if (mobcount(.Map$,"Nydhoggr::OnNydKill") > 0){ killmonster .Map$,"Nydhoggr::OnNydKill"; } hideonnpc "Nydhoggr Keeper"; end; OnClock0000: OnClock0200: OnClock0400: OnClock0600: OnClock0800: OnClock1000: OnClock1200: OnClock1400: OnClock1600: OnClock1800: OnClock2000: OnClock2200: hideoffnpc "Nydhoggr Keeper"; monster .Map$,60,345,"Nydhoggr",2022,strnpcinfo(0)+"::OnNydKill"; OnNydKill: announce strcharinfo(0)+" has slain the mighty dragon!",0; hideonnpc "Nydhoggr Keeper"; end; } prontera,170,180,5 script Nydhoggr Keeper 123,{ warp "quiz_02",60,345; end; } Quote
Question
erryngok
Anyone have instant nidhogg ?
example. NPC that warped player to map quiz for hunting Nidhoggur shadow.. and only party can go there . And the warper open every 2 hours.
thanks. and sorry my bad english .
1 answer 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.