Problem in limit of the id of the skills of homunculus.

Black Box

New member
Messages
42
Points
0
Location
In a distant land.
Emulator
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. 

 
Back
Top