Homunculus use the skills players

Cardinale

New member
Messages
19
Points
0
Github
cardinale
Good morning, I would like my homunculus to use the skills of players. EX: skill id = 1 to id = 40, that would be enough. but when I make changes to the SRC the emulator accuses some errors / warning. as in the print, it worked but the emulator accuses many errors.

mmo.h                                                     OBS: Client diff  "Enable Custom Homunculus Skills"

// Base Homun skill.
#ifndef HM_SKILLBASE
#define HM_SKILLBASE 1
#endif
#ifndef MAX_HOMUNSKILL
#define MAX_HOMUNSKILL 40
#endif

explicação.png

 
Last edited by a moderator:
Back
Top