Item ID | 28133 | For Sale | No | |
---|---|---|---|---|
Identifier | Woe_Twohand_Axe1_Z | Credit Price | Not For Sale | |
Name | Lesser Guild Member's Two-Handed Axe | Type | Weapon - Two-Handed Axe | |
NPC Buy | 0 | Weight | 150 | |
NPC Sell | 0 | Weapon Level | 3 | |
Range | 1 | Defense | 0 | |
Slots | 0 | Refineable | Yes | |
Attack | 175 | Min Equip Level | 70 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Two-Handed | |||
Equip Upper | None | |||
Equippable Jobs | Merchant / Blacksmith / Alchemist | |||
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 bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; 14 bonus bAspdRate,10; 15 } 16 if (.@r>=10) 17 autobonus3 "{ bonus bBreakWeaponRate,10000; }",10+(.@r-10),20000,"BS_OVERTHRUST"; |
|||
Equip Script | None | |||
Unequip Script | None |