0 pimob27757 Posted February 25, 2024 Posted February 25, 2024 possible way to enable skill unconditional on a specific item is to use the item_bonus script command, which can modify the item's effects and properties. For example, you can use the following code to create an item that grants skill unconditional to the wearer: 40000,Unconditional_bow,Unconditional Bow,5,0,,800,120,,1,2,0x00000400,63,2,2,4,150,1,2,{ bonus bUnbreakableWeapon; bonus2 bAddItemHealRate,0,50; bonus bNoGemStone; bonus bNoCastCancel; bonus bNoCastCancel2; bonus bNoSizeFix; bonus bNoMagicDamage; bonus bNoWeaponDamage; bonus bNoSkillSPCost; bonus bNoSkillDelay; bonus bNoSkillAfterDelay; bonus bNoSkillCooldown; bonus bNoSkillFixedCast; bonus bNoSkillVariableCast; },{},{} slope game Quote
0 pimob27757 Posted February 25, 2024 Posted February 25, 2024 possible way to enable skill unconditional on a specific item is to use the item_bonus script command, which can modify the item's effects and properties. For example, you can use the following code to create an item that grants skill unconditional to the wearer: 40000,Unconditional_bow,Unconditional Bow,5,0,,800,120,,1,2,0x00000400,63,2,2,4,150,1,2,{ bonus bUnbreakableWeapon; bonus2 bAddItemHealRate,0,50; bonus bNoGemStone; bonus bNoCastCancel; bonus bNoCastCancel2; bonus bNoSizeFix; bonus bNoMagicDamage; bonus bNoWeaponDamage; bonus bNoSkillSPCost; bonus bNoSkillDelay; bonus bNoSkillAfterDelay; bonus bNoSkillCooldown; bonus bNoSkillFixedCast; bonus bNoSkillVariableCast; },{},{} slope game Quote
Oceanid Posted February 18, 2015 Posted February 18, 2015 Go to group.conf and put skill_unconditional: true under permissions Quote
Tales Posted February 18, 2015 Author Posted February 18, 2015 I want to do it on a specify item... I search instrutions on /rAthena/doc, but without sucess...eg: 40000,Unconditional_bow,Unconditional Bow,...,{skill unconditional;},{},{} Quote
Question
Tales
How?
7 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.