Jump to content
  • 0

Chekquest at exact time not working


Question

Posted

Hi.
I have noticed that quest quest that have a specific time to finish does not work ... they are reset instantly.
Does anyone know why it is?

For example:
15115,00:00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Brides and Jays"

 

	switch(checkquest(15115,PLAYTIME)){
		case -1:
			classchange( 10035, "Jays#illusionfrozen", bc_self );
			classchange( 10036, "Brides#illusionfrozen", bc_self );
			break;
		case 0:
		case 1:
			classchange( HIDDEN_WARP_NPC, "Jays#illusionfrozen", bc_self );
			classchange( HIDDEN_WARP_NPC, "Brides#illusionfrozen", bc_self );
			break;
		case 2:
			erasequest 15115;
			set IllusionFrozen,0;
			classchange( 10035, "Jays#illusionfrozen", bc_self );
			classchange( 10036, "Brides#illusionfrozen", bc_self );
			break;
	}

 

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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