Zodiac Boots (Acolyte)

Item ID 470270 Name Zodiac Boots (Acolyte)
None
Weapon Level 0 Identifier Zodiac_Boots_AL
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 60 Equippable Jobs Priest, Monk
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,"AB_ADORAMUS",15*(.@r/4);
bonus2 bSkillAtk,"SR_KNUCKLEARROW",15*(.@r/4);
if (.@r>=9)
   bonus bFixedCast,-500;
if (.@r>=11)
   bonus bDelayrate,-10;

Set Script
Margaretha's Memory
Zodiac Boots (Acolyte)
bonus2 bSkillCooldown,"AB_ADORAMUS",-1500;
bonus2 bMagicAtkEle,Ele_Holy,15*(getequiprefinerycnt(EQI_HAND_R)/4);
Chen's Memory
Zodiac Boots (Acolyte)
bonus bDelayrate,-15;
bonus2 bAddClass,Class_Boss,10*(getequiprefinerycnt(EQI_HAND_R)/4);
Margaretha's Memory
Saint Crown
Zodiac Boots (Acolyte)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bNoGemStone;
   if (.@sum >= 35) {
       bonus2 bIgnoreMdefRaceRate,RC_All,40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
   }
}
Chen's Memory
Lion Crown
Zodiac Boots (Acolyte)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus bLongAtkRate,30;
   if (.@sum >= 35) {
       bonus2 bIgnoreDefRaceRate,RC_All,40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40;
   }
}