Jump to content
  • 0

Card that make all equipment unbreakable?


trickzjen23

Question


  • Group:  Members
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  53
  • Reputation:   0
  • Joined:  11/25/11
  • Last Seen:  

Hello, i am not sure if I need source modifiction but I want an item script that would make all equipment unbreakable?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   16
  • Joined:  09/26/16
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

 

Strip/Break equipment
---------------------
bonus bUnstripableWeapon,n;		Weapon cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripableArmor,n; 		Armor cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripableHelm,n;  		Helm cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripableShield,n;		Shield cannot be taken off via Strip skills (n is meaningless)
bonus bUnstripable,n;      		All equipment cannot be taken off via strip skills (n is meaningless)

bonus bUnbreakableGarment,n;		Garment cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableWeapon,n; 		Weapon cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableArmor,n;  		Armor cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableHelm,n;   		Helm cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableShield,n; 		Shield cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakableShoes,n;  		Shoes cannot be damaged/broken by any means (n is meaningless)
bonus bUnbreakable,n;       		Reduces the break chance of all equipped equipment by n%

bonus bBreakWeaponRate,n;		Adds a n/100% chance to break enemy's weapon while attacking (stacks with other break chances)
bonus bBreakArmorRate,n; 		Adds a n/100% chance to break enemy's armor while attacking (stacks with other break chances)

 

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...