Rogue's Treasure
ID: 2620 · Ring_Of_Rogue
NPC Sell:
5,000z
NPC Buy:
10.0K
Item Info
| Type | Armor |
| Weight | 10 |
| Slots | 0 |
| Equip Level | 70 |
| Equip | Accessory 1 + Accessory 2 |
| NPC Buy | 10,000z |
| NPC Sell | 5,000z |
Description
An exclusive ring for the Thief and Ninja class.
If the wearer has base STR 90 or higher:
Hit +10
FLEE +10
If the wearer has base AGI 90 or higher:
Atk +10
Critical +10
When equipped with Black Cat, inflicts additional damage to large sized monsters by 8% and Casting Speed -3%.
When equipped with Cold Heart, damage against medium sized monsters +8% and Reduces after attack delay by 3.
Class: Accessory
Defense: 0
Weight: 10
Level Requirement: 70
Jobs: Thief and Ninja Class
Script
On Equip:
if(readparam(bStr)>=90) {
bonus bHit,10;
bonus bFlee,10;
}
if(readparam(bAgi)>=90) {
bonus bBaseAtk,10;
bonus bCritical,10;
}
Combo (Ring_Of_Rogue + Cold_Heart):
bonus2 bAddSize, Size_Medium, 8;
bonus bAspdRate, getequiprefinerycnt(EQI_HAND_R) / 2;
Combo (Ring_Of_Rogue + Black_Cat):
bonus2 bAddSize, Size_Large, 8;
bonus bHit, getequiprefinerycnt(EQI_HAND_R) / 2;
bonus bCastrate, -getequiprefinerycnt(EQI_HAND_R) / 2;
No known monster drops for this item.