AuraRO Logo

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
NPC Buy 20 Weight 100
NPC Sell 10 Weapon Level 0
Range 3 Defense 0
Slots 2 Refineable Yes
Attack 190 Min Equip Level 130
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
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