Viewing Item

#470260: Gaebolg Boots

Item ID 470260 For Sale No
Identifier Gaebolg_Boots Credit Price Not For Sale
Name Gaebolg Boots Type Armor
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 0
Range 0 Defense 128
Slots 1 Refineable Yes
Attack 0 Min Equip Level 245
MATK 0 Max Equip Level None
Equip Locations Footgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMaxHPrate,10;

4 bonus bMaxSPrate,4+(.@r/2);

5 bonus bDef,10*(.@r/2);

6 if (.@r>=7) {

7 bonus bAspdRate,10;

8 if (.@r>=9) {

9 bonus bLongAtkRate,5;

10 bonus bShortAtkRate,5;

11 bonus bPAtk,5;

12 if (.@r>=10) {

13 bonus bBaseAtk,20;

14 bonus bDef,100;

15 if (.@r>=12) {

16 bonus bLongAtkRate,5;

17 bonus bShortAtkRate,5;

18 }

19 }

20 }

21 }

22 if (.@g>=ENCHANTGRADE_D) {

23 bonus bBaseAtk,10;

24 bonus bPow,2;

25 bonus bCon,2;

26 if (.@g>=ENCHANTGRADE_C) {

27 bonus bPAtk,2;

28 bonus bAtkRate,2;

29 if (.@g>=ENCHANTGRADE_B) {

30 bonus bFixedCast,-1000;

31 if (.@g>=ENCHANTGRADE_A) {

32 bonus bPAtk,3;

33 bonus bAtkRate,3;

34 }

35 }

36 }

37 }

Equip Script None
Unequip Script None