Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (2)
Photo

skill.c

Posted by iCORE on 26 January 2015 - 12:40 PM

1>..\src\map\skill.c(9883): error C2275: 'bool' : illegal use of this type as an expression
1> c:\users\keough\desktop\hercules\src\common\../common/cbasetypes.h(288) : see declaration of 'bool'
1>..\src\map\skill.c(9883): error C2146: syntax error : missing ';' before identifier 'skill_castend_nodamage_id_dead_unknown'
1>..\src\map\skill.c(9883): warning C4013: 'skill_castend_nodamage_id_dead_unknown' undefined; assuming extern returning int
1>..\src\map\skill.c(9883): error C2143: syntax error : missing ')' before 'type'
1>..\src\map\skill.c(9883): error C2059: syntax error : ')'
1>..\src\map\skill.c(9888): error C2061: syntax error : identifier 'skill_castend_nodamage_id_undead_unknown'
1>..\src\map\skill.c(9888): error C2059: syntax error : ';'
1>..\src\map\skill.c(9888): error C2059: syntax error : 'type'
1>..\src\map\skill.c(19366): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'
1>..\src\map\skill.c(19366): warning C4133: '=' : incompatible types - from 'int (__cdecl *)()' to 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'
1>..\src\map\skill.c(19368): error C2065: 'skill_castend_nodamage_id_undead_unknown' : undeclared identifier
1>..\src\map\skill.c(19368): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int'


i have that problem on applying a extended vending option manualy

Probably you missed something,
Open a topic at source support, this is not Hercules bug but a problem caused by applying the custom mod.

changed status to: Invalid