Jump to content
  • 0

[R] PVP npc


Onitsuka

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  02/23/12
  • Last Seen:  

Request PvP NPC with solo pvp,party pvp n baby pvp

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  02/23/12
  • Last Seen:  

its work

thanx emistry

Link to comment
Share on other sites

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.

×
×
  • Create New...