Jump to content
  • 0

R>How do i turn a offensive skill to passive


Emad

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

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

thanks

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   35
  • Joined:  07/04/19
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   0
  • Joined:  05/22/14
  • Last Seen:  

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

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