Jump to content
  • 0

Crusader's Defender skill


Psyche

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   6
  • Joined:  03/12/13
  • Last Seen:  

Is there a way to make Crusader's Defender skill work against Creator's Acid Demonstration ?

 

i've tried Changing :
if(sc->data[sC_DEFENDER] &&
            (flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON) || skill_id == CR_ACIDDEMONSTRATION)

But when i do Fire Expansion level 5 the map server Crashed.

So What do i do ?

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  123
  • Reputation:   6
  • Joined:  03/12/13
  • Last Seen:  

bump..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

looks correct, but i think you missed something there

try:

 

 if(sc->data[SC_DEFENDER] &&
	(skill_id == CR_ACIDDEMONSTRATION) &&
	(flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON)
         DAMAGE_RATE(100-sc->data[SC_DEFENDER]->val2)
Link to comment
Share on other sites

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...