Zodiac Boots (Mage)

Item ID 470258 Name Zodiac Boots (Mage)
None
Weapon Level 0 Identifier Zodiac_Boots_MG
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 60 Equippable Jobs Wizard, Sage
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 bMatk,50+(10*(.@r/2));
bonus bMatkRate,.@r/2;
bonus2 bSkillAtk,"WL_CRIMSONROCK",15*(.@r/4);
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15*(.@r/4);
if (.@r>=9)
   bonus bFixedCast,-500;
if (.@r>=11)
   bonus bDelayrate,-10;

Set Script
Catherine's Memory
Zodiac Boots (Mage)
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillCooldown,"WL_CRIMSONROCK",-3000;
bonus2 bMagicAtkEle,Ele_Fire,15*(.@r/4);
bonus bVariableCastrate,-10*(.@r/4);
Celia's Memory
Zodiac Boots (Mage)
.@r = getequiprefinerycnt(EQI_HAND_R);
skill "GC_DARKCROW",5;
bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
bonus2 bSkillCooldown,"GC_DARKCROW",-30000;
bonus2 bSkillAtk,"MG_FIREBOLT",40*(.@r/4);
bonus2 bSkillAtk,"MG_COLDBOLT",40*(.@r/4);
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",40*(.@r/4);
Catherine's Memory
Jade Crown
Zodiac Boots (Mage)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus2 bMagicAddRace,RC_All,20;
   autobonus "{ bonus bMatkRate,30; }",30,10000,BF_MAGIC;
   if (.@sum >= 35) {
       bonus2 bIgnoreMdefRaceRate,RC_All,40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
   }
}
Celia's Memory
Spinel Diadem
Zodiac Boots (Mage)
.@sum = getequiprefinerycnt(EQI_HEAD_TOP) + getequiprefinerycnt(EQI_HAND_R) + getequiprefinerycnt(EQI_SHOES);
if (.@sum >= 33) {
   bonus2 bMagicAddRace,RC_All,20;
   autobonus "{ bonus bInt,200; }",30,10000,BF_MAGIC;
   if (.@sum >= 35) {
       bonus2 bIgnoreMdefRaceRate,RC_All,40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40;
       bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40;
   }
}