AinsLord Posted May 18, 2016 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Share Posted May 18, 2016 (edited) how to make sacrifice never miss on PD thnx in advance and how to adjust damage of sacrifice skill Edited May 18, 2016 by whodhell Quote Link to comment Share on other sites More sharing options...
0 Elysium Posted May 18, 2016 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Share Posted May 18, 2016 how to make sacrifice never miss on PD thnx in advance and how to adjust damage of sacrifice skill Basically the sacrifice is based on Vit's player. as what i understand on the skill. Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted May 18, 2016 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Author Share Posted May 18, 2016 ic and how will it able to never miss on perfect dodgei mean how to make it go through on perfect dodge usually it never misses ryt? Quote Link to comment Share on other sites More sharing options...
0 Promise Posted May 18, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted May 18, 2016 how to make sacrifice never miss on PD thnx in advance and how to adjust damage of sacrifice skill To adjust the sacrifice damage: src/map/battle.c switch (skill_id) { //Calc base damage according to skill case PA_SACRIFICE: wd.damage = sstatus->max_hp* 9/100; // Here is the damage (max HP x 9 / 100) wd.damage2 = 0; Another part: src/map/status.c case SC_SACRIFICE: val2 = 5; // Here you edit the total hits of sacrifice on enable tick = -1; break; Quote Link to comment Share on other sites More sharing options...
0 Mystery Posted May 18, 2016 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted May 18, 2016 Thanks to the way IPB doesn't allow you to search Archived posts, this might work for you; https://rathena.org/board/topic/72690-about-sacrifice-skill/ ic and how will it able to never miss on perfect dodgei mean how to make it go through on perfect dodge usually it never misses ryt? Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted May 21, 2016 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: April 6 Author Share Posted May 21, 2016 Thnk u so much for this really really appreciate it Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
how to make sacrifice never miss on PD
thnx in advance
and how to adjust damage of sacrifice skill
Edited by whodhellLink to comment
Share on other sites
5 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.