ID #500009
Weapon
Dragon Slayer's Longsword [1]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 200
Weight: 1750
Slots: 1
Weapon level: 4
Required level: 99
Attack: 200
Weight: 1750
Slots: 1
Weapon level: 4
Required level: 99
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
1750
Range
3
Job Requirements
Alchemist
Yes
Assassin
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Novice
Yes
Rogue
Yes
Super Novice
Yes
Swordsman
Yes
Thief
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
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; }
.@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;
}