Viewing Item
#1382: Glorious Two-Handed Axe
Item ID | 1382 | For Sale | No | |
---|---|---|---|---|
Identifier | Krieger_Twohand_Axe1 | Credit Price | Not For Sale | |
Name | Glorious Two-Handed Axe | Type | Weapon - Two-Handed Axe | |
NPC Buy | 20 | Weight | 0 | |
NPC Sell | 10 | Weapon Level | 4 | |
Range | 1 | Defense | 0 | |
Slots | 0 | Refineable | Yes | |
Attack | 220 | Min Equip Level | 80 | |
Max Equip Level | None | |||
Equip Locations | Two-Handed | |||
Equip Upper | None | |||
Equippable Jobs | Swordman / Merchant / Knight / Blacksmith / Crusader / Alchemist | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned | |||
Item Use Script |
1 bonus2 2 bAddRace,RC_DemiHuman,70; 3 bonus2 4 bAddRace,RC_Player_Human,70; 5 bonus2 6 bIgnoreDefRaceRate,RC_DemiHuman,25; 7 bonus2 8 bIgnoreDefRaceRate,RC_Player_Human,25; 9 bonus 10 bUnbreakableWeapon; 11 if 12 (getrefine() 13 5) 14 { 15 bonus2 16 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); 17 bonus2 18 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3); 19 bonus2 20 bIgnoreDefRaceRate,RC_DemiHuman,5; 21 bonus2 22 bIgnoreDefRaceRate,RC_Player_Human,5; 23 bonus3 24 bAutoSpell,"NPC_CRITICALWOUND",1,50; 25 } 26 if 27 (getrefine() 28 8) 29 { 30 bonus3 31 bAutoSpell,"NPC_CRITICALWOUND",1,100; 32 bonus4 33 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; 34 bonus4 35 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200; 36 } |
|||
Equip Script | None | |||
Unequip Script | None |