Psyche Posted November 14, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 123 Reputation: 6 Joined: 03/12/13 Last Seen: June 7, 2023 Share Posted November 14, 2013 Is there a way to make Crusader's Defender skill work against Creator's Acid Demonstration ? i've tried Changing :if(sc->data[sC_DEFENDER] && (flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON) || skill_id == CR_ACIDDEMONSTRATION) But when i do Fire Expansion level 5 the map server Crashed. So What do i do ? Quote Link to comment Share on other sites More sharing options...
Psyche Posted November 19, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 123 Reputation: 6 Joined: 03/12/13 Last Seen: June 7, 2023 Author Share Posted November 19, 2013 bump.. Quote Link to comment Share on other sites More sharing options...
chowking Posted November 21, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted November 21, 2013 looks correct, but i think you missed something theretry: if(sc->data[SC_DEFENDER] && (skill_id == CR_ACIDDEMONSTRATION) && (flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON) DAMAGE_RATE(100-sc->data[SC_DEFENDER]->val2) Quote Link to comment Share on other sites More sharing options...
Question
Psyche
Is there a way to make Crusader's Defender skill work against Creator's Acid Demonstration ?
i've tried Changing :
if(sc->data[sC_DEFENDER] &&
(flag&(BF_LONG|BF_WEAPON)) == (BF_LONG|BF_WEAPON) || skill_id == CR_ACIDDEMONSTRATION)
But when i do Fire Expansion level 5 the map server Crashed.
So What do i do ?
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.