Jump to content
  • 0

How to able Skill unconditional on specific item?


Tales

Question


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

How?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  06/13/14
  • Last Seen:  

Anyone?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  02/25/24
  • Last Seen:  

 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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  02/25/24
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Anyone?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  10/08/13
  • Last Seen:  

Go to group.conf and put skill_unconditional: true under permissions

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

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;},{},{}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  163
  • Topics Per Day:  0.04
  • Content Count:  319
  • Reputation:   8
  • Joined:  02/05/12
  • Last Seen:  

Anyone?

Link to comment
Share on other sites

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.

×
×
  • Create New...