Illusion Iron Driver

Item ID 16065 Name Illusion Iron Driver
A round finish, which is said to be used in certain sports.
It's made of carbon steel which enhances killing power and provides high hardness.
_______________________
Indestructible in battle
_______________________
For each Refine Level:
Increases damage of Duplex Light by 3%.
_______________________
For each 2 Refine Levels:
ASPD +1.
_______________________
When equipped with Illusion Muffler:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level of Illusion Iron Driver and Illusion Muffler each is +7 or higher:
Increases damage of Duplex Light by 25%.
_______________________
Total Refine Level of entire set at least +18:
Critical +15
_______________________
Total Refine Level of entire set at least +22:
Increases Critical Damage by 20%.
_______________________
Type: Mace
Attack: 210
Weight: 200
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Archbishop
Weapon Level 4 Identifier Iron_Driver_IL
Attack 210 Type Weapon - Mace
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest
Range 2 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 200 Min Equip Level 120
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAspd,(.@r/2);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",(3*.@r);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",(3*.@r);
bonus bUnbreakableWeapon;

Set Script
Illusion Iron Driver
Illusion Muffler
bonus bAspdRate,10;
.@eq = getequiprefinerycnt(EQI_GARMENT);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
if (.@eq >= 7 && .@weapon >= 7) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25;
}
if ((.@eq + .@weapon) >= 18) {
   bonus bCritical,15;
   if ((.@eq + .@weapon) >= 22) {
      bonus bCritAtkRate,20;
   }
}
Illusion Iron Driver
Mysterious Red Plate
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bMatk,110;
bonus3 bAutoSpell,"NPC_DARKSTRIKE",getskilllv("AB_DUPLELIGHT"),300;
bonus2 bSkillAtk,"NPC_DARKSTRIKE",6*(.@r/2);
if (.@r>=9) {
   bonus2 bAddEle,Ele_Holy,10;
   bonus2 bMagicAddEle,Ele_Holy,10;
   if (.@r>=11) {
       bonus2 bMagicAtkEle,Ele_Dark,15;
   }
}
Illusion Iron Driver
Illusional Saucer
.@r = getequiprefinerycnt(EQI_HAND_R);
bonus bMatk,110;
bonus3 bAutoSpell,"NPC_DARKSTRIKE",getskilllv("AB_DUPLELIGHT"),300;
bonus2 bSkillAtk,"NPC_DARKSTRIKE",6*(.@r/2);
if (.@r>=9) {
   bonus2 bAddEle,Ele_Holy,10;
   bonus2 bMagicAddEle,Ele_Holy,10;
   if (.@r>=11) {
       bonus2 bMagicAtkEle,Ele_Dark,15;
   }
}

Illusion Iron Driver Dropped By

Monster ID Monster Name Chance Can be Stolen Monster Level Monster Race Monster Element Specific Map
3802 Ominous Solider 0.025% YES 161 Brute Level 0 Neutral tur_d03_i
3804 Ominous Turtle General 5% YES 165 Brute Level 0 Neutral tur_d03_i
3802 Ominous Solider 0.025% YES 161 Brute Level 0 Neutral tur_d04_i
3804 Ominous Turtle General 5% YES 165 Brute Level 0 Neutral tur_d04_i