Event starts when change job

uzami

New member
Messages
21
Points
0
Github
Uzami
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? =)

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

 
Last edited by a moderator:
Back
Top