Viewing Item

#470072: Unknown Dexterity Boots

Item ID 470072 For Sale No
Identifier MD_Airboat_Boots2 Credit Price Not For Sale
Name Unknown Dexterity Boots Type Armor
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 0
Range 0 Defense 60
Slots 1 Refineable Yes
Attack 0 Min Equip Level 230
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 .@r = getrefine();

2 bonus bBaseAtk,15*(.@r/2);

3 bonus bMaxHP,110*(.@r/3);

4 bonus bMaxSP,10*(.@r/3);

5 if (.@r>=9) {

6 bonus bAspdRate,7;

7 if (.@r>=11) {

8 autobonus "{ .@g = getenchantgrade(); if (.@g >= ENCHANTGRADE_D) { .@val = 25; if (.@g >= ENCHANTGRADE_C) { .@val += 25; } } bonus bDex,175+.@val; }",1,10000,BF_WEAPON|BF_MAGIC;

9 if (.@r>=13) {

10 bonus bFixedCast,-500;

11 }

12 }

13 }

Equip Script None
Unequip Script None