Viewing Item

#520031: Muqaddas Tabar

Item ID 520031 For Sale No
Identifier Mocadas_Axe Credit Price Not For Sale
Name Muqaddas Tabar Type Weapon - One-Handed Axe
NPC Buy 0 Weight 600
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 250
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Blacksmith
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bAtkRate,5;

5 bonus2 bSkillAtk,"MT_TRIPLE_LASER",10;

6 if (.@r>=7) {

7 bonus bLongAtkRate,10;

8 if (.@r>=9) {

9 bonus2 bSkillAtk,"MT_TRIPLE_LASER",10;

10 if (.@r>=11) {

11 bonus2 bSkillAtk,"MT_TRIPLE_LASER",10;

12 }

13 }

14 }

15 if (.@g>=ENCHANTGRADE_D) {

16 bonus2 bAddSize,Size_Small,15;

17 if (.@g>=ENCHANTGRADE_C) {

18 bonus2 bAddSize,Size_Medium,15;

19 if (.@g>=ENCHANTGRADE_B) {

20 bonus2 bAddSize,Size_Large,15;

21 if (.@g>=ENCHANTGRADE_A) {

22 bonus bPAtk,5;

23 }

24 }

25 }

26 }

Equip Script None
Unequip Script None