Zodiac Boots (Merchant)

Item ID 470267 Name Zodiac Boots (Merchant)
None
Weapon Level 0 Identifier Zodiac_Boots_MC
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 60 Equippable Jobs Blacksmith, Alchemist
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 90 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,50+(10*(.@r/2));
bonus bAtkRate,.@r/2;
bonus2 bSkillAtk,"NC_ARMSCANNON",15*(.@r/4);
bonus2 bSkillAtk,"GN_CARTCANNON",15*(.@r/4);
if (.@r>=9)
   bonus bFixedCast,-500;
if (.@r>=11)
   bonus bDelayrate,-10;

Set Script
Howard's Memory
Zodiac Boots (Merchant)
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"NC_ARMSCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Flamel's Memory
Zodiac Boots (Merchant)
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"GN_CARTCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Howard's Memory
Bull Crown
Zodiac Boots (Merchant)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bLongAtkRate,30;
   if (.@sum >= 35) {
       bonus bDelayrate,-10;
       bonus2 bVariableCastrate,"NC_ARMSCANNON",-50;
   }
}
Flamel's Memory
Taurus Diadem
Zodiac Boots (Merchant)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33)
   bonus bLongAtkRate,30;
if (.@sum >= 35)
   bonus2 bVariableCastrate,"GN_CARTCANNON",-100;