Viewing Item

#470329: Ancient Ranger Shoes

Item ID 470329 For Sale No
Identifier Ranger_Shoes_US Credit Price Not For Sale
Name Ancient Ranger Shoes Type Armor
NPC Buy 0 Weight 100
NPC Sell 0 Weapon Level 0
Range 0 Defense 50
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 .@g = getenchantgrade();

3 bonus bMdef,10;

4 bonus bCon,3*(.@r/2);

5 bonus bMaxHPrate,3*(.@r/3);

6 bonus bDelayrate,-2*(.@r/3);

7 if (.@r>=10) {

8 bonus bAtkRate,15;

9 if (.@r>=11) {

10 bonus bAllStats,7;

11 bonus bSpeedRate,25;

12 if (.@r>=12) {

13 bonus2 bAddEle,Ele_All,20;

14 if (.@r>=13) {

15 bonus bLongAtkRate,30;

16 if (.@r>=14) {

17 bonus2 bVariableCastrate,"RA_AIMEDBOLT",-100;

18 bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000;

19 bonus2 bSkillAtk,"RA_AIMEDBOLT",100;

20 bonus2 bSkillAtk,"RA_ARROWSTORM",100;

21 }

22 }

23 }

24 }

25 }

26 if (.@g>=ENCHANTGRADE_D) {

27 bonus bFixedCast,-700;

28 if (.@g>=ENCHANTGRADE_C) {

29 bonus2 bAddSize,Size_All,20;

30 if (.@g>=ENCHANTGRADE_B) {

31 bonus bAllTraitStats,10;

32 if (.@g>=ENCHANTGRADE_A) {

33 bonus2 bSkillAtk,"RA_AIMEDBOLT",100;

34 bonus2 bSkillAtk,"RA_ARROWSTORM",100;

35 }

36 }

37 }

38 }

Equip Script None
Unequip Script None