//= PvP
//===== By: ==================================================
//= Destinee~
//===== Description: =========================================
//= A basic PVP script.
//===== Additional Comments: =================================
//= Dont copyright this and claiming that you've made this. Use it only for your own server.
//============================================================
prontera,164,174,4 script Ultimate PvP Warper 796,{
mes "[PvP Warper]";
mes "You have ^FF0000"+#CASHPOINTS+" Cash Points^000000.";
mes "Do you want to warp to the PvP Arena and fight your enemies?";
menu "Sure, Bring it on!",L_Yes,"Nah, I'm not ready yet.",L_No;
L_Yes:
mes "[PvP Warper]";
mes "Which PvP Arena do you want to enter?";
menu "PVP.1 With Costume Equip [" + getmapusers("pvp_y_1-2.gat") + " / 20]",L1,
"PVP.2 No Donate , Costume [" + getmapusers("guild_vs3.gat") + " / 30]",L2;
L1:
if (getmapusers("pvp_y_1-2.gat") > 99) goto Lsorry;
warp "pvp_y_1-2",0,0;
close;
L2:
if (getmapusers("guild_vs3.gat") > 99) goto Lsorry;
warp "guild_vs3",0,0;
close;
Lsorry:
mes "[PvP Warper]";
mes "Sorry but this PvP Arena is full, maybe you could try another one.";
close;
L_No:
close;
OnInit:
end;
}
// == Mapflags
guild_vs2 mapflag loadevent
guild_vs2 mapflag loadevent
guild_vs2 mapflag nowarp
guild_vs2 mapflag nowarpto
guild_vs2 mapflag noteleport
guild_vs2 mapflag nosave
guild_vs2 mapflag nomemo
guild_vs2 mapflag nobranch
guild_vs2 mapflag nogo
guild_vs2 mapflag nodrop
guild_vs2 mapflag nocommand
pvp_y_1-2 mapflag nowarp
pvp_y_1-2 mapflag noteleport
pvp_y_1-2 mapflag nomemo
pvp_y_1-2 mapflag nogo
pvp_y_1-2 mapflag nodrop
pvp_y_1-2 mapflag nosave
pvp_y_1-2 mapflag nobranch
As you can see this is a working PVP. But I want it to put in a way that if a Player enters this PvP room it will say "Playername" has entered "PVP Map"
Question
Ronald
As you can see this is a working PVP. But I want it to put in a way that if a Player enters this PvP room it will say "Playername" has entered "PVP Map"
Thank you guys.
Fixed already >.< Sorry please lock this thread.
Edited by Ronald1 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.