Jump to content
  • 0

Status wont disappear even when you character select.


Question

Posted (edited)

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

3 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted
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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...