Attacker Booster Greaves

Item ID 470000 Name Attacker Booster Greaves
Special boots prepared for your rapid growth.
It is specialized for melee physical attacks.
_______________________
Cannot be refined normally.
_______________________
ATK +20
FLEE +20
_______________________
For each 3 Refine Levels:
MaxHP +1%
_______________________
Refine Level +7:
MaxHP +5%
_______________________
Refine Level +9:
Decreases Fixed Casting Time by 0.5 seconds.
_______________________
Type: Shoes
Defense: 20
Weight: 0
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Atker_Greave
Attack 0 Type Armor
MATK 0 Equip Locations Footgear
Defense 20 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 0 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 Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bBaseAtk,20;
bonus bFlee,20;
.@r = getrefine();
if (.@r>=3) {
   bonus bMaxHPrate,.@r/3;
}
if (.@r>=7) {
   bonus bMaxHPrate,5;
}
if (.@r>=9) {
   bonus bFixedCast,-500;
}

Set Script
Booster Sword
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bAspd,2;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"GN_CART_TORNADO",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"GN_CART_TORNADO\",20; }",1000,60000,"GN_CARTBOOST";
Booster Dagger
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bAtkRate,5;
bonus bDelayrate,-15;
bonus2 bSkillAtk,"SC_FATALMENACE",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"SC_FATALMENACE\",35; }",1000,60000,"ST_PRESERVE";
Booster Axe
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bDelayrate,-10;
bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
bonus2 bSkillAtk,"NC_AXETORNADO",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"NC_AXETORNADO\",20; }",1000,60000,"BS_WEAPONPERFECT";
Booster Book
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bBaseAtk,20;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"SJ_FULLMOONKICK",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"SJ_FULLMOONKICK\",20; }",1000,60000,"SJ_NEWMOONKICK";
Booster Knuckles
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bMaxHPrate,10;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"SR_TIGERCANNON",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"SR_TIGERCANNON\",20; }",1000,60000,"CH_SOULCOLLECT";
Booster Two-handed Sword
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bAspd,2;
bonus bCritAtkRate,10;
bonus2 bSkillAtk,"RK_SONICWAVE",min(BaseLevel,180)/15*2;
autobonus3 "{ bonus2 bSkillAtk,\"RK_SONICWAVE\",35; }",1000,60000,"LK_CONCENTRATION";
Booster Katar
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bAspd,2;
bonus bCritAtkRate,10;
bonus2 bAddEle,Ele_All,min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bAddEle,Ele_All,60; }",1000,60000,"ASC_EDP";
Booster Bow
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bAspd,2;
bonus bCritAtkRate,10;
bonus2 bSkillAtk,"SN_SHARPSHOOTING",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"SN_SHARPSHOOTING\",20; }",1000,60000,"SN_SIGHT";
Booster Gatling
Attacker Booster Plate
Attacker Booster Greaves
Attacker Booster Manteau
Attacker Booster Ring
bonus bBaseAtk,20;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"RL_R_TRIP",min(BaseLevel,180)/15;
autobonus3 "{ bonus2 bSkillAtk,\"RL_R_TRIP\",20; }",1000,60000,"RL_RICHS_COIN";