Jump to content
  • 0

Question

Posted (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 by Leic

3 answers to this question

Recommended Posts

  • 0
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...