Viewing Item

#470177: Void Darkness Boots

Item ID 470177 For Sale No
Identifier Walk_Of_DarkVoid Credit Price Not For Sale
Name Void Darkness Boots Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 100
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 bMdef,10;

3 bonus bAllStats,2;

4 skill "TF_HIDING",1;

5 bonus2 bSubRace,RC_All,2;

6 bonus bAspdRate,3*(.@r/3);

7 if (.@r>=7) {

8 bonus bMaxHPrate,5;

9 bonus bMaxSPrate,5;

10 }

11 if (.@r>=10)

12 bonus2 bSubRace,RC_All,10;

13 if (.@r>=12) {

14 if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue)

15 skill "RG_RAID",1;

16 else {

17 skill "RG_RAID",1;

18 bonus2 bSkillCooldown,"RG_RAID",60000;

19 }

20 }

21 if (.@r>=13)

22 bonus2 bSubRace,RC_All,3;

Equip Script None
Unequip Script None