emadkm 0 Posted February 2 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 Share this post Link to post Share on other sites
0 Mastagoon 15 Posted February 2 (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 by Mastagoon 1 Quote Share this post Link to post Share on other sites
0 emadkm 0 Posted February 2 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 Share this post Link to post Share on other sites
i need src support on how to turn offensive skill to passive so that i can't drag the skill from skill window
thanks
Share this post
Link to post
Share on other sites