Jump to content
  • 0

SHARE newest pvp :D


kenta212

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  11/26/13
  • Last Seen:  

anyone? :D please? thanks i really appreciate it!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   20
  • Joined:  02/05/13
  • Last Seen:  

Here's and old script i used to use. 

 

prontera,164,195,5	script	PvP Warper	468,{

mes "[^0055FFPvP Warper^000000]";
mes "Do you want to enter the PvP Rooms and battle your enemies?";
menu "Sure, Let's go!",L_Yes,"No thanks, I'm not ready yet.",L_No;

L_Yes:
mes "[^0055FFPvP Warper^000000]";
mes "Which PvP Arena do you want to enter?";
menu	"PvP Sandwich [" + getmapusers("pvp_n_1-1") + " / 20]",L1,
	"PvP Izlude [" + getmapusers("pvp_y_1-2") + " / 20]",L2,
	"PvP Arena [" + getmapusers("guild_vs3") + " / 20]",L3,
	"PvP Free For All [" + getmapusers("pvp_y_2-2") + " / 20]",L4,
	"PvP Third Job [" + getmapusers("guild_vs4") + " / 20]",L5;	

L1:
if (getmapusers("guild_vs2") > 20) goto Lsorry;
warp "pvp_n_1-1",0,0;
close;

L2:
if (getmapusers("guild_vs3") > 20) goto Lsorry;
warp "pvp_y_1-1",0,0;
close;

L3:
if (getmapusers("guild_vs4") > 20) goto Lsorry;
warp "guild_vs3",0,0;
close;

L4:
if (getmapusers("guild_vs4") > 20) goto Lsorry;
warp "pvp_y_2-2",0,0;
close;

L5:
if (getmapusers("guild_vs4") > 20) goto Lsorry;
warp "guild_vs4",0,0;
close;

Lsorry:
mes "[^0055FFPvP Warper^000000]";
mes "Sorry but this PvP Arena is full, Please select another PvP Room";
close;

L_No:
close;

}
Edited by Shio Devs
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   3
  • Joined:  07/12/12
  • Last Seen:  

This ones in the script releases, why not check there?

 

http://rathena.org/board/topic/84798-stolaos-pvp-ladder-v100/

 

There is nothing really new or innovative about pvp scripts anymore, lots has already been done.

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