Leic Posted April 9, 2018 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
0 Emistry Posted April 9, 2018 Posted April 9, 2018 if (BaseLevel < 99){ } else if (Class == JOB_SUMMONER) { // mes "Summoner cant use"; } else { } 1 Quote
0 Emistry Posted April 9, 2018 Posted April 9, 2018 Wrong section. Moved to "Scripting Support". Quote
0 Leic Posted April 9, 2018 Author 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
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...
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.