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 80
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 .@g

5 =

6 getenchantgrade();

7 bonus

8 bMdef,10;

9 bonus

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

11 bonus

12 bMaxHPrate,3*(.@r/3);

13 bonus

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

15 if

16 (.@r

17 =10)

18 {

19 bonus

20 bAtkRate,15;

21 if

22 (.@r

23 =11)

24 {

25 bonus

26 bAllStats,7;

27 bonus

28 bSpeedRate,25;

29 if

30 (.@r

31 =12)

32 {

33 bonus2

34 bAddEle,Ele_All,20;

35 if

36 (.@r

37 =13)

38 {

39 bonus

40 bLongAtkRate,30;

41 if

42 (.@r

43 =14)

44 {

45 bonus2

46 bVariableCastrate,"RA_AIMEDBOLT",-100;

47 bonus2

48 bSkillCooldown,"RA_AIMEDBOLT",-1000;

49 bonus2

50 bSkillAtk,"RA_AIMEDBOLT",100;

51 bonus2

52 bSkillAtk,"RA_ARROWSTORM",100;

53 }

54 }

55 }

56 }

57 }

58 if

59 (.@g

60 =ENCHANTGRADE_D)

61 {

62 bonus

63 bFixedCast,-700;

64 if

65 (.@g

66 =ENCHANTGRADE_C)

67 {

68 bonus2

69 bAddSize,Size_All,20;

70 if

71 (.@g

72 =ENCHANTGRADE_B)

73 {

74 bonus

75 bAllTraitStats,10;

76 if

77 (.@g

78 =ENCHANTGRADE_A)

79 {

80 bonus2

81 bSkillAtk,"RA_AIMEDBOLT",100;

82 bonus2

83 bSkillAtk,"RA_ARROWSTORM",100;

84 }

85 }

86 }

87 }

Equip Script None
Unequip Script None