Viewing Item

#530000: Booster Spear

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

1 bonus bMatkRate,3;

2 bonus2 bAddClass,Class_All,3;

3 bonus2 bMagicAtkEle,Ele_Holy,3;

4 .@r = getrefine();

5 if (.@r) {

6 bonus bBaseAtk,.@r*2;

7 bonus bMatk,.@r*2;

8 }

9 .@i = min(BaseLevel,180)/15*3;

10 bonus bBaseAtk,.@i;

11 bonus bMatk,.@i;

12 if (.@r>=7) {

13 bonus2 bMagicAtkEle,Ele_Holy,getskilllv("CR_TRUST");

14 }

15 if (.@r>=9) {

16 bonus bLongAtkRate,10;

17 }

Equip Script None
Unequip Script None