Jump to content
  • 0

How do I manually change the copied skills of a Shadow Chaser?


Question

2 answers to this question

Recommended Posts

  • 0
Posted
8 hours ago, SSJ2Aydan said:

How do I manually change the copied skill of a shadow chaser? I want to have duple light copied using reproduce but there are no arch bishops in my server. 

db/re/skill_db.yml:

  - Id: 2054
    Name: AB_DUPLELIGHT
    Description: Duple Light
    MaxLevel: 10
    TargetType: Self
    DamageFlags:
      NoDamage: true
    Hit: Single
    HitCount: 1
    Element: Holy
    CopyFlags:
      Skill:
        Reproduce: true

On CopyFlags, below Reproduce, add Plagiarism: true so should be:

    CopyFlags:
      Skill:
        Reproduce: true
        Plagiarism: true

 

  • 0
Posted
On 11/22/2020 at 10:48 PM, Scylla said:

db/re/skill_db.yml:


  - Id: 2054
    Name: AB_DUPLELIGHT
    Description: Duple Light
    MaxLevel: 10
    TargetType: Self
    DamageFlags:
      NoDamage: true
    Hit: Single
    HitCount: 1
    Element: Holy
    CopyFlags:
      Skill:
        Reproduce: true

On CopyFlags, below Reproduce, add Plagiarism: true so should be:


    CopyFlags:
      Skill:
        Reproduce: true
        Plagiarism: true

 

Thank you very much!

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