I create a custom skill for homunculus and work correctly with id 8044. The problem is that with id 8045 forth, the skills not are shown in tree of skills of homunculus.
I went on src/common/mmo.h and changed of:
#define MAX_HOMUNSKILL 43
for:
#define MAX_HOMUNSKILL 48
Not generated none erro in the compilation nor in emulator but even so the skill no is showed. I would like to know if exist something to do for increase this limit.