Jump to content
  • 0

Nidhogg quest custom


ADM Ytallo

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  98
  • Reputation:   3
  • Joined:  09/02/18
  • Last Seen:  

I need a script to take the players to Nidhogg's map and then I need the monster to come in every 4 hours

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

prontera,155,185,5	script	sdfskf	1_F_MARIA,{
	mes "do you want to go to Nighogg's map ?";
	next;
	if ( select( "Yes", "No" ) == 2 ) close;
	warp "2@nyd", 0,0;
	end;
OnHour0000:
OnHour0400:
OnHour0800:
OnHour1200:
OnHour1600:
OnHour2000:
	monster "2@nyd", 0,0, "monsters", 1002, 10, "";
	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...