Jump to content
  • 0

script problem or?


Natsu Dragneel

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   1
  • Joined:  12/27/11
  • Last Seen:  

When I used a pvp script that will warp me in izlude I'm always warp on those invalid coordinates? How do I fix this? Is this script problem?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  713
  • Reputation:   71
  • Joined:  11/08/11
  • Last Seen:  

change the coordinates in the script since the map got changed

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   1
  • Joined:  12/27/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1132
  • Joined:  05/27/12
  • Last Seen:  

0,0 = random coordinates

You probably just need to update your kRO.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   1
  • Joined:  12/27/11
  • Last Seen:  

0,0 = random coordinates

You probably just need to update your kRO.

maybe I really need to update it. thank you again!

Edited by Natsu Dragneel
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...