Basic Info

Name 28751 Lesser Guild Gladius
Item ID 28751 - Lesser_Guild_Gladius
Type Weapon - Dagger
28751
"¡Ø PvP & WoE-area bonuses only"
Increase physical damage against Players by 15%.
Ignores 5% of Player DEF.
Per +1 refine, +1% additional increase in physical damage against Players.
If +7 or higher, ignores additional 5% of Player DEF.
If +9 or higher, +15% additional increase in physical damage against Players.
If +10 or higher, when using [Hiding], increases damage of [Raid] by 50% and HIT + 30 for 20 seconds.
_
Class : Dagger Attack : 90
Weight : 30
Weapon Level : 3
Required Level : 70
Jobs : Novice, Swordsman, Archer, Thief, Merchant, Mage, Ninja, Soul Linker

Details

Weight 30
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 90
Magical Attack 0
Weapon Level 3
Slots 0

Restrictions

Level Range 70 +
Usage None
Trade None
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 / Soul Linker / Ninja / Kagerou/Oboro
Gender Any

Scripts

Use Script
bonus2(bAddRace, RC_Player, 15 + getrefine()); bonus2(bIgnoreDefRate, RC_Player, 5); if (getrefine() >= 7) bonus2(bIgnoreDefRate, RC_Player, 5); if (getrefine() >= 9) bonus2(bAddRace, RC_Player, 15); if (getrefine() >= 10) { autobonus3("{ bonus2(bSkillAtk, RG_RAID, 50); bonus(bHit, 30); }", 1000, 20000, TF_HIDING); }
Equip Script
None
Unequip Script
None