Jump to content
  • 0

PVP Warper


awesomazingxed

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  10/24/14
  • Last Seen:  

First I would like to say Hi. 

 

Uhm. This is what I want. I have this working PVP warper. It works great. 

It has 3 selection menu [ Normal / 1v1 Champ / 1v1 Any Job ]

What I want is, in "1v1 Champ" and "1v1 Any Job" are only 2 players can be warp in that specific PVP Room. Plus, players can know if there's people in that pvp area. Something like this. 

 

Menu

  • Normal PVP (13)
  • 1v1 Champ (2)    or      (1)=if there's only 1 player in that map     or     (0)=if there's no people
  • 1v1 Any Job (2)    or      (1)=if there's only 1 player in that map     or     (0)=if there's no people

Plus in "1v1 Champ", only Champion class are enable to enter in that map. 

 

Plus in any area, when player entered, they will be automatically all buffs will be remove, except Agi / Bless + Foods. 

 

So yeah! Here's the script! Hopefully someone helps me and I'll thank you forever! 

phtownall,208,173,4	script	PVP Warper	580,{
mes "[ ^0065DFPVP Warper^000000 ]";
mes "Welcome To PVP Warper";
mes "I Can Help You Warp To PVP Room";
next;
mes "[ ^0065DFPVP Warper^000000 ]";
mes "You Ready?";
switch(select("Normal PVP:1v1 Champ:1v1 Any Class:No")) {
//switch(select("Yes:No")) {
case 1:
set zz_point,zz_point+1;
set my_point,zz_point;
//announce ""+ strcharinfo(0) +" Has Entered The PVP Room.." + zz_point + " Times ",bc_all; //announce and end
//announce ""+ strcharinfo(0) +" Has Entered The PVP Room",bc_all; //announce and end
warp "prt_pvp" ,0,0;
close;
end;
case 2:
set zz_point,zz_point+1;
set my_point,zz_point;
announce ""+ strcharinfo(0) +" Has Entered The PVP Room.." + zz_point + " Times ",bc_all; //announce and end
warp "ufc_pvp2" ,0,0;
close;
end;
case 3:
set zz_point,zz_point+1;
set my_point,zz_point;
announce ""+ strcharinfo(0) +" Has Entered The PVP Room.." + zz_point + " Times ",bc_all; //announce and end
warp "ufc_pvp3" ,0,0;
close;
end;
case 5:
close;
}
OnInit:
initnpctimer;
end;

OnTimer1000:
delwaitingroom;
waitingroom "PVP Room - "+getmapusers("prt_pvp"),0;
initnpctimer;
end;

//OnInit:
//waitingroom "Pvp Room "+getmapusers("guild_vs3")+" Users.",0,0;
//end;
}

prt_pvp	mapflag	nosave
prt_pvp	mapflag	nowarp
prt_pvp	mapflag	nowarpto
prt_pvp	mapflag	noteleport
prt_pvp	mapflag	noreturn
prt_pvp	mapflag	nosave
prt_pvp	mapflag	nowarp
prt_pvp	mapflag	nowarpto
prt_pvp	mapflag	noteleport
prt_pvp	mapflag	noreturn
prt_pvp	mapflag	nosave
prt_pvp	mapflag	nowarp
prt_pvp	mapflag	pvp
prt_pvp	mapflag	nowarpto
prt_pvp	mapflag	noteleport
prt_pvp	mapflag	noreturn
prt_pvp	mapflag	nosave
prt_pvp	mapflag	nowarp
prt_pvp	mapflag	nowarpto
prt_pvp	mapflag	noteleport
prt_pvp	mapflag	noreturn


/kis


UP!  /pat

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...