kenta212 Posted December 16, 2013 Posted December 16, 2013 anyone? please? thanks i really appreciate it! Quote
Shio Devs Posted December 16, 2013 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
PokemonRO Posted December 16, 2013 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
Question
kenta212
anyone?
please? thanks i really appreciate it!
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.