Jump to content
  • 0

Skill BD_ROKISWEIL remove restriction


Question

Posted

Hello my friends, how are you?

How do I edit the src so that the BD_ROKISWEIL skill does not need requirements to be used, leaving it free to use at any time.

Requirement: Group with another artist

Lamento de Loki.gif

2 answers to this question

Recommended Posts

  • 0
Posted

You can change the requirements in the /re/db/skill_db.yml file.
Either remove or change the `IsEnsemble` flag to false.

  - Id: 311
    Name: BD_ROKISWEIL
    Description: Classical Pluck
    MaxLevel: 1
    Type: Misc
    TargetType: Self
    DamageFlags:
      NoDamage: true
    Flags:
      IsEnsemble: true //Remove or change this flag
    Hit: Single
    HitCount: 1
    SplashArea: 4
    CastTime: 1000
    Duration1: 30000
    Duration2: 60000
    Cooldown: 180000
    Requires:
      SpCost: 180
      Weapon:
        Musical: true
        Whip: true
    Status: RokisWeil
    CastCancel: false

 

  • 0
Posted
On 18/02/2025 at 12:39, Hyllok said:

Você pode alterar os requisitos no arquivo /re/db/skill_db.yml.
Remova ou altere o sinalizador `IsEnsemble` para false.

 

 

 

Hi friend, I had actually made that change.
Now how do I manage to walk and use another skill? When I use the skill I get stuck.

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