Jump to content
  • 0
uzami

Event starts when change job

Question

I'm trying to make a event who trigers when a character changes his JobClass

like this:

 

-    script    Mail#004    -1,{
    OnPCStatCalcEvent:
    if(BaseJob == Job_Swordman && reward004 == 0) {
 
// my functions
 
        end;
    }
}

 

but, it's not working hahaha

any help? =)

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

There're few jobs. And people get it through NPC. So, easiest way - is to add "donpcevent" in that NPCs after jobchanging.

Edited by kenik

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.