Jump to content
  • 0

Reject Sword not rejecting dual weapon attacks


johnbond2

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/15/12
  • Last Seen:  

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:

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

Anyone has the proper fix?

Thanks!

Edited by gunman
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...