Viewing Item

#500082: Boosting Glacier One-Handed Sword

Item ID 500082 For Sale No
Identifier Z_Boost_N_OH_Sword Credit Price Not For Sale
Name Boosting Glacier One-Handed Sword Type Weapon - One-Handed Sword
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 3
Range 1 Defense 0
Slots 0 Refineable Yes
Attack 197 Min Equip Level 1
MATK 130 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Novice / Super novice / Swordman / Merchant / Thief / Knight / Blacksmith / Assassin / Crusader / Rogue / Alchemist
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus bUnbreakableWeapon;

3 bonus bAtkRate,10;

4 bonus bMatkRate,10;

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

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

7 bonus bVit,.@r/2;

8 if (.@r>=7) {

9 bonus2 bIgnoreDefRaceRate,RC_All,25;

10 bonus2 bIgnoreMdefRaceRate,RC_All,25;

11 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;

12 bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;

13 bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-25;

14 bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-25;

15 if (.@r>=9) {

16 bonus bAtkRate,5;

17 bonus bMatkRate,5;

18 }

19 }

Equip Script None
Unequip Script None