Jump to content
  • 0

[R] PVP npc


Question

2 answers to this question

Recommended Posts

Posted

try this

prontera,155,181,5 script Sample 757,{
mes "Choose your Destination";
switch( select("Solo PVP:Party PVP:Baby PVP") ){
Case 1:
 if( getmapusers("pvp_n_1-1") >= 2 ){
  mes "Room Full.";
  break;
 }else{
  warp "pvp_n_1-1",0,0;
  end;
 }
Case 2:
 if( !getcharid(1) ){
  mes "You didnt have Party";
  break;
 }else{
  warp "pvp_n_1-2",0,0;
  end;
 }
Case 3:
 if( Upper != 2 && Upper != 6 ){
  mes "You are not Baby Class";
  break;
 }else{
  warp "pvp_n_1-3",0,0;
  end;
 }
}
close;
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...