DK77 Posted March 19, 2023 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 06/30/17 Last Seen: July 19, 2024 Share Posted March 19, 2023 rathena hash : ce04b0d Client Date: 20180620 Server Mode: PRE-RE Description of Issue: Hi Guys , may i ask on the latest rathena for skill acid demostration . Does Acid Demostration not suppose to bypass Defender ? or do i need to change SC_Defender on battle. C ? Quote if (sc->getSCE(SC_DEFENDER) && skill_id != NJ_ZENYNAGE && skill_id != KO_MUCHANAGE && #ifdef RENEWAL ((flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON) || skill_id == GN_FIRE_EXPANSION_ACID)) #else (flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON)) #endif damage -= damage * sc->getSCE(SC_DEFENDER)->val2 / 100; Quote Link to comment Share on other sites More sharing options...
0 joecalis Posted May 1, 2023 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share Posted May 1, 2023 Defender does reduce damage of Acid Demonstration but if you want it to not be affected, you can change that code to this: Quote if (sc->getSCE(SC_DEFENDER) && skill_id != NJ_ZENYNAGE && skill_id != KO_MUCHANAGE && skill_id != CR_ACIDDEMONSTRATION && #ifdef RENEWAL ((flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON) || skill_id == GN_FIRE_EXPANSION_ACID)) #else (flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON)) #endif damage -= damage * sc->getSCE(SC_DEFENDER)->val2 / 100; Quote Link to comment Share on other sites More sharing options...
Question
DK77
rathena hash : ce04b0d
Client Date: 20180620
Server Mode: PRE-RE
Description of Issue:
Hi Guys , may i ask on the latest rathena for skill acid demostration . Does Acid Demostration not suppose to bypass Defender ? or do i need to change SC_Defender on battle. C ?
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.