WhatFT Posted February 12, 2014 Posted February 12, 2014 r17701 has too many changes, I got problems on almost all skills -.- How to fix the reflect damage of devotion? OLD - If magic was reflected then the reflected magic damage must passed on the paladin not on the caster itself... how to make it back to old one? Quote
PonyVPS Posted February 13, 2014 Posted February 13, 2014 Hello, check this one http://rathena.googlecode.com/svn/trunk/conf/battle/skill.conf // Using 'old' behavior for devotion vs reflect damage? (Note 2)// Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage),// when player with devotion attacks player with reflect damage ability (item bonus or skill),// the damage will be taken by the person who provides devotion instead the attacker.devotion_rdamage: 0 set it to 100 .. Quote
WhatFT Posted February 13, 2014 Author Posted February 13, 2014 It only supports physical attacks not reflectedmagical damage Quote
Blazing Spear Posted February 24, 2014 Posted February 24, 2014 you need to edit the source code SC_DEVOTION Quote
Radian Posted February 12, 2015 Posted February 12, 2015 Here's how see this on your trunk/conf/battle/skill.conf so this is the default settings for Devotion. // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 0 // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: yes Now if you want to change it to reflect all even magic attacks. you need to do it like this First the chance of reflect. // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devote the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 50 // < 50% chance of reflect Second is if you want to reflect also the magical skills. // Officially, reflecting shield (SC_REFLECTDAMAGE) reflects physical damage by skill or normal attack. // But if the target is being devoted, it ONLY reflects the damage for melee skill. (Note 1) devotion_rdamage_skill_only: yes // < set this to no if you want to reflect the physical & magical attacks. now the result of this changes are if a High Wizard(w/ Maya) magically attack by a Professor(w/ Devotion) there's a 50% chance that all the reflect damage will directly go to the paladin. Quote
Question
WhatFT
r17701 has too many changes, I got problems on almost all skills -.-
How to fix the reflect damage of devotion?
OLD - If magic was reflected then the reflected magic damage must passed on the paladin not on the caster itself...
how to make it back to old one?
9 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.