Tales Posted February 14, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Share Posted February 14, 2015 How? Quote Link to comment Share on other sites More sharing options...
Tales Posted February 17, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share Posted February 17, 2015 Anyone? Quote Link to comment Share on other sites More sharing options...
Oceanid Posted February 18, 2015 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 80 Reputation: 2 Joined: 10/08/13 Last Seen: March 5, 2020 Share Posted February 18, 2015 Go to group.conf and put skill_unconditional: true under permissions Quote Link to comment Share on other sites More sharing options...
Tales Posted February 18, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Tales Posted February 22, 2015 Group: Members Topic Count: 163 Topics Per Day: 0.03 Content Count: 319 Reputation: 8 Joined: 02/05/12 Last Seen: January 11, 2016 Author Share Posted February 22, 2015 Anyone? Quote Link to comment Share on other sites More sharing options...
0 Yaoi Posted January 3, 2023 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 06/13/14 Last Seen: October 17, 2024 Share Posted January 3, 2023 Anyone? Quote Link to comment Share on other sites More sharing options...
0 pimob27757 Posted February 25, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 02/25/24 Last Seen: February 25, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 pimob27757 Posted February 25, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 02/25/24 Last Seen: February 25, 2024 Share 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 Link to comment Share on other sites More sharing options...
Question
Tales
How?
Link to comment
Share on other sites
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.