Viewing Item

#600005: Intermediate Guild Member's Craymore

Item ID 600005 For Sale No
Identifier Woe_Twohand_Sword2_Z Credit Price Not For Sale
Name Intermediate Guild Member's Craymore Type Weapon - Two-Handed Sword
NPC Buy 0 Weight 130
NPC Sell 0 Weapon Level 3
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 175 Min Equip Level 70
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Super novice / Knight / Crusader
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r = getrefine();

2 bonus2 bAddRace,RC_Player_Human,25+.@r;

3 bonus2 bAddRace,RC_Player_Doram,25+.@r;

4 bonus2 bIgnoreDefRaceRate,RC_Player_Human,10;

5 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10;

6 if (.@r>=7) {

7 bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;

8 bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5;

9 }

10 if (.@r>=9) {

11 bonus2 bAddRace,RC_Player_Human,15;

12 bonus2 bAddRace,RC_Player_Doram,15;

13 }

14 if (.@r>=10)

15 autobonus "{ .@r = getrefine(); bonus2 bIgnoreDefRaceRate,RC_Player_Human,10+(.@r-10); bonus2 bIgnoreDefRaceRate,RC_Player_Doram,10+(.@r-10); }",100,7000,BF_WEAPON;

Equip Script None
Unequip Script None