Emad Posted February 2, 2021 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Share Posted February 2, 2021 i need src support on how to turn offensive skill to passive so that i can't drag the skill from skill window thanks Quote Link to comment Share on other sites More sharing options...
0 Mastagoon Posted February 2, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 63 Reputation: 38 Joined: 07/04/19 Last Seen: December 14, 2024 Share Posted February 2, 2021 (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 February 2, 2021 by Mastagoon 1 Quote Link to comment Share on other sites More sharing options...
0 Emad Posted February 2, 2021 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 109 Reputation: 0 Joined: 05/22/14 Last Seen: July 27, 2021 Author Share Posted February 2, 2021 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 Quote Link to comment Share on other sites More sharing options...
Question
Emad
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.