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) is there a way of filtering doram class? ex. if doram = sorry your a summoner, only humans can do this... if novice(human) then script will continue... it's probably something like the level script... if (BaseLevel < 99) { mes "[Event Manager]"; mes "Sorry, Only a level 99 can do this"; close; } else { <the script> } Edited April 9, 2018 by Leic Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 9, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 9, 2018 if (BaseLevel < 99){ } else if (Class == JOB_SUMMONER) { // mes "Summoner cant use"; } else { } 1 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted April 9, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted April 9, 2018 Wrong section. Moved to "Scripting Support". 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 sorry for the wrong section. where can i find the JOB_ databases? i will make multiple conditions, however, i cannot find the JOB_ database nvm i got it. Quote Link to comment Share on other sites More sharing options...
Question
Leic
is there a way of filtering doram class?
ex. if doram = sorry your a summoner, only humans can do this... if novice(human) then script will continue...
it's probably something like the level script...
Link to comment
Share on other sites
3 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.