Gotcha Posted May 15, 2024 Posted May 15, 2024 (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, 2024 by Gotcha Quote
0 Chaos92 Posted May 15, 2024 Posted May 15, 2024 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
0 Gotcha Posted May 15, 2024 Author Posted May 15, 2024 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
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.
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.