Jump to content
  • 0

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


Question

Posted

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!

3 answers to this question

Recommended Posts

Posted

@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

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...