Jump to content
  • 0

R>How do i turn a offensive skill to passive


Question

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
2 hours ago, emadkm said:

i need src support on how to turn offensive skill to passive so that i can't drag the skill from skill window 

thanks

if you just want to change a skill to a passive skill, no source modification is needed. Unless if you want to change the behavior of the skill .

for changing a skill to passive:

go to the skill_db.yml file, find the skill you want and change TargetType to passive. (or you can remove the line completely since passive is the default)
example:
 

- Id: 1004
      Name: AS_VENOMKNIFE
      Description: Throw Venom Knife
      MaxLevel: 1
      Type: Weapon
      #TargetType: Attack <<<<<<<<<<<<<<<< remove this line
      DamageFlags:
          IgnoreAtkCard: true
      Flags:
          IsQuest: true
          IgnoreAutoGuard: true
          IgnoreCicada: true
      Range: 9

 

Edited by Mastagoon
  • Upvote 1
  • 0
Posted
2 hours ago, Mastagoon said:

if you just want to change a skill to a passive skill, no source modification is needed. Unless if you want to change the behavior of the skill .

for changing a skill to passive:

go to the skill_db.yml file, find the skill you want and change TargetType to passive. (or you can remove the line completely since passive is the default)
example:
 


- Id: 1004
      Name: AS_VENOMKNIFE
      Description: Throw Venom Knife
      MaxLevel: 1
      Type: Weapon
      #TargetType: Attack <<<<<<<<<<<<<<<< remove this line
      DamageFlags:
          IgnoreAtkCard: true
      Flags:
          IsQuest: true
          IgnoreAutoGuard: true
          IgnoreCicada: true
      Range: 9

 

yea i was thought of it and it makes sense i guess im lazy atm but thx anyway xD

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