Jump to content
  • 0

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


Question

Posted (edited)

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

1 answer to this question

Recommended Posts

  • 0
Posted (edited)
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

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