Jump to content
  • 0

Remove skill requirement


Kater

Question


  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.20
  • Content Count:  175
  • Reputation:   2
  • Joined:  04/03/24
  • Last Seen:  

Hi friends,

I would like to know how to remove skill restrictions/requirement, I want any class to use the skill without depending on a skill, weapon or iten.

Edited by Kater
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1826
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, Kater said:

Hi friends,

I would like to know how to remove skill restrictions, I want any class to use the skill without depending on a skill, weapon or iten.

 

maybe check in skilldb regarding the requires.

    Requires:
      SpCost:
        - Level: 1
          Amount: 18
        - Level: 2
          Amount: 21
        - Level: 3
          Amount: 24
        - Level: 4
          Amount: 27
        - Level: 5
          Amount: 30
      Weapon:
        1hSword: true
        2hSword: true
        1hSpear: true
        2hSpear: true

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.20
  • Content Count:  175
  • Reputation:   2
  • Joined:  04/03/24
  • Last Seen:  

37 minutes ago, Chaos92 said:

 

maybe check in skilldb regarding the requires.

    Requires:
      SpCost:
        - Level: 1
          Amount: 18
        - Level: 2
          Amount: 21
        - Level: 3
          Amount: 24
        - Level: 4
          Amount: 27
        - Level: 5
          Amount: 30
      Weapon:
        1hSword: true
        2hSword: true
        1hSpear: true
        2hSpear: true

 

Hi friend

 

Yes, I had a look at skilldb...
In this case I will have to change skill by skill, isn't there something in the src that disables it?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.20
  • Content Count:  175
  • Reputation:   2
  • Joined:  04/03/24
  • Last Seen:  

If you get the asura skill, there is no requirement in skilldb stating that it needs the other skills to work.

  - Id: 271
    Name: MO_EXTREMITYFIST
    Description: Asura Strike
    MaxLevel: 5
    Type: Weapon
    TargetType: Attack
    DamageFlags:
      IgnoreDefense: true
      IgnoreFlee: true
    Flags:
      TargetTrap: true
    Range: -2
    Hit: Single
    HitCount: 1
    CopyFlags:
      Skill:
        Plagiarism: true
        Reproduce: true
    CastCancel: true
    CastTime:
      - Level: 1
        Time: 4000
      - Level: 2
        Time: 3500
      - Level: 3
        Time: 3000
      - Level: 4
        Time: 2500
      - Level: 5
        Time: 2000
    AfterCastActDelay:
      - Level: 1
        Time: 3000
      - Level: 2
        Time: 2500
      - Level: 3
        Time: 2000
      - Level: 4
        Time: 1500
      - Level: 5
        Time: 1000
    Duration2: 300000
    Requires:
      SpCost: 1
      Weapon:
        Fist: true
        Dagger: true
        1hSword: true
        2hSword: true
        1hSpear: true
        2hSpear: true
        1hAxe: true
        2hAxe: true
        Mace: true
        2hMace: true
        Staff: true
        Knuckle: true
        Musical: true
        Whip: true
        Book: true
        Katar: true
        Revolver: true
        Rifle: true
        Gatling: true
        Shotgun: true
        Grenade: true
        Huuma: true
      Status:
        Explosionspirits: true
      SpiritSphereCost: 5
    Status: ExtremityFist

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1826
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, Kater said:

If you get the asura skill, there is no requirement in skilldb stating that it needs the other skills to work.

  - Id: 271
    Name: MO_EXTREMITYFIST
    Description: Asura Strike
    MaxLevel: 5
    Type: Weapon
    TargetType: Attack
    DamageFlags:
      IgnoreDefense: true
      IgnoreFlee: true
    Flags:
      TargetTrap: true
    Range: -2
    Hit: Single
    HitCount: 1
    CopyFlags:
      Skill:
        Plagiarism: true
        Reproduce: true
    CastCancel: true
    CastTime:
      - Level: 1
        Time: 4000
      - Level: 2
        Time: 3500
      - Level: 3
        Time: 3000
      - Level: 4
        Time: 2500
      - Level: 5
        Time: 2000
    AfterCastActDelay:
      - Level: 1
        Time: 3000
      - Level: 2
        Time: 2500
      - Level: 3
        Time: 2000
      - Level: 4
        Time: 1500
      - Level: 5
        Time: 1000
    Duration2: 300000
    Requires:
      SpCost: 1
      Weapon:
        Fist: true
        Dagger: true
        1hSword: true
        2hSword: true
        1hSpear: true
        2hSpear: true
        1hAxe: true
        2hAxe: true
        Mace: true
        2hMace: true
        Staff: true
        Knuckle: true
        Musical: true
        Whip: true
        Book: true
        Katar: true
        Revolver: true
        Rifle: true
        Gatling: true
        Shotgun: true
        Grenade: true
        Huuma: true
      Status:
        Explosionspirits: true
      SpiritSphereCost: 5
    Status: ExtremityFist

 

there the status part. have you check that out ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.20
  • Content Count:  175
  • Reputation:   2
  • Joined:  04/03/24
  • Last Seen:  

14 minutes ago, Chaos92 said:

there the status part. have you check that out ?

 

Yes, I checked....
This skill can be resolved in skilldb...

Now this one, I can't remove the application.

 

  - Id: 372
    Name: CH_CHAINCRUSH
    Description: Chain Crush Combo
    MaxLevel: 10
    Type: Weapon
    TargetType: Self
    Flags:
      NoTargetSelf: true
    Range: -2
    Hit: Multi_Hit
    HitCount:
      - Level: 1
        Count: -1
      - Level: 2
        Count: -1
      - Level: 3
        Count: -2
      - Level: 4
        Count: -2
      - Level: 5
        Count: -3
      - Level: 6
        Count: -3
      - Level: 7
        Count: -4
      - Level: 8
        Count: -4
      - Level: 9
        Count: -5
      - Level: 10
        Count: -5
    Element: Weapon
    CastDelayFlags:
      IgnoreStatus: true
    Requires:
      SpCost:
        - Level: 1
          Amount: 4
        - Level: 2
          Amount: 6
        - Level: 3
          Amount: 8
        - Level: 4
          Amount: 10
        - Level: 5
          Amount: 12
        - Level: 6
          Amount: 14
        - Level: 7
          Amount: 16
        - Level: 8
          Amount: 18
        - Level: 9
          Amount: 20
        - Level: 10
          Amount: 22
      SpiritSphereCost: 2

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1826
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

5 hours ago, Kater said:

 

Yes, I checked....
This skill can be resolved in skilldb...

Now this one, I can't remove the application.

 

  - Id: 372
    Name: CH_CHAINCRUSH
    Description: Chain Crush Combo
    MaxLevel: 10
    Type: Weapon
    TargetType: Self
    Flags:
      NoTargetSelf: true
    Range: -2
    Hit: Multi_Hit
    HitCount:
      - Level: 1
        Count: -1
      - Level: 2
        Count: -1
      - Level: 3
        Count: -2
      - Level: 4
        Count: -2
      - Level: 5
        Count: -3
      - Level: 6
        Count: -3
      - Level: 7
        Count: -4
      - Level: 8
        Count: -4
      - Level: 9
        Count: -5
      - Level: 10
        Count: -5
    Element: Weapon
    CastDelayFlags:
      IgnoreStatus: true
    Requires:
      SpCost:
        - Level: 1
          Amount: 4
        - Level: 2
          Amount: 6
        - Level: 3
          Amount: 8
        - Level: 4
          Amount: 10
        - Level: 5
          Amount: 12
        - Level: 6
          Amount: 14
        - Level: 7
          Amount: 16
        - Level: 8
          Amount: 18
        - Level: 9
          Amount: 20
        - Level: 10
          Amount: 22
      SpiritSphereCost: 2

 

I think you need to recheck all the 'Requires' part. I still saw the spririt sphere cost there.

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