Machado Veterano
Item ID | 1384 |
|
À venda | No | Identifier | Veteran_Axe | Credit Price | Not For Sale | Name | Machado Veterano | Type | Armas - | NPC Buy | 10,000 | Weight | 300 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NPC Sell | 5,000 | Weapon Level | 3 | Range | 1 | Defense | 0 | Slots | 2 | Refineable | Yes | Slots | 2 | Refineable | Yes | |
Max Equip Level | None | Onde equipa | Two-Handed | Topo | None | Classes que usam | Swordman / Merchant / Knight / Blacksmith / Crusader / Alchemist | Gênero | Todos | Negociável | Nenhum | |||||
Script do Item |
1 if (getskilllv("BS_DAGGER") == 3) { 2 bonus bBaseAtk,10; 3 } 4 if (getskilllv("BS_SWORD") == 3) { 5 bonus bBaseAtk,10; 6 } 7 if (getskilllv("BS_TWOHANDSWORD") == 3) { 8 bonus bBaseAtk,10; 9 } 10 if (getskilllv("BS_KNUCKLE") == 3) { 11 bonus bBaseAtk,10; 12 } 13 if (getskilllv("BS_SPEAR") == 3) { 14 bonus bBaseAtk,10; 15 } 16 if (getskilllv("BS_AXE") == 3) { 17 bonus bBaseAtk,10; 18 } 19 if (getskilllv("BS_MACE") == 3) { 20 bonus bBaseAtk,10; 21 } 22 bonus bVit,2; |
Equip Script | None | Unequip Script | None | Description | None |