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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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