Gotcha Posted May 15 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 14 Reputation: 1 Joined: 05/04/14 Last Seen: May 19 Share Posted May 15 (edited) https://www.youtube.com/watch?v=EFRuqPOmlFY Now rathena's ABC chain reaction shot is working wrong. No ricochet at all. Link is KRO's chain reaction shot. more mobs, more ricochet. I want to make it work KRO. I changed skill.cpp map_foreachinrange -> map_foreachinallrange and nothing happens. case ABC_CHAIN_REACTION_SHOT: clif_skill_nodamage(src, bl, skill_id, skill_lv, 1); map_foreachinrange(skill_area_sub, bl, skill_get_splash(ABC_CHAIN_REACTION_SHOT_ATK, skill_lv), BL_CHAR|BL_SKILL, src, ABC_CHAIN_REACTION_SHOT_ATK, skill_lv, tick + (200 + status_get_amotion(src)), flag|BCT_ENEMY|SD_SPLASH|1, skill_castend_damage_id); break; skill.db - Id: 5382 Name: ABC_CHAIN_REACTION_SHOT_ATK Description: Chain Reaction Shot Attack MaxLevel: 5 Type: Weapon TargetType: Attack DamageFlags: IgnoreFlee: true SplashSplit: true Range: 9 Hit: Multi_Hit HitCount: -2 Element: Weapon SplashArea: 3 Requires: SpCost: 1 I changed DamageFlags Splash -> SplashSplit but nothing happens. Help, please. Edited May 15 by Gotcha Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted May 15 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1783 Reputation: 283 Joined: 08/03/12 Last Seen: 15 hours ago Share Posted May 15 3 hours ago, Gotcha said: https://www.youtube.com/watch?v=EFRuqPOmlFY Now rathena's ABC chain reaction shot is working wrong. No ricochet at all. Link is KRO's chain reaction shot. more mobs, more ricochet. I want to make it work KRO. I changed skill.cpp map_foreachinrange -> map_foreachinallrange and nothing happens. case ABC_CHAIN_REACTION_SHOT: clif_skill_nodamage(src, bl, skill_id, skill_lv, 1); map_foreachinrange(skill_area_sub, bl, skill_get_splash(ABC_CHAIN_REACTION_SHOT_ATK, skill_lv), BL_CHAR|BL_SKILL, src, ABC_CHAIN_REACTION_SHOT_ATK, skill_lv, tick + (200 + status_get_amotion(src)), flag|BCT_ENEMY|SD_SPLASH|1, skill_castend_damage_id); break; skill.db - Id: 5382 Name: ABC_CHAIN_REACTION_SHOT_ATK Description: Chain Reaction Shot Attack MaxLevel: 5 Type: Weapon TargetType: Attack DamageFlags: IgnoreFlee: true SplashSplit: true Range: 9 Hit: Multi_Hit HitCount: -2 Element: Weapon SplashArea: 3 Requires: SpCost: 1 I changed DamageFlags Splash -> SplashSplit but nothing happens. Help, please. If you think its wrong, maybe you can create an issue in https://github.com/rathena/rathena . So that they can check and fix it if its really need to be changed. Quote Link to comment Share on other sites More sharing options...
0 Gotcha Posted May 15 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 14 Reputation: 1 Joined: 05/04/14 Last Seen: May 19 Author Share Posted May 15 52 minutes ago, Chaos92 said: If you think its wrong, maybe you can create an issue in https://github.com/rathena/rathena . So that they can check and fix it if its really need to be changed. Thank you. I try it. Chain reaction shot is super fun skill. If they change the skill it will be fun. Quote Link to comment Share on other sites More sharing options...
Question
Gotcha
https://www.youtube.com/watch?v=EFRuqPOmlFY
Now rathena's ABC chain reaction shot is working wrong.
No ricochet at all.
Link is KRO's chain reaction shot.
more mobs, more ricochet.
I want to make it work KRO.
I changed skill.cpp map_foreachinrange -> map_foreachinallrange and nothing happens.
case ABC_CHAIN_REACTION_SHOT: clif_skill_nodamage(src, bl, skill_id, skill_lv, 1); map_foreachinrange(skill_area_sub, bl, skill_get_splash(ABC_CHAIN_REACTION_SHOT_ATK, skill_lv), BL_CHAR|BL_SKILL, src, ABC_CHAIN_REACTION_SHOT_ATK, skill_lv, tick + (200 + status_get_amotion(src)), flag|BCT_ENEMY|SD_SPLASH|1, skill_castend_damage_id); break;
skill.db
- Id: 5382
Name: ABC_CHAIN_REACTION_SHOT_ATK
Description: Chain Reaction Shot Attack
MaxLevel: 5
Type: Weapon
TargetType: Attack
DamageFlags:
IgnoreFlee: true
SplashSplit: true
Range: 9
Hit: Multi_Hit
HitCount: -2
Element: Weapon
SplashArea: 3
Requires:
SpCost: 1
I changed DamageFlags Splash -> SplashSplit but nothing happens.
Help, please.
Link to comment
Share on other sites
2 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.