trickzjen23 Posted December 23, 2016 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 53 Reputation: 0 Joined: 11/25/11 Last Seen: June 19, 2024 Share Posted December 23, 2016 Hello, i am not sure if I need source modifiction but I want an item script that would make all equipment unbreakable? Quote Link to comment Share on other sites More sharing options...
0 Athan17 Posted December 23, 2016 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 57 Reputation: 16 Joined: 09/26/16 Last Seen: August 16, 2020 Share Posted December 23, 2016 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) Quote Link to comment Share on other sites More sharing options...
Question
trickzjen23
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.