[Help] skill.c

iCORE

New member
Messages
393
Points
0
Location
Halcyon Ragnarok
Github
Naori
Emulator
1>..srcmapskill.c(9883): error C2275: 'bool' : illegal use of this type as an expression1> c:userskeoughdesktopherculessrccommon../common/cbasetypes.h(288) : see declaration of 'bool'1>..srcmapskill.c(9883): error C2146: syntax error : missing ';' before identifier 'skill_castend_nodamage_id_dead_unknown'1>..srcmapskill.c(9883): warning C4013: 'skill_castend_nodamage_id_dead_unknown' undefined; assuming extern returning int1>..srcmapskill.c(9883): error C2143: syntax error : missing ')' before 'type'1>..srcmapskill.c(9883): error C2059: syntax error : ')'1>..srcmapskill.c(9888): error C2061: syntax error : identifier 'skill_castend_nodamage_id_undead_unknown'1>..srcmapskill.c(9888): error C2059: syntax error : ';'1>..srcmapskill.c(9888): error C2059: syntax error : 'type'1>..srcmapskill.c(19366): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'1>..srcmapskill.c(19366): warning C4133: '=' : incompatible types - from 'int (__cdecl *)()' to 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'1>..srcmapskill.c(19368): error C2065: 'skill_castend_nodamage_id_undead_unknown' : undeclared identifier1>..srcmapskill.c(19368): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int'
im adding evs patch manually and this one apear how to fix this?

 
Probably a good idea if you could post those two segments of code. Lines like 9500-100,000 and 19000 to 19500.

 
Back
Top