Basic Info

Name 510045 Royal Investigation Dagger
Item ID 510045 - RoyalInvestig_TH_Dagger
Type Weapon - Dagger
510045
A weapon from Sahario for your hard work in the Royal Investigation Team.
_
If +7 or higher, ASPD + 10%.
Base Level 20 or higher: For every 10 Base Level, ATK + 3. (up to Base Level 90)
_
Class : Dagger Attack : 112
Weight : 0
Weapon Level : 3
Required Level : 20
Jobs : Thief, Rogue

Details

Weight 0
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 0
Defense 0
Attack 112
Magical Attack 0
Weapon Level 3
Slots 0

Restrictions

Level Range 20 +
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Novice / Swordsman / Magician / Archer / Merchant / Thief / Knight / Wizard / Blacksmith / Hunter / Assassin / Crusader / Sage / Rogue / Alchemist / Bard/Dancer / Ninja / Kagerou/Oboro
Gender Any

Scripts

Use Script
if (BaseLevel >= 20) bonus(bBaseAtk, 3 * (min(90, BaseLevel) / 10)); if (getrefine() >= 7) bonus(bAspd, 10);
Equip Script
None
Unequip Script
None