Jump to content
  • 0

Making Ninja Skills like Lighting Strike/Ice Meteor not reflectable by stuffs like maya card


1337

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   2
  • Joined:  03/27/12
  • Last Seen:  

Can someone help me on it? I've been trying to do it.

So far, I thought maybe if i make it a place skill(where it has to be cast on the ground) it won't be reflected anymore but when i did that by skill_db, its not dealing any damage xD

Please help me thanks!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

@skill.c

 dmg.div_= pd->a_skill->div_;[/color]

	}
}

-if( dmg.flag&BF_MAGIC && ( skillid != NPC_EARTHQUAKE || (battle_config.eq_single_target_reflectable && (flag&0xFFF) == 1) ) )
+if( dmg.flag&BF_MAGIC && ( skillid != NPC_EARTHQUAKE || (battle_config.eq_single_target_reflectable && (flag&0xFFF) == 1) ) && skillid != NJ_RAIGEKISAI && skillid != NJ_RAIGEKISAI )
{ // Earthquake on multiple targets is not counted as a target skill. [inkfish]

correct me if the skill ids are correct

NJ_HYOUSYOURAKU - Falling Ice Pillar

NJ_RAIGEKISAI - Lightning Crash

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  12/17/11
  • Last Seen:  

thank you, could you help us expanding the AOE of lightning crash the skill works in a really random way sometime it hist some time it doesn't also the range of the attack doesn't really apply 9x9 I have tried changing the skilldb but with no possitive results could you be kind enough to recommend me a solution? sorry for my spanglish

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   2
  • Joined:  03/27/12
  • Last Seen:  

Thanks Malufett! I'll post when it worked :)

  • Upvote 1
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...