Zodiac Boots (Archer)

Item ID 470263 Name Zodiac Boots (Archer)
None
Weapon Level 0 Identifier Zodiac_Boots_AC
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 60 Equippable Jobs Hunter, Bard / Dancer
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 bMatk,50+(10*(.@r/2));
bonus bAtkRate,.@r/2;
bonus bMatkRate,.@r/2;
bonus2 bSkillAtk,"RA_AIMEDBOLT",15*(.@r/4);
bonus2 bSkillAtk,"WM_METALICSOUND",15*(.@r/4);
if (.@r>=9) {
   bonus bFixedCast,-500;
   if (@r>=11) {
        bonus bDelayrate,-10;
   }
}

Set Script
Cecil's Memory
Zodiac Boots (Archer)
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"RA_ARROWSTORM",-700;
bonus bFixedCast,-200*(.@r/4);
bonus bDelayrate,-5*(.@r/4);
bonus2 bVariableCastrate,"RA_ARROWSTORM",-35*(.@r/4);
bonus2 bVariableCastrate,"RA_AIMEDBOLT",-35*(.@r/4);
Trentini's Memory
Zodiac Boots (Archer)
bonus2 bSkillCooldown,"WM_METALICSOUND",-500;
bonus2 bMagicAtkEle,Ele_Neutral,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Alphoccio's Memory
Zodiac Boots (Archer)
bonus2 bSkillCooldown,"WM_METALICSOUND",-500;
bonus2 bMagicAtkEle,Ele_Neutral,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Cecil's Memory
Celestial Jewel Crown
Zodiac Boots (Archer)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   autobonus3 "{ bonus2 bSkillAtk,\"RA_AIMEDBOLT\",250; }",1000,30000,"RA_UNLIMIT";
   if (.@sum >= 35) {
        bonus2 bIgnoreDefRaceRate,RC_All,40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Trentini's Memory
Libra Crown
Zodiac Boots (Archer)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus4 bAutoSpellOnSkill,"WM_METALICSOUND","WM_METALICSOUND",10,350;
   if (.@sum >= 35) {
        bonus2 bIgnoreDefRaceRate,RC_All,40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}
Alphoccio's Memory
Libra Crown
Zodiac Boots (Archer)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus4 bAutoSpellOnSkill,"WM_METALICSOUND","WM_METALICSOUND",10,350;
   if (.@sum >= 35) {
        bonus2 bIgnoreDefRaceRate,RC_All,40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
        bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}