Artwork unavailable
RENEWAL / ITEMS
[Not For Sale] Ancient Hero Boots [1]
#470181Armor
Comp_Ancient_Hero_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF15
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@r = getrefine();
bonus bMaxHP,500;
bonus bMaxSP,50;
bonus bMaxHPrate,2*(.@r/3);
bonus bMaxSPrate,.@r/3;
if (.@r >= 9) {
.@val = -300;
if (.@r >= 12) {
.@val -= 200;
if (.@r >= 14)
bonus bDelayrate,-5;
}
bonus bFixedCast,.@val;
}