1337 Posted May 1, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 29 Reputation: 2 Joined: 03/27/12 Last Seen: 9 hours ago Share Posted May 1, 2012 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! Quote Link to comment Share on other sites More sharing options...
malufett Posted May 3, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted May 3, 2012 @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 Quote Link to comment Share on other sites More sharing options...
Mereketengue Posted May 3, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 12/17/11 Last Seen: March 29, 2013 Share Posted May 3, 2012 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 Quote Link to comment Share on other sites More sharing options...
1337 Posted May 5, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 29 Reputation: 2 Joined: 03/27/12 Last Seen: 9 hours ago Author Share Posted May 5, 2012 Thanks Malufett! I'll post when it worked 1 Quote Link to comment Share on other sites More sharing options...
Question
1337
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.