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

2 bAgi,7;

3 bonus2

4 bAddClass,Class_All,10

5 +

6 (getskilllv("WM_SEVERE_RAINSTORM")/3);

7 if

8 (getskilllv("WM_UNLIMITED_HUMMING_VOICE")

9 =

10 5)

11 {

12 bonus

13 bHPGainValue,100;

14 bonus

15 bSPGainValue,10;

16 }

17 if

18 (getskilllv("WM_SEVERE_RAINSTORM")

19 =

20 5)

21 bonus2

22 bAddClass,Class_Boss,15;

23 if

24 (getskilllv("WM_FRIGG_SONG")

25 =

26 5)

27 bonus

28 bMaxHPrate,25;

29 if

30 (getskilllv("WM_GLOOMYDAY")

31 =

32 5)

33 bonus

34 bPerfectHitAddRate,15;

Equip Script None
Unequip Script

1 if

2 ((eaclass()&EAJ_THIRDMASK)==EAJ_MINSTRELWANDERER)

3 sc_end

4 SC_UNLIMIT;