[Not For Sale] Black Mithril Guard

Item ID 28980 Name [Not For Sale] Black Mithril Guard
None
Weapon Level 0 Identifier Comp_B_mithril_Guard_TH
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 60 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 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 Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
.@r = getrefine();
.@val = 10;
bonus2 bSkillAtk,"SC_FATALMENACE",getskilllv("SC_MAELSTROM")*5;
if (.@r>=7)
   bonus bAspd,2;
if (.@r>=9) {
   bonus bAllStats,2;
   .@val += 5;
}
if (.@r>=11) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}
bonus2 bSubClass,Class_Normal,.@val;

Set Script
[Not For Sale] Black Mithril Guard
Black Mithril Manteau
.@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_GARMENT);
skill "GC_DARKCROW",5;
bonus bMaxHPrate,2*(.@r/3);
if (.@r>=21)
   autobonus "{ bonus bAgi,200; }",30,10000,BF_WEAPON|BF_NORMAL;
[Not For Sale] Black Mithril Guard
[Not For Sale] Black Mithril Manteau
.@r = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_GARMENT);
skill "GC_DARKCROW",5;
bonus bMaxHPrate,2*(.@r/3);
if (.@r>=21)
   autobonus "{ bonus bAgi,200; }",30,10000,BF_WEAPON|BF_NORMAL;