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
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
tried in:
Edited by JolteoShare this post
Link to post
Share on other sites