Helm of the Sands

Item ID 400614 Name Helm of the Sands
None
Weapon Level 0 Identifier Areias_Helm_BR
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 3 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 30 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMdef,5;
bonus bDex,2;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
if (.@r>=7) {
   bonus2 bResEff,Eff_Sleep,10000;
   if (.@r>=8) {
       bonus bVariableCastrate,-15;
       if (.@r>=9) {
            bonus bHealPower,20;
            if (.@r>=10) {
                bonus5 bAutoSpell,"NPC_SLOWCAST",5,30,BF_MAGIC|BF_WEAPON,1;
            }
       }
   }
}

Set Script
Helm of the Sands
Staff of the Sands
.@sum = getequiprefinerycnt(EQI_HEAD_TOP)+getequiprefinerycnt(EQI_HAND_R);
bonus bDelayrate,-15;
if (.@sum>=14) {
   bonus bLongAtkDef,20;
   if (.@sum>=18) {
       bonus2 bSubRace,RC_Player_Doram,10;
       bonus2 bSubRace,RC_Player_Human,10;
       if (.@sum>=22) {
            bonus bFixedCast,-500;
       }
   }
}