
RENEWAL / ITEMS
Hunting Knife [1]
#28491Armor
Matagi_Swordaxe
TypeArmor
Equipment positionAccessory
GenderBoth
Weight40
Buy price20 z
Sell price10 z
Slots1
Required level90
Armor level1
Description
A dagger with a wide variety of applications. Particularly useful for hunting in the mountains.
Class: Accessory
Weight: 40
Requires Level: 90
Usable By: All Jobs
Luk + 2
Hit + 10
Crit + 5 when performing a long-ranged attack.
Enables Level 1 Hiding.
If the users base Luk is 100 or higher,
Additional Hit + 5
Additional Crit + 10 when performing a long-ranged attack.
Set Bonus
Sharp 1
Hunting Knife [1]
Hit + 15
Crit + 10 when performing a long-ranged attack.
Set Bonus
Sharp 2
Hunting Knife [1]
Hit + 15
Crit + 10 when performing a long-ranged attack.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Accessory
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- No
- Trade
Item effect script
bonus bLuk,2;
bonus bHit,10;
bonus bCriticalLong,5;
skill "TF_HIDING",1;
if (readparam(bLuk)>=100) {
bonus bHit,5;
bonus bCriticalLong,10;
}