kenta212 Posted December 16, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 11/26/13 Last Seen: January 1, 2014 Share Posted December 16, 2013 anyone? please? thanks i really appreciate it! Quote Link to comment Share on other sites More sharing options...
Shio Devs Posted December 16, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 135 Reputation: 20 Joined: 02/05/13 Last Seen: August 24, 2014 Share Posted December 16, 2013 (edited) 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 December 16, 2013 by Shio Devs Quote Link to comment Share on other sites More sharing options...
PokemonRO Posted December 16, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 63 Reputation: 3 Joined: 07/12/12 Last Seen: December 30, 2013 Share Posted December 16, 2013 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. Quote Link to comment Share on other sites More sharing options...
Question
kenta212
anyone?
please? thanks i really appreciate it!
Link to comment
Share on other sites
2 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.