Viewing Item

#490193: Traveler Ring

Item ID 490193 For Sale No
Identifier Traveler_Ring Credit Price Not For Sale
Name Traveler Ring Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus bAgi,7;

2 bonus2 bAddClass,Class_All,10 + (getskilllv("WM_SEVERE_RAINSTORM")/3);

3 if (getskilllv("WM_UNLIMITED_HUMMING_VOICE") >= 5) {

4 bonus bHPGainValue,100;

5 bonus bSPGainValue,10;

6 }

7 if (getskilllv("WM_SEVERE_RAINSTORM") >= 5)

8 bonus2 bAddClass,Class_Boss,15;

9 if (getskilllv("WM_FRIGG_SONG") >= 5)

10 bonus bMaxHPrate,25;

11 if (getskilllv("WM_GLOOMYDAY") >= 5)

12 bonus bPerfectHitAddRate,15;

Equip Script None
Unequip Script

1 if ((eaclass()&EAJ_THIRDMASK)==EAJ_MINSTRELWANDERER)

2 sc_end SC_UNLIMIT;