Users Online: 406
Status:
Item ID | 620004 | For Sale | No | |
---|---|---|---|---|
Identifier | Up_Avenger | Credit Price | Not For Sale | |
Name | Patent Avenger | Type | Weapon - Two-Handed Axe | |
NPC Buy | 0 | Weight | 700 | |
NPC Sell | 0 | Weapon Level | 4 | |
Range | 1 | Defense | 0 | |
Slots | 2 | Refineable | Yes | |
Attack | 290 | Min Equip Level | 150 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Two-Handed | |||
Equip Upper | Third / Third Upper / Third Baby | |||
Equippable Jobs | Blacksmith | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@r = getrefine(); 2 bonus bUnbreakableWeapon; 3 bonus bBaseAtk,.@r/2*15; 4 bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/3); 5 if (.@r>=7) { 6 bonus2 bSkillAtk,"NC_AXEBOOMERANG",40; 7 bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-1000; 8 } 9 if (.@r>=9) { 10 bonus2 bAddSize,Size_All,15; 11 } 12 if (.@r>=11) { 13 bonus2 bSubEle,Ele_All,20; 14 } |
|||
Equip Script | None | |||
Unequip Script | None |