Can anyone Help me with this? A Pub how many Players inside the PvP Room
Here's the Script
//===== rAthena Script =======================================
//= Untitle Script
//===== By: ==================================================
//= Zealock!
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena , eAthena
//===== Description: =========================================
//= PVP Warper
//============================================================
invek,157,169,4 script PvP Warper 651,{
mes "[ PVP Warper ]";
mes "Would You Like to Enter the Room?";
next;
menu "Yes, I'm Hunger for Blood",PatayanNa,"No, Too Lazy to Kill",No;
PatayanNa:
mes "[ PvP Warper ]";
mes "You Made the Right Choice!";
next;
mes "Let's Go!";
warp "guild_vs2",0,0;
L_All:
announce "[ PvP Warper ] Announcer: "+strcharinfo(0)+" has Enter the Room ",0;
close;
No:
mes "[ PvP Warper ]";
mes "Are you Scared?";
next;
mes "Come Back Again, if you already have the Guts!";
close;
}
// Mapflags
guild_vs2 mapflag nowarp
guild_vs2 mapflag nowarpto
guild_vs2 mapflag pvp on
guild_vs2 mapflag noteleport
guild_vs2 mapflag nosave SavePoint
Question
Yoona
Can anyone Help me with this? A Pub how many Players inside the PvP Room
Here's the Script
thanks !
Edited by Yoona2 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.