nasagnilac Posted January 26, 2014 Group: Members Topic Count: 89 Topics Per Day: 0.02 Content Count: 232 Reputation: 15 Joined: 11/02/13 Last Seen: December 19, 2024 Share Posted January 26, 2014 Hello, I need your help. I would like to reduce the damage of sonic blow while in soul link buffs. Soul Link Additional damage PVP = +50% BG = +50% WoE = +25% Battle.c if (sc->data[SC_SPIRIT]){ if(skill_id == AS_SONICBLOW && sc->data[SC_SPIRIT]->val2 == SL_ASSASIN){ ATK_ADDRATE(wd.damage, wd.damage2, map_flag_gvg(src->m)?25:100); //+25% dmg on woe/+100% dmg on nonwoe What can I change on this code? Hoping that someone will help me.. Thank You Quote Link to comment Share on other sites More sharing options...
mrfizi Posted January 28, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share Posted January 28, 2014 just change 25:100 to 25:50 Quote Link to comment Share on other sites More sharing options...
nasagnilac Posted February 1, 2014 Group: Members Topic Count: 89 Topics Per Day: 0.02 Content Count: 232 Reputation: 15 Joined: 11/02/13 Last Seen: December 19, 2024 Author Share Posted February 1, 2014 solved Quote Link to comment Share on other sites More sharing options...
Question
nasagnilac
Hello, I need your help. I would like to reduce the damage of sonic blow while in soul link buffs.
Soul Link Additional damage
PVP = +50%
BG = +50%
WoE = +25%
Battle.c
What can I change on this code?
Hoping that someone will help me.. Thank You
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.