Jump to content
  • 0

help me add pvp solo only enable 8pm-9pm


Subzero

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

can anyone help me put another 1 pvp solo but player only can entered 8pm-9pm map using pvp_y_1-2

here my current script

and its is possible make npc count on 2 map?

waitingroom "PVP : "+getmapusers("pvp_y_6-2")+" Users",0; i want add another 1 pvp solo pvp_y_1-2
 

https://pastebin.com/VhpLjKTC

Edited by Subzero
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   7
  • Joined:  03/13/12
  • Last Seen:  

Quote

can anyone help me put another 1 pvp solo but player only can entered 8pm-9pm map using pvp_y_1-2


you can try this 

 

-	script	8to9pm	-1,{

OnClock2000:
set $@StartNow,1;
end;

OnClock2100:       
set $@StartNow,0;
end;
}

prontera,150,150,4	script	Player vs Player	871,{
mes "[PvP Warper]";
mes "Which arena do you want to go to?";
switch(select("PVP SOLO["+getmapusers("pvp_y_1-2")+"]")){
	case 1:
	if($@StartNow) {
	if( getmapusers( "pvp_y_1-2" ) > 1) goto L_Full;
		next;
		warp "pvp_y_1-2",0,0;
		end;
		}else{
		next;
		mes"8PM TO 9PM ONLY";
		end;
		}

L_Full:
	mes "Room Full, Please wait";
	end;
		}
		}

 

Edited by MukkiesftKies
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...