Jump to content
  • 0
Sign in to follow this  
Black Box

id increase the skills of homunculu

Question

Hello guys today I have a problem in adding custom skills for homunculus. The ids of the ability of the homunculus begins 8001 and ends 8043. I added a custom skill with id 8044 placing this custom skill in homun_skill_tree.txt and it worked 100%, but when I add another custom skill in homun_skill_tree.txt with id 8045 does not she appears. Strongly suspect that the emulator has a limit on the ids of the homunculus skills. I would like to know how to increase this number id so I can add more custom skill for homunculus...

 

I have tried to increase in:

src -> common -> mmo.h

 

#define MAX_HOMUNSKILL 80 // original 43

 

// but failed to appear for skill was without the homunculu

 

tried in:

 

#define HM_SKILLRANGEMIN 755 //750 original
#define HM_SKILLRANGEMAX HM_SKILLRANGEMIN + MAX_HOMUNSKILL
#define MC_SKILLRANGEMIN HM_SKILLRANGEMAX + 1
//but failed to appear for skill was without the homunculu
 
Can someone help me?
Edited by Jolteo

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.