Jump to content
  • 0

Changing different shields removes skills


rickzera

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   3
  • Joined:  08/01/12
  • Last Seen:  

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?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   3
  • Joined:  08/01/12
  • Last Seen:  

Keep the buff. I tried to remove those changes and still continue to lose the skills.

https://github.com/rathena/rathena/commit/d612788ed79f37851d6a3ce83561e922abf550fe

Edited by monkeydluffy
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  05/31/18
  • Last Seen:  

same problem how to fix

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   19
  • Joined:  10/27/12
  • Last Seen:  

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 by utofaery
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   6
  • Joined:  12/10/11
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  46
  • Reputation:   2
  • Joined:  06/07/19
  • Last Seen:  

Any update on this ? ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  03/19/20
  • Last Seen:  

bump

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...