magicman Posted May 22, 2015 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 04/12/13 Last Seen: June 6, 2015 Share Posted May 22, 2015 I noticed there is no PvP warper included in the standard rA configuration. Which PvP warper is the most widely used one? Is there one specific kind everybody uses? Cheers, magicman Quote Link to comment Share on other sites More sharing options...
Garkor Posted May 22, 2015 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 69 Reputation: 3 Joined: 09/04/14 Last Seen: July 23, 2015 Share Posted May 22, 2015 (edited) rAthena doesn't have any pvp warper by default but at the board you can download a lot of pvp warper or else you can create it by yourself. Its very easy if you dont need some special things. map,x,y,4 script PvP Warper 411,{ set .@mes$,"[^777777PvP Warper^000000]"; mes .@mes$; switch(select("Room 1","Room 2","Room 3","Cancel")){ case 1: close2; warp "pvp_y_1-1",119,84; end; case 2: close2; warp "pvp_y_1-2",119,84; end; case 3: close2; warp "pvp_y_1-3",119,84; end; case 4: close; } } I hope it can help you a lot. Best regards, Garkor Edited May 22, 2015 by Garkor Quote Link to comment Share on other sites More sharing options...
magicman Posted May 22, 2015 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 04/12/13 Last Seen: June 6, 2015 Author Share Posted May 22, 2015 Wrong synthax and doesn't show up... Quote Link to comment Share on other sites More sharing options...
Shiodevs Posted May 23, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/12/13 Last Seen: February 23, 2017 Share Posted May 23, 2015 https://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/ Quote Link to comment Share on other sites More sharing options...
magicman Posted May 23, 2015 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 04/12/13 Last Seen: June 6, 2015 Author Share Posted May 23, 2015 https://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/ I need a more simple one... Quote Link to comment Share on other sites More sharing options...
Kurofly Posted May 23, 2015 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 283 Reputation: 31 Joined: 07/08/14 Last Seen: January 15, 2022 Share Posted May 23, 2015 prontera,155,155,4 script PvP Warper 411,{ set .@mes$,"[^777777PvP Warper^000000]"; mes .@mes$; switch(select("Room 1","Room 2","Room 3","Cancel")){ case 1: close2; warp "pvp_y_1-1",119,84; end; case 2: close2; warp "pvp_y_1-2",119,84; end; case 3: close2; warp "pvp_y_1-3",119,84; end; case 4: close; } } It's just a tab error. But this is really basic, not very funny.. Quote Link to comment Share on other sites More sharing options...
Shiodevs Posted May 23, 2015 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/12/13 Last Seen: February 23, 2017 Share Posted May 23, 2015 prontera,165,197,3 script PvP Warper 97,{ mes "[PvP Warper]"; mes "Hello, Would you like to PvP?."; menu "Bring it on!",L_Yes,"No Thanks.",L_No; L_Yes: mes "[PvP Warper]"; mes "Which PvP Arena do you want to enter?"; menu "PvP Arena 1 [" + getmapusers("guild_vs3") + " / 50]",L1, "PvP Arena 2 [" + getmapusers("guild_vs5") + " / 50]",L2, "PvP Free For All [" + getmapusers("pvp_y_1-2") + " / 50]",L3; L1: if (getmapusers("guild_vs3") > 49) goto Lsorry; warp "guild_vs3",0,0; close; L2: if (getmapusers("guild_vs5") > 49) goto Lsorry; warp "guild_vs5",0,0; close; L3: if (getmapusers("pvp_y_1-2") > 49) goto Lsorry; warp "pvp_y_1-2",0,0; close; Lsorry: mes "[PvP Warper]"; mes "Sorry but this PvP Arena is full, maybe you could try another one."; close; L_No: close2; OnInit: delwaitingroom; waitingroom "PvP Warper",0; } //mapflags Quote Link to comment Share on other sites More sharing options...
Question
magicman
I noticed there is no PvP warper included in the standard rA configuration.
Which PvP warper is the most widely used one?
Is there one specific kind everybody uses?
Cheers,
magicman
Link to comment
Share on other sites
6 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.