Jump to content
  • 0

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


SSJ2Aydan

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  11/22/20
  • Last Seen:  

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. 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  11/22/20
  • Last Seen:  

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!

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