Viewing Item

#32019: Boost Lance-OS

Item ID 32019 For Sale No
Identifier Boost_Lance_OS Credit Price Not For Sale
Name Boost Lance-OS Type Weapon - One-Handed Spear
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 4
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 190 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 .@aspd = 3;

3 if (.@r >= 7) {

4 .@aspd += 7;

5 if (.@r >= 9) {

6 .@dmg = 20;

7 if (.@r >= 11) {

8 .@dmg += 15;

9 }

10 bonus2 bSkillAtk,"LG_BANISHINGPOINT",.@dmg;

11 }

12 }

13 bonus bAspdRate,.@aspd;

Equip Script None
Unequip Script None