Dev Yhams Posted March 11, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 LearningRO Posted March 11, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Dev Yhams Posted March 11, 2021 Author Share 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: [email protected] = eaclass(); if(Baselevel <80 && Class != [email protected]&EAJL_UPPER ) { Mes "You can't enter this room"; close; } warp "Prontera",110,110; end; case 2: [email protected] = eaclass(); if(Baselevel <50 && @eac&(EAJL_UPPER) ) { Mes "You can't enter this room"; close; } warp "prontera",100,100; end; } Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites