Jump to content
  • 0

Status wont disappear even when you character select.


funtwocrasher

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

Hi! I have a few problems with STEEL BODY and ENDOW skill. They are not being removed even if you Character Select, you need to finish the whole duration. Please help. I am using latest rAthena.

Edited by funtwocrasher
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  806
  • Reputation:   233
  • Joined:  01/30/13
  • Last Seen:  

I created an issue on Steel Body on the bug tracker too: https://github.com/rathena/rathena/issues/6910

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  806
  • Reputation:   233
  • Joined:  01/30/13
  • Last Seen:  

You can use Status.yml to define special properties of status changes:

  - Status: Steelbody
    Icon: EFST_STEELBODY
    DurationLookup: MO_STEELBODY
    States:
      NoCast: true
    CalcFlags:
      Def: true
      Mdef: true
      Aspd: true
      Speed: true
    Opt3:
      SteelBody: true

For example you can use the flag "NoSave", so that a status change is removed on logout, similar to how it is defined for Devotion:

  - Status: Devotion
    Icon: EFST_DEVOTION
    DurationLookup: CR_DEVOTION
    Flags:
      NoSave: true
      RemoveOnChangeMap: true
      OverlapIgnoreLevel: true

Note: Endow is not remove on logout on official servers so that's correct. However, I can confirm that Steel Body should be removed, but isn't.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

2 hours ago, Playtester said:

You can use Status.yml to define special properties of status changes:

  - Status: Steelbody
    Icon: EFST_STEELBODY
    DurationLookup: MO_STEELBODY
    States:
      NoCast: true
    CalcFlags:
      Def: true
      Mdef: true
      Aspd: true
      Speed: true
    Opt3:
      SteelBody: true

For example you can use the flag "NoSave", so that a status change is removed on logout, similar to how it is defined for Devotion:

  - Status: Devotion
    Icon: EFST_DEVOTION
    DurationLookup: CR_DEVOTION
    Flags:
      NoSave: true
      RemoveOnChangeMap: true
      OverlapIgnoreLevel: true

Note: Endow is not remove on logout on official servers so that's correct. However, I can confirm that Steel Body should be removed, but isn't.

 

 

Thank you so much! This fixed it.

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...