Viewing Item

#470291: Astrologer's Dawn Boots

Item ID 470291 For Sale No
Identifier Astrolo_Dawn_Boots Credit Price Not For Sale
Name Astrologer's Dawn Boots Type Armor
NPC Buy 0 Weight 80
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 190
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 bAllTraitStats,10;

9 bonus

10 bBaseAtk,10*(.@r/2);

11 bonus

12 bMatk,10*(.@r/2);

13 bonus

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

15 bonus

16 bSpl,2*(.@r/3);

17 bonus

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

19 if

20 (.@r

21 =7)

22 {

23 bonus

24 bShortAtkRate,12;

25 bonus

26 bLongAtkRate,12;

27 bonus2

28 bMagicAtkEle,Ele_All,12;

29 if

30 (.@r

31 =9)

32 {

33 bonus

34 bDelayrate,-8;

35 if

36 (.@r

37 =11)

38 {

39 bonus

40 bFixedCast,-700;

41 if

42 (.@r

43 =13)

44 {

45 bonus2

46 bAddRace,RC_All,12;

47 bonus2

48 bMagicAddRace,RC_All,12;

49 }

50 }

51 }

52 }

53 if

54 (.@g

55 =ENCHANTGRADE_D)

56 {

57 bonus

58 bMaxHPrate,5;

59 bonus

60 bMaxSPrate,5;

61 if

62 (.@g

63 =ENCHANTGRADE_C)

64 {

65 bonus

66 bAtkRate,7;

67 bonus

68 bMatkRate,7;

69 if

70 (.@g

71 =ENCHANTGRADE_B)

72 {

73 bonus

74 bFixedCast,-300;

75 if

76 (.@g

77 =ENCHANTGRADE_A)

78 {

79 bonus2

80 bAddClass,Class_All,10;

81 bonus2

82 bMagicAddClass,Class_All,10;

83 }

84 }

85 }

86 }

Equip Script None
Unequip Script None