I fixed the undeclarer problem to identify, now I have to fix this:
d: \ v15 \ Flyff Repack (v15) (rev3.1) \ Source \ SRC \ _Common \ Mover.h (1804): fatal error C1070: mismatched #if / # endif peer in file d: \ v15 \ flyff repack (v15) (rev3.1) \ source \ src \ _common \ mover.h '
there are the yew endif at the beginning and at the end i do not understand where it can come from ..
Can you help me on this one? I'm going v15 in v16, so I add the 3rd class
But line in mover:
Code:
#ifdef __3RD_LEGEND16 #define MAX_SKILL_JOB ( MAX_JOB_SKILL + MAX_EXPERT_SKILL + MAX_PRO_SKILL + MAX_MASTER_SKILL + MAX_HERO_SKILL + MAX_LEGEND_HERO_SKILL ) #else // __3RD_LEGEND16 #if __VER >= 10 // __LEGEND // 10차 전승시스템 Neuz, World, Trans #define MAX_SKILL_JOB ( MAX_JOB_SKILL + MAX_EXPERT_SKILL + MAX_PRO_SKILL + MAX_MASTER_SKILL + MAX_HERO_SKILL ) #else //__LEGEND // 10차 전승시스템 Neuz, World, Trans #define MAX_SKILL_JOB ( MAX_JOB_SKILL + MAX_EXPERT_SKILL + MAX_PRO_SKILL ) #endif //__LEGEND // 10차 전승시스템 Neuz, World, Trans #endif // __3RD_LEGEND16
Code:
#ifdef __3RD_LEGEND16 #define LEGEND_CLASS_LEGENDHERO 3 #endif // __3RD_LEGEND16
Code:
#if __VER >= 16 //__3RD_LEGEND16 BOOL IsLegendHero(); #endif // __3RD_LEGEND16






