Viewing Item

#32258: Ring of Jupiter

Item ID 32258 For Sale No
Identifier RingofJupiter Credit Price Not For Sale
Name Ring of Jupiter Type Armor
NPC Buy 20 Weight 50
NPC Sell 10 Weapon Level 0
Range 0 Defense 2
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 .@p

2 =

3 getitempos();

4 skill

5 "AL_BLESSING",5;

6 if

7 (.@p

8 ==

9 EQP_ACC_R)

10 {

11 bonus

12 bBaseAtk,15*(readparam(bLuk)/10);

13 bonus

14 bMatk,15*(readparam(bLuk)/10);

15 if

16 (readparam(bLuk)

17 =

18 125)

19 {

20 bonus2

21 bAddClass,Class_Boss,15;

22 bonus2

23 bMagicAddClass,Class_Boss,15;

24 }

25 }

26 if

27 (.@p

28 ==

29 EQP_ACC_L)

30 {

31 bonus

32 bMaxHPrate,2*(readparam(bVit)/10);

33 bonus

34 bMaxSPrate,2*(readparam(bVit)/10);

35 if

36 (readparam(bVit)

37 =

38 125)

39 {

40 bonus

41 bDef,300;

42 bonus

43 bMdef,50;

44 bonus2

45 bSubRace,RC_Player_Human,3;

46 bonus2

47 bSubRace,RC_Player_Doram,3;

48 }

49 }

Equip Script None
Unequip Script None