Currently Posted December 18, 2012 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted December 18, 2012 Where can I check it or edit the script? Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted December 18, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted December 18, 2012 are you using PRE-RE or RE? Quote Link to comment Share on other sites More sharing options...
Mystery Posted December 18, 2012 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 December 18, 2012 are you using PRE-RE or RE? Where can I check it or edit the script? According to what Evil has asked, Assumptio is very different in Pre-Renewal and in Renewal. Please take a look here for Pre-Renewal and Renewal differences. Pre-Renewal: Reduce damage taken from enemies by half for the spell's duration. Damage is only reduced to 2/3 of the original damage by this skill in PvP areas, including Battlegrounds and WoE areas. Cannot be cast inside a guild castle, but retains its effect after entering one. Assumptio and Kyrie Eleison cannot be used at the same time - they overwrite each other. Renewal: Double the target's DEF and MDEF.Cannot be cast inside a guild castle, but retains its effect after entering one. Assumptio and Kyrie Eleisoncannot be used at the same time - they overwrite each other. Take a look here as you can see where it's found: //Finally damage reductions.... // Assumptio doubles the def & mdef on RE mode, otherwise gives a reduction on the final damage. [igniz] #ifndef RENEWAL if( sc->data[sC_ASSUMPTIO] ) { if( map_flag_vs(bl->m) ) damage = (int64)damage*2/3; //Receive 66% damage else damage >>= 1; //Receive 50% damage } #endif Quote Link to comment Share on other sites More sharing options...
Currently Posted December 19, 2012 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share Posted December 19, 2012 Will it be at skill.c? or which source file? Quote Link to comment Share on other sites More sharing options...
Question
Currently
Where can I check it or edit the script?
Link to comment
Share on other sites
3 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.