archilles89 Posted September 10, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 0 Joined: 10/28/12 Last Seen: December 1, 2017 Share Posted September 10, 2013 As the topic title says. I just found out that renewal's Steel Body only takes in 1/10 of the damage. Can anyone guide me to reduce this skill? Is there any way that this skill be nerfed, maybe revert back to pre-re? Quote Link to comment Share on other sites More sharing options...
chowking Posted September 11, 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 September 11, 2013 (edited) im not sure if this will work Index: trunk/src/map/status.c Find: #ifndef RENEWAL // does not provide 90 DEF in renewal mode if(sc->data[SC_STEELBODY]) return 90; #endif Replace: // #ifndef RENEWAL // does not provide 90 DEF in renewal mode if(sc->data[SC_STEELBODY]) return 90; // #endif don't forget the mdef Find: #ifndef RENEWAL // no longer provides 90 MDEF in renewal mode if(sc->data[SC_STEELBODY]) return 90; #endif Replace: // #ifndef RENEWAL // no longer provides 90 MDEF in renewal mode if(sc->data[SC_STEELBODY]) return 90; // #endif not sure if it will work Edited September 11, 2013 by chowking 1 Quote Link to comment Share on other sites More sharing options...
Question
archilles89
As the topic title says. I just found out that renewal's Steel Body only takes in 1/10 of the damage. Can anyone guide me to reduce this skill? Is there any way that this skill be nerfed, maybe revert back to pre-re?
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.