Jump to content
  • 0

Instant nidhogg quest


erryngok

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  01/07/16
  • Last Seen:  

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 . :)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  452
  • Reputation:   33
  • Joined:  12/18/14
  • Last Seen:  

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;
}
Link to comment
Share on other sites

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.

×
×
  • Create New...