Item ID | 21042 | For Sale | No | |
---|---|---|---|---|
Identifier | Onimaru_BR | Credit Price | Not For Sale | |
Name | Onimaru Sword | Type | Weapon - Two-Handed Sword | |
NPC Buy | 0 | Weight | 420 | |
NPC Sell | 0 | Weapon Level | 4 | |
Range | 1 | Defense | 0 | |
Slots | 1 | Refineable | Yes | |
Attack | 75 | Min Equip Level | 130 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Two-Handed | |||
Equip Upper | Third / Third Upper / Third Baby | |||
Equippable Jobs | Knight | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bBaseAtk,2*(min(BaseLevel,120)/3); 3 if (BaseLevel>=95) { 4 bonus bBaseAtk,55; 5 if (BaseLevel>=108) { 6 bonus bBaseAtk,95; 7 if (BaseLevel>=120) { 8 bonus bBaseAtk,175; 9 } 10 } 11 } 12 if (.@r>=8) { 13 bonus bUnbreakableWeapon; 14 bonus3 bAutoSpell,"NPC_WIDECURSE",2,20; 15 if (.@r>=11) { 16 bonus4 bAutoSpellOnSkill,"LK_BERSERK","WS_OVERTHRUSTMAX",5,1000; 17 } 18 } |
|||
Equip Script | None | |||
Unequip Script | None |