Dragon Slayer's Longsword

Item ID 500009 Name Dragon Slayer's Longsword
None
Weapon Level 4 Identifier Copy_Gram
Attack 200 Type Weapon - One-Handed Sword
MATK 150 Equip Locations Main Hand
Defense 0 Equippable Jobs Novice, Super novice, Swordman, Merchant, Thief, Knight, Blacksmith, Assassin, Crusader, Rogue, Alchemist
Range 3 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 175 Min Equip Level 99
NPC Buy 500,000 Max Equip Level None
NPC Sell 250,000 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkEle,Ele_Holy;
bonus bStr,10;
bonus bInt,10;
if (BaseLevel>=100) {
   bonus bAtkRate,10*.@r;
   bonus2 bMagicAtkEle,Ele_Holy,5*.@r;
}
else {
   bonus bAtkRate,3*.@r;
   bonus2 bMagicAtkEle,Ele_Holy,2*.@r;
}
if (.@r>=11)
   bonus bAllStats,10;
if (.@r>=12) {
   bonus bBaseAtk,200;
   bonus bMatk,200;
}

Set Script
Randgris Card
Dragon Slayer's Longsword
skill "AB_CLEARANCE",5;
if (BaseLevel>=100) {
   bonus2 bMagicAtkEle,Ele_Holy,50;
   bonus2 bResEff,Eff_Silence,5000;
   bonus2 bResEff,Eff_Stun,5000;
}
else {
   bonus2 bMagicAtkEle,Ele_Holy,15;
   bonus2 bResEff,Eff_Silence,2000;
   bonus2 bResEff,Eff_Stun,2000;
}