Jump to content
  • 0

How to able Skill unconditional on specific item?


Question

7 answers to this question

Recommended Posts

  • 0
Posted

 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

  • 0
Posted

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

Posted

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;},{},{}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...