[Not For Sale] Zodiac Boots (Merchant)

Item ID 470268 Name [Not For Sale] Zodiac Boots (Merchant)
None
Weapon Level 0 Identifier Comp_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 Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
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
[Not For Sale] Zodiac Boots (Merchant)
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"NC_ARMSCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Flamel's Memory
[Not For Sale] Zodiac Boots (Merchant)
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"GN_CARTCANNON",15*(getequiprefinerycnt(EQI_HAND_R)/4);
Howard's Memory
Bull Crown
[Not For Sale] 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
[Not For Sale] 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;