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:
#error GD_SKILLRANGEMAX is greater than 999 Could anyone please tell me how to edit this so that mercenarys are able to have player skills? Thank you in advance!
Question
Dori
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:
#error GD_SKILLRANGEMAX is greater than 999
Edited by PhenexCould anyone please tell me how to edit this so that mercenarys are able to have player skills? Thank you in advance!
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.