Viewing Item

#470071: Unknown Strength Boots

Item ID 470071 For Sale No
Identifier MD_Airboat_Boots Credit Price Not For Sale
Name Unknown Strength Boots Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bBaseAtk,15*(.@r/2);

3 bonus bMaxHP,120*(.@r/3);

4 bonus bMaxSP,8*(.@r/3);

5 if (.@r>=9) {

6 bonus bAspdRate,7;

7 if (.@r>=11) {

8 autobonus "{ .@g = getenchantgrade(); if (.@g >= ENCHANTGRADE_D) { .@val = 25; if (.@g >= ENCHANTGRADE_C) { .@val += 25; } } bonus bStr,175+.@val; }",1,10000,BF_WEAPON;

9 if (.@r>=13) {

10 bonus bShortAtkRate,7;

11 }

12 }

13 }

Equip Script None
Unequip Script None