Horn of Ancient

Item ID 18595 Name Horn of Ancient
A horns that contains ancient souls.
_______________________
Refine Level +7:
Random chance to increase attack by 100 for 10 seconds when dealing physical damage.
_______________________
Type: Headgear
Defense: 8
Position: Upper
Weight: 40
Armor Level: 1
_______________________
Requirement:
Base Level 50
Weapon Level 0 Identifier Horn_Of_Ancient
Attack 0 Type Armor
MATK 0 Equip Locations Upper Headgear
Defense 8 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 50
NPC Buy 40 Max Equip Level None
NPC Sell 20 Refineable Yes
Credit Price None Trade restriction Can't be dropped
Item Script
bonus2 bSubClass,Class_Boss,10;
bonus2 bAddClass,Class_Boss,10;
.@r = getrefine();
if (.@r > 6) {
   autobonus "{ bonus bBaseAtk,100; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }";
}
if (.@r > 8) {
   bonus2 bSubClass,Class_Boss,10;
   bonus2 bAddClass,Class_Boss,10;
}

Set Script
Horn of Ancient
Cauda Daemonica
bonus2 bSubClass,Class_Boss,10;