Open this file..
/conf/mapflag/gvg.txt
Remove this line..
// GvG Arenas =============
guild_vs1 mapflag gvg
Change the Room Warper Script into this
prontera,142,168,5 script MVP Warper 101,{
mes "[ MVP Warper ]";
mes "I can warp you to the MVP Room,do you want to go there?";
next;
switch(select("Yes!:No!")) {
case 1:
if( getmapusers("guild_vs1") ){
mes "There is someone inside now..";
}else{
mes "[ MVP Warper ]";
mes "Okay I'm going to warp you.";
warp "guild_vs1",50,50;
}
close;
case 2:
mes "[ MVP Warper ]";
mes "Okay bye!";
close;
}
}