rickzera Posted November 25, 2018 Posted November 25, 2018 When i am a paladin and use skill AUTOGUARD and REFLECT and change to a different shield the ability comes out. How to adjust this? Quote
0 Start_ Posted November 27, 2018 Posted November 27, 2018 I've test on my server changing shield will remove 2 buff your said. Do you want to keep buff or remove buff? Sorry for my bad english. Quote
0 rickzera Posted November 29, 2018 Author Posted November 29, 2018 (edited) Keep the buff. I tried to remove those changes and still continue to lose the skills. https://github.com/rathena/rathena/commit/d612788ed79f37851d6a3ce83561e922abf550fe Edited November 30, 2018 by monkeydluffy Quote
0 utofaery Posted February 1, 2019 Posted February 1, 2019 (edited) 1 . In your rathena installation src/map/pc.cpp << the file make the line of this: unit_skillcastcancel(&sd->bl, 0); // Cancel Shield Spell if player swaps shields. into this :: //unit_skillcastcancel(&sd->bl, 0); // Cancel Shield Spell if player swaps shields. 2. RECOMPILE!!! Edited February 1, 2019 by utofaery Quote
0 idLaZ Posted May 21, 2019 Posted May 21, 2019 On 2/1/2019 at 11:58 AM, utofaery said: 1 . In your rathena installation src/map/pc.cpp << the file make the line of this: unit_skillcastcancel(&sd->bl, 0); // Cancel Shield Spell if player swaps shields. into this :: //unit_skillcastcancel(&sd->bl, 0); // Cancel Shield Spell if player swaps shields. 2. RECOMPILE!!! Hi @utofaery this modification works. The buffs are still there when you switch shield. But there is also a bug in it. - Paladin is equipped with shield and casts the buffs - Paladin unequipped the shield but the paladin can still use buffs Can you help us to disable the use of buffs when the Paladin doesn't have shield? Thank you! Quote
Question
rickzera
When i am a paladin and use skill AUTOGUARD and REFLECT and change to a different shield the ability comes out. How to adjust this?
8 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.