
RENEWAL / ITEMS
Thieve's Guide Vol.1 [1]
#28492Armor
Tip_Of_Thief_Vol1
TypeArmor
Equipment positionAccessory
GenderBoth
Weight1
Buy price20 z
Sell price10 z
Slots1
Required level100
Armor level1
Description
A written guide full of various techniques for thieves. It's contents are not recommended for the general public.
Type: Equipment
Class: Accessory
Weight: 10
Required Level: 100
Required Jobs: All Jobs
Str + 5
Agi + 5
Int + 5
If Masquerade-Enervation is at maximum level,
Enables Level 5 Wind Walker.
If Masquerade-Groomy is at maximum level,
Enables Level 5 Assumptio.
If Masquerade-Ignorance is at maximum level,
Enables Level 5 Maximum Power Thrust.
If Masquerade-Laziness is at maximum level,
Enables Level 5 Meteor Assault.
If Scribble is at maximum level,
Additional Str + 5
Additional Agi + 5
Additional Int + 5
If Masquerade-Unlucky is at maximum level,
Enables Level 1 Frenzy.
If Masquerade-Weakness is at maximum level,
Enables Level 5 Mystical Amplification.
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 bStr,5;
bonus bAgi,5;
bonus bInt,5;
if (getskilllv("SC_ENERVATION")>2)
skill "SN_WINDWALK",5;
if (getskilllv("SC_GROOMY")>2)
skill "HP_ASSUMPTIO",5;
if (getskilllv("SC_IGNORANCE")>2)
skill "WS_OVERTHRUSTMAX",5;
if (getskilllv("SC_LAZINESS")>2)
skill "ASC_METEORASSAULT",5;
if (getskilllv("SC_UNLUCKY")>2)
skill "LK_BERSERK",1;
if (getskilllv("SC_WEAKNESS")>2)
skill "HW_MAGICPOWER",5;
if (getskilllv("RG_GRAFFITI")>0) {
bonus bStr,5;
bonus bAgi,5;
bonus bInt,5;
}