Booster Adventurer's Premium Boots

Item ID 470189 Name Booster Adventurer's Premium Boots
None
Weapon Level 0 Identifier P_90Lv_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 22 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 Min Equip Level 90
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bHPrecovRate,20;
bonus bSPrecovRate,9;
if (.@r>=5)
   bonus bDex,4;
if (.@r>=7)
   bonus bFlee,30;
if (.@r>=9)
   bonus bBaseAtk,10;

Set Script
Booster Adventurer's Premium Cloth
Booster Adventurer's Premium Boots
Booster Adventurer's Premium Scout Cloak
Booster Adventurer's Premium Gloves
bonus bBaseAtk,30;
Booster Adventurer's Premium Cloth
Booster Adventurer's Premium Boots
Booster Adventurer's Premium Scout Cloak
if ((getequiprefinerycnt(EQI_ARMOR) + getequiprefinerycnt(EQI_GARMENT) + getequiprefinerycnt(EQI_SHOES)) >= 27) {
   bonus bAspdRate,10;
   bonus bAtkRate,5;
   bonus bFixedCastrate,-20;
}