Yuri Posted February 17, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 08/16/12 Last Seen: May 4, 2016 Share Posted February 17, 2014 (edited) good evening rathenahelp me about tiger cannon skill. 160/50 3rdjob renewal . can you give example how to reduce Tiger cannon damage in src ? break; if( sc && sc->data[sC_COMBO] && sc->data[sC_COMBO]->val1 == SR_FALLENEMPIRE ) // ATK [((Caster consumed HP + SP) / 2) x Caster Base Level / 100] % skillratio = (sstatus->max_hp * ( 10 + 2 * skill_lv ) / 100 + sstatus->max_sp * ( 5 + 1 * skill_lv ) / 100) / 2; else skillratio = (sstatus->max_hp * ( 10 + 2 * skill_lv ) / 100 + sstatus->max_sp * ( 5 + 1 * skill_lv ) / 100) / 4; skillratio = skillratio * status_get_lv(src) / 100; break; Edited February 17, 2014 by Yuri Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 18, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: 1 hour ago Share Posted February 18, 2014 Try increasing the divisor (100) to 200 or etc. Backup, Recompile, Test. skillratio = skillratio * status_get_lv(src) / 100; Quote Link to comment Share on other sites More sharing options...
Question
Yuri
good evening rathena
help me about tiger cannon skill. 160/50 3rdjob renewal . can you give example how to reduce Tiger cannon damage in src ?
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.