xilence01 Posted July 5, 2016 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 177 Reputation: 4 Joined: 05/23/12 Last Seen: April 16, 2019 Share Posted July 5, 2016 Hi rAthena, how can i make Acid Terror becomes a splash skill in an area of 4x4 around the targetted player or mob and does 100%+110%*SkillLV ATK. i tried copying the effect of COMBOFINISH, but it didn't work. Here's what MO_COMBOFINISH code is: case MO_COMBOFINISH: if (!(flag&1) && sc && sc->data[SC_SPIRIT] && sc->data[SC_SPIRIT]->val2 == SL_MONK) { //Becomes a splash attack when Soul Linked. map_foreachinrange(skill_area_sub, bl, skill_get_splash(skill_id, skill_lv),splash_target(src), src,skill_id,skill_lv,tick, flag|BCT_ENEMY|1, skill_castend_damage_id); } else skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,flag); break; Quote Link to comment Share on other sites More sharing options...
0 Yonko Posted July 5, 2016 Group: Members Topic Count: 166 Topics Per Day: 0.03 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted July 5, 2016 for splash try?skill_db.txt230,9,6,1,0,0x48,0,5,1,yes,0,0,0,weapon,0, AM_ACIDTERROR,Acid Terror into 230,9,6,1,0,0x48,2,5,1,yes,0,0,0,weapon,0, AM_ACIDTERROR,Acid Terror Quote Link to comment Share on other sites More sharing options...
Question
xilence01
Hi rAthena,
how can i make Acid Terror becomes a splash skill in an area of 4x4 around the targetted player or mob and does 100%+110%*SkillLV ATK.
i tried copying the effect of COMBOFINISH, but it didn't work.
Here's what MO_COMBOFINISH code is:
Link to comment
Share on other sites
1 answer 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.