Jump to content
  • 0

Instant nidhogg quest


Question

Posted

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

  • 0
Posted

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;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...