Jump to content
  • 0
Sign in to follow this  
Vonn

How to add class

Question

I have a problem in this part of this mod, I would add Gunslinger, Ninja, Kagerou ,Oboro, Rebelion and Summoner  class. But I can not.

Resume all class

can anybody help me?

if (sd->inventory_data->script && sd->inventory_data->elv <= sd->status.base_level && (1 << sd->class_ & MAPID_BASEMASK) & sd->inventory_data->class_base[sd->class_ & JOBL_2_1 ? 1 : sd->class_ & JOBL_2_2 ? 2 : 0] && (1 << (sd->class_ & JOBL_UPPER ? 1 : sd->class_ & JOBL_BABY ? 2 : 0)) & sd->inventory_data->class_upper) {
            run_script(sd->inventory_data->script, 0, sd->bl.id, 0);
            if (!calculating)
                 return 1;

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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