Jump to content
  • 0

how can i use SCF_NO_SAVE to make a certain skill status gone when logged out?


Heartfelt

Question


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   0
  • Joined:  01/09/16
  • Last Seen:  

As the title says.
how can i use SCF_NO_SAVE to make a certain skill status gone when logged out?

Thanks

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  236
  • Reputation:   87
  • Joined:  06/30/18
  • Last Seen:  

You need to search the skill you want to change in the status.yml and under Flags you have to set NoSave to true.

Here is an example from the original files:

  - Status: Bleeding
    Icon: EFST_BLOODING
    DurationLookup: NPC_BLEEDING
    CalcFlags:
      Regen: true
    Opt2:
      Bleeding: true
    Flags:
      SendOption: true
      BossResist: true
      NoSave: true
      NoClearance: true
      RemoveOnHermode: true
    Fail:
      Refresh: true
      Inspiration: true

 

Edited by Winterfox
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...