Jump to content
  • 0

Help Announce in PVP :)


Ronald

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  241
  • Reputation:   18
  • Joined:  06/04/14
  • Last Seen:  

//= 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"

 

Thank you guys. :)

 

 

Fixed already >.< Sorry please lock this thread.

Edited by Ronald
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2347
  • Joined:  10/28/11
  • Last Seen:  

above the warp

add this

announce strcharinfo(0)+" has joined PVP.",bc_all;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...