Subzero Posted July 12, 2018 Posted July 12, 2018 (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 July 12, 2018 by Subzero Quote
0 MukkiesftKies Posted July 12, 2018 Posted July 12, 2018 (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 July 12, 2018 by MukkiesftKies Quote
Question
Subzero
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 Subzero1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.