True Hunting Boots

Item ID 22168 Name True Hunting Boots
Boots awarded by the royal family as a token of gratitude to the hunters who excelled at the hunt.
_______________________
Increases Attack Speed (decreases After Attack Delay by 8%).
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
When equipped with True Hunting Mail:
Increases Ranged Physical Damage by 7%.
_______________________
For each Refine Level above +9 or higher of True Hunting Boots and True Hunting Mail:
Increases Critical Damage by 10%.
_______________________
Type: Shoes
Defense: 13
Weight: 50
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier True_Hunting_Boots
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 13 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bAspdRate,8+2*(getrefine()/3);

Set Script
True Hunting Mail
True Hunting Manteau
True Hunting Boots
bonus bDelayrate,-7;
if (getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
   bonus bDelayrate,-8;
}
True Hunting Manteau
True Hunting Boots
bonus2 bMagicAtkEle,Ele_All,7;
if (getequiprefinerycnt(EQI_GARMENT)+getequiprefinerycnt(EQI_SHOES) >= 9) {
   bonus bFixedCast,-500;
}
True Hunting Boots
True Hunting Mail
bonus bLongAtkRate,7;
if (getequiprefinerycnt(EQI_SHOES)+getequiprefinerycnt(EQI_ARMOR) >= 9) {
   bonus bCritAtkRate,10;
}