Prepare-se para um novo desafio

Venha se divertir em nosso servidor!!!

Database

Item

Informações Ring of Jupiter

Ring of Jupiter

ID: 32258
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 skill

2 "AL_BLESSING",5;

3 if

4 (getequipid(EQI_ACC_R)

5 ==

6 32258)

7 {

8 bonus

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

10 bonus

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

12 if

13 (readparam(bLuk)

14 =

15 125)

16 {

17 bonus2

18 bAddClass,Class_Boss,15;

19 bonus2

20 bMagicAddClass,Class_Boss,15;

21 }

22 }

23 if

24 (getequipid(EQI_ACC_L)

25 ==

26 32258)

27 {

28 bonus

29 bMaxHPRate,2*(readparam(bVit)/10);

30 bonus

31 bMaxSPRate,2*(readparam(bVit)/10);

32 if

33 (readparam(bVit)

34 =

35 125)

36 {

37 bonus

38 bDef,300;

39 bonus

40 bMdef,50;

41 bonus2

42 bSubRace,RC_Player_Human,3;

43 bonus2

44 bSubRace,RC_Player_Doram,3;

45 }

46 }

Equip Script None
Unequip Script None