Jump to content

Question

4 answers to this question

Recommended Posts

Posted

This is the script? in what coordinates will I change?

mora,127,112,3 script Ultimate PvP Warper 807,{

cutin "squall",2;

switch(select("PVP for 3rd Job ["+getmapusers("pvp_y_1-2")+"]:PVP for Trans ["+getmapusers("pvp_y_1-2")+"]:PVP for Babies ["+getmapusers("pvp_y_1-2")+"]:Info")) {

Case 1:

if ( Upper != 1 ){

mes "You are not 3rd Job Class , so you cant enter.";

close;

}

warp "pvp_y_1-2",0,0;

close;

Case 2:

if ( Upper < 5 ){

mes "You are not Trans Job , so you cant enter.";

close;

}

warp "pvp_y_1-2",0,0;

close;

Case 3:

if ( Upper != 2 || Upper != 6 ){

mes "You are not Baby Class , so you cant enter.";

close;

}

warp "pvp_y_1-2",0,0;

close;

Case 4:

mes "The PvP Room is free for all wants to fight each other,";

cutin "",255;

close;

}

OnInit:

waitingroom "PvP Warper ",0;

end;

}

//PvP for Trans - 3rd jobs cannot enter

//PvP for 3rd jobs - 3rd job can enter

//PvP for babies - 3rd and trans job cannot enter i mean totally for babies sir.

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...