Currently Posted January 21, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted January 21, 2014 case 3: if (!(@eac&EAJL_2) || @eac&EAJL_UPPER || BaseClass == Job_Ninja || BaseClass == Job_Gunslinger || BaseClass == Job_Soul_Linker || BaseClass == Job_Star_Gladiator || Job_Taekwon || Job_Super_Novice) goto L_sorry2; announce "A player wants to fight in the First Class PvP Arena!!",bc_blue|bc_all; Help please! Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 21, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted January 21, 2014 if (roclass(eaclass()&EAJ_UPPERMASK) == BaseClass) {} // 1-1 jobs only if (Class == BaseClass) {} // 1-1 normal jobs (excluding advanced/baby) only Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 21, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted January 21, 2014 (edited) prontera,158,185,5 script jdfhksdjf 100,{ if ( !(eaclass() & 0xF00) || BaseJob == Job_SuperNovice ) // 1-1 jobs only + super novice dispbottom "yes"; else dispbottom "no"; end; }not sure why you run through so many commands xDEDIT: forgot about super novice however, I think star gladiator and soul linker SHOULD belongs to 2nd class .. Edited January 21, 2014 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
Question
Currently
Help please!
Link to comment
Share on other sites
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.