Jump to content
  • 0

remove requirments for copied skills


iraciz

Question


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

Good day, since db/skill_copyable_db.txt is obsolte now, any new change must be applied in the skill_db.yml

In this case I want to remove the requirements for "COPIED" (not global) skill sonic blow, and allow the rogue/salker/shadowchaser to cast the skill with dagger, swords or even bow.

This copyflags are working fine:

    CopyFlags:
      Skill:
        Plagiarism: true
        Reproduce: true

But.... Now I have to remove the weapon requirement for copied skills, unfortunately there's not any example provided to use the option

#     RemoveRequirement:      Remove a requirement type. (Optional)

 

    Name: AS_SONICBLOW
    Description: Sonic Blow
    MaxLevel: 10
    Type: Weapon
    TargetType: Attack
    Range: 1
    Hit: Multi_Hit
    HitCount: -8
    Element: Weapon
    CopyFlags:
      Skill:
        Plagiarism: true
        Reproduce: true
    AfterCastActDelay: 2000
    AfterCastWalkDelay: 2000
    Duration2: 5000
    CastDelayFlags:
      IgnoreStatus: true
    Requires:
      SpCost:
        - Level: 1
          Amount: 16
        - Level: 2
          Amount: 18
        - Level: 3
          Amount: 20
        - Level: 4
          Amount: 22
        - Level: 5
          Amount: 24
        - Level: 6
          Amount: 26
        - Level: 7
          Amount: 28
        - Level: 8
          Amount: 30
        - Level: 9
          Amount: 32
        - Level: 10
          Amount: 34
      Weapon:
        Katar: true

 

any idea?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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