Dev Yhams Posted March 11, 2021 Posted March 11, 2021 how to do the pvp of 2 rom but the 1 room is only for lvl 80 and above trans and the other for the first job lvl 50 and above can only enter PLEASE HELP ME THANK YOU Quote
0 LearningRO Posted March 11, 2021 Posted March 11, 2021 prontera,123,123,3 script pvp 99,{ mes "Choose one"; switch(select("Trans:First"){ case 1: .@eac = eaclass(); if(Baselevel <80 && Class != .@eac&EAJL_UPPER ) { Mes "You can't enter this room"; close; } warp "map",0,0; end; case 2: .@eac = eaclass(); if(Baselevel <50 && @eac&(EAJL_UPPER) ) { Mes "You can't enter this room"; close; } warp "map",0,0; end; } Try this im not test it Quote
0 Dev Yhams Posted March 11, 2021 Author Posted March 11, 2021 she is not show on prontera i try this prontera,156,172,3 script pvp 612,{ mes "Choose one"; switch(select("Trans:First"){ case 1: .@eac = eaclass(); if(Baselevel <80 && Class != .@eac&EAJL_UPPER ) { Mes "You can't enter this room"; close; } warp "Prontera",110,110; end; case 2: .@eac = eaclass(); if(Baselevel <50 && @eac&(EAJL_UPPER) ) { Mes "You can't enter this room"; close; } warp "prontera",100,100; end; } Quote
Question
Dev Yhams
how to do the pvp of 2 rom but the 1 room is only for lvl 80 and above trans and the other for the first job lvl 50 and above can only enter
PLEASE HELP ME THANK YOU
2 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.