Leic Posted April 9, 2018 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 48 Reputation: 0 Joined: 02/27/18 Last Seen: May 3, 2018 Share Posted April 9, 2018 (edited) set @eac, eaclass(); if (BaseLevel < 125) && (!(@eac&EAJL_UPPER)) && (!(@eac&EAJL_THIRD)) && (!(@eac&EAJL_BABY)) { mes "[Event Manager]"; mes "Sorry, Only a level 175 3rd job (transcended) can claim the reward !"; close; } is my condition correct? Edited April 9, 2018 by Leic Quote Link to comment Share on other sites More sharing options...
0 Leic Posted April 9, 2018 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 48 Reputation: 0 Joined: 02/27/18 Last Seen: May 3, 2018 Author Share Posted April 9, 2018 nvm solved it already Quote Link to comment Share on other sites More sharing options...
Question
Leic
set @eac, eaclass(); if (BaseLevel < 125) && (!(@eac&EAJL_UPPER)) && (!(@eac&EAJL_THIRD)) && (!(@eac&EAJL_BABY)) { mes "[Event Manager]"; mes "Sorry, Only a level 175 3rd job (transcended) can claim the reward !"; close; }
is my condition correct?
Edited by LeicLink to comment
Share on other sites
1 answer 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.