- script FSRS::fsr -1,{if ( select ( "warp now!", "nothing." ) == 2 ) close; if (getmapusers(.map$[0]) >= atoi(.map$[2])) { mes "[PVP Fight Square Reception Staff]"; mes "This map is currently full."; close; } announce "[ "+strcharinfo(0)+" ] has been join the battle!",0; warp .map$[0],0,0; end;OnInit: setarray .map$[0], "pvp_y_8-2", "Izlude", 128; waitingroom "PVP TAGISAN NG LAKAS",0; end;}//Fight Square Reception Staffaldebaran,146,172,4 duplicate(fsr) PVP#f1 685 // duplicate
- script FSRS::fsr -1,{if ( select ( "Warp to "+.map$[1]+" [ "+getmapusers(.map$[0])+" / "+.map$[2]+" ]", "nothing." ) == 2 ) close; if (getmapusers(.map$[0]) >= atoi(.map$[1])) { mes "[PVP Fight Square Reception Staff]"; mes "This map is currently full."; close; } announce "[ "+strcharinfo(0)+" ] has been join the battle!",0; while(1) { set .@x,rand(0,300); set .@y,rand(0,300); if( checkcell(.map$[0], .@x, .@y, cell_chkpass)) break; } warp .map$[0],.@x,.@y; end; OnInit: setarray .map$[0], "pvp_y_8-2", "Izlude", 128; waitingroom "PVP TAGISAN NG LAKAS",0; end;}//Fight Square Reception Staffaldebaran,146,172,4 duplicate(fsr) PVP#f1 100 // duplicate
We use essential cookies to make this site work, and optional cookies to enhance your experience.