payon,168,234,4 script PvP Arena 1198,{
menu
"PvP [" + getmapusers("pvp_y_1-2.gat]") + " / 69]",L2,
//"^999999Royal Rumble [" + getmapusers("pvp_y_8-2.gat") + " / 69 ]^000000",L4,
//"PvP Baby ["+getmapusers("pvp_y_3-2")+ " / 100]",L3,
"^999999Novice Grounds [" + getmapusers("pvp_y_2-2") + " / 69]^000000",L6;
//"War of the Emperium",L5;
L2:
if ((getmapusers("pvp_y_1-2.gat") > 68)&&(getgmlevel() < 1)) goto Lsorry;
if ((class==Job_Novice_High)&&(getgmlevel() < 1)) goto Lnoob;
if (class==Super_Novice) goto Lnoob;
warp "pvp_y_1-2",0,0;
close;
L3:
if (getmapusers("pvp_y_3-2") > 60) callsub S_full;
if ((class < 4023) || (class > 4045) ) goto L_NotBaby;
warp "pvp_y_3-2",0,0;
close;
//L4:
//if ((getmapusers("pvp_y_8-2.gat") > 69)&&(getgmlevel() < 1)) goto Lsorry;
//if ((class==Job_Novice_High)&&(getgmlevel() < 1)) goto Lnoob;
//if (class==Super_Novice) goto Lnoob;
//warp "pvp_y_8-2.gat",0,0;
//close;
//L5:
//if (getmapusers("gefg_cast04.gat") > 69) goto Lsorry;
//warp "gefg_cas04",178,63;
//close;
L6:
if (getmapusers("pvp_y_2-2") > 99) callsub S_full;
if ((class!=Job_Novice_High)&&(getgmlevel() < 1)) goto Lnoob;
if (class==Super_Novice) goto Lsuno;
if (class < 4023 || class > 4045) goto L_NotBaby;
warp "pvp_y_2-2",0,0;
end;
L_NotBaby:
mes "Only baby can enter this room";
close;
Lsuno:
warp "new_1-1",160,101;
close;
L_Not:
mes "^FF000051~60 PvP Room^000000";
close;
Lsorry:
mes "[PvP Warper]";
mes "Sorry, The PvP Arena is Full.";
close;
Lnoob:
mes "[PvP Warper]";
mes "This place is ^FF0000RESTRICTED^000000 for your class.";
close;
L_No:
close;
set .@GID, GetCastleData("gefg_cas04",1);
OnRecvCastleG04:
FlagEmblem GetCastleData("gefg_cas04",1);
end;
S_full:
mes " ";
mes "I'm sorry, this arena is full. Please try again later...";
close;
// items not allowed in PVP NoPotion
setarray .NoPotion_ids[0], 607, 608;
// items not allowed in Non Donator PVP
setarray .NoDonator_ids[0], 2410, 1530, 607, 608;
end;
}
// -- Mapflags
pvp_y_1-2 mapflag nobranch
hello. im using this script for my PVP room. but i want to change the map to prt_are01 how to do it? only 1 pvp room is open here. the red txt on the top. and how to remove the npc on that map. prt_are01.
Question
AllHailToTheKing
hello. im using this script for my PVP room. but i want to change the map to prt_are01 how to do it? only 1 pvp room is open here. the red txt on the top. and how to remove the npc on that map. prt_are01.
Thanks you.
Edited by AllHailToTheKing7 answers 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.