I was wondering if anyone could shed some light on this for me. I'm trying to make Mercenary be able to use player skills. So I changed the following in mmo.h //Mercenary System #define MC_SKILLBASE 0 #define MAX_MERCSKILL 5020 #define MAX_MERCENARY_CLASS 500 But I get this following error:
skill.c:57:3: error: #error GD_SKILLRANGEMAX is greater than 999 Also, why is it that mercenary have their own separate skills instead of using player skills? Could anyone please tell me how to edit this so that mercenarys are able to have player skills? Thank you in advance!
Hi,
I was wondering if anyone could shed some light on this for me.
I'm trying to make Mercenary be able to use player skills. So I changed the following in mmo.h
//Mercenary System
#define MC_SKILLBASE 0
#define MAX_MERCSKILL 5020
#define MAX_MERCENARY_CLASS 500
But I get this following error:
skill.c:57:3: error: #error GD_SKILLRANGEMAX is greater than 999
Also, why is it that mercenary have their own separate skills instead of using player skills?
Could anyone please tell me how to edit this so that mercenarys are able to have player skills? Thank you in advance!
Share this post
Link to post
Share on other sites