Viewing Item
#13437: Orcish Sword
| Item ID | 13437 | Name | Orcish Sword |
|
|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Orcish_Sword_ | |
| Attack | 90 | Type | Weapon - One-Handed Sword | |
| MATK | 0 | Equip Locations | Main Hand | |
| Defense | 0 | Equippable Jobs | Novice / Super novice / Swordman / Merchant / Thief / Knight / Blacksmith / Assassin / Crusader / Rogue / Alchemist | |
| Range | 1 | Equip Gender | Both (Male and Female) | |
| Slots | 4 | Equip Upper | None | |
| Weight | 80 | Min Equip Level | 5 | |
| NPC Buy | 20 | Max Equip Level | None | |
| NPC Sell | 10 | Refineable | Yes | |
| Credit Price | Not For Sale | Trade restriction | None | |
|
A sword used by Orc tribe. _______________________ Indestructible in battle _______________________ Type: One-Handed Sword Attack: 90 Weight: 80 Weapon Level: 3 _______________________ Requirement: Base Level 5 Novice, Swordsman, Merchant and Thief classes |
||||
| Script | |
|---|---|
| Item |
bonus bUnbreakableWeapon; |
| Equip |
None
|
| Unequip |
None
|
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_L);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"ASC_BREAKER",getskilllv("ASC_BREAKER"),400;
bonus bBaseAtk,15*(.@r+.@weapon/2);
bonus bAspdRate,5*(.@r+.@weapon/2);
if ((.@r + .@weapon) >= 20)
bonus2 bResEff,Eff_Stun,10000;
|
||||||
|
.@r = getequiprefinerycnt(EQI_HAND_L);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
bonus3 bAutoSpell,"ASC_BREAKER",getskilllv("ASC_BREAKER"),400;
bonus bBaseAtk,15*(.@r+.@weapon/2);
bonus bAspdRate,5*(.@r+.@weapon/2);
if ((.@r + .@weapon) >= 20)
bonus2 bResEff,Eff_Stun,10000;
|