3>..\src\map\battle.c(629) : error C2065: 'wd' : undeclared identifier
3>..\src\map\battle.c(629) : error C2224: left of '.damage' must have struct/union type
3>..\src\map\battle.c(635) : warning C4013: 'rnd' undefined; assuming extern returning int
3>..\src\map\battle.c(637) : error C2065: 'wd' : undeclared identifier
3>..\src\map\battle.c(637) : error C2224: left of '.damage' must have struct/union type
3>..\src\map\battle.c(637) : error C2065: 'wd' : undeclared identifier
3>..\src\map\battle.c(637) : error C2224: left of '.damage' must have struct/union type
3>..\src\map\battle.c(638) : error C2065: 'target' : undeclared identifier
3>..\src\map\battle.c(638) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
3>..\src\map\battle.c(638) : warning C4024: 'status_damage' : different types for formal and actual parameter 1
3>..\src\map\battle.c(638) : error C2065: 'wd' : undeclared identifier
3>..\src\map\battle.c(638) : error C2224: left of '.damage' must have struct/union type
3>..\src\map\battle.c(638) : error C2065: 'target' : undeclared identifier
3>..\src\map\battle.c(638) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
3>..\src\map\battle.c(638) : warning C4024: 'clif_damage' : different types for formal and actual parameter 1
3>..\src\map\battle.c(638) : error C2065: 'wd' : undeclared identifier
3>..\src\map\battle.c(638) : error C2224: left of '.damage' must have struct/union type
3>..\src\map\battle.c(638) : error C2198: 'clif_damage' : too few arguments for call
3>..\src\map\battle.c(638) : error C2198: 'status_damage' : too few arguments for call
3>..\src\map\battle.c(639) : error C2065: 'target' : undeclared identifier
3>..\src\map\battle.c(639) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
3>..\src\map\battle.c(639) : warning C4024: 'clif_skill_nodamage' : different types for formal and actual parameter 1
3>..\src\map\battle.c(639) : error C2065: 'target' : undeclared identifier
3>..\src\map\battle.c(639) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
3>..\src\map\battle.c(639) : warning C4024: 'clif_skill_nodamage' : different types for formal and actual parameter 2
3>..\src\map\battle.c(641) : error C2065: 'target' : undeclared identifier
3>..\src\map\battle.c(641) : warning C4047: 'function' : 'block_list *' differs in levels of indirection from 'int'
3>..\src\map\battle.c(641) : warning C4024: 'status_change_end' : different types for formal and actual parameter 1
Question
johnbond2
The reject sword skill seem to not reject damage on dual weapon attacks.
I found this fix but it gives errors during compilation: http://trac.rathena....t/15700/rathena
Errors were:
Anyone has the proper fix?
Thanks!
Edited by gunman0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.