Viewing Item

#570063: Dimensions Musical Harp

Item ID 570063 For Sale No
Identifier Dimen_TR_Harp Credit Price Not For Sale
Name Dimensions Musical Harp Type Weapon - Musical Instrument
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 230 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Bard / Dancer
Equip Gender Male
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bAtkRate,3+(.@r/2);

4 bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15+5*(.@r/3);

5 bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15+5*(.@r/3);

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

7 if (.@r>=7) {

8 bonus bLongAtkRate,25;

9 if (.@r>=9) {

10 bonus bDelayrate,-10;

11 bonus bPAtk,7;

12 if (.@r>=11) {

13 bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15;

14 bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15;

15 }

16 }

17 }

18 if (.@g>=ENCHANTGRADE_D) {

19 bonus bPAtk,5;

20 if (.@g>=ENCHANTGRADE_C) {

21 bonus2 bSkillAtk,"TR_ROSEBLOSSOM",15;

22 bonus2 bSkillAtk,"TR_ROSEBLOSSOM_ATK",15;

23 if (.@g>=ENCHANTGRADE_B) {

24 bonus bLongAtkRate,10;

25 if (.@g>=ENCHANTGRADE_A) {

26 bonus bPAtk,3*(.@r/2);

27 }

28 }

29 }

30 }

Equip Script None
Unequip Script None