Viewing Item

#490405: Beast Rings

Item ID 490405 For Sale No
Identifier aegis_490405 Credit Price Not For Sale
Name Beast Rings Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 1
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 bonus2 bSubRace,RC_All,5;

2 bonus2 bSubRace,RC_Player_Doram,-5;

3 bonus2 bSubRace,RC_Player_Human,-5;

4 bonus2 bExpAddRace,RC_All,5;

5 switch( getpetinfo(PETINFO_EGGID) ) {

6 case 9003: // Poporing_Egg

7 bonus2 bSubRace,RC_Plant,5;

8 bonus2 bExpAddRace,RC_All,15;

9 break;

10 case 9040: // Civil_Servant_Egg

11 bonus2 bSubRace,RC_Angel,5;

12 bonus2 bExpAddRace,RC_All,15;

13 break;

14 case 9015: // Smokie_Egg

15 bonus2 bSubRace,RC_Brute,5;

16 bonus2 bExpAddRace,RC_All,15;

17 break;

18 case 9020: // Sohee_Egg

19 bonus2 bSubRace,RC_Demon,5;

20 bonus2 bExpAddRace,RC_All,15;

21 break;

22 case 9046: // Goblin_Leader_Egg

23 bonus2 bSubRace,RC_Dragon,5;

24 bonus2 bExpAddRace,RC_All,15;

25 break;

26 case 9044: // Shinobi_Egg

27 bonus2 bSubRace,RC_DemiHuman,5;

28 bonus2 bExpAddRace,RC_All,15;

29 break;

30 case 9007: // Steel_Chonchon_Egg

31 bonus2 bSubRace,RC_Insect,5;

32 bonus2 bExpAddRace,RC_All,15;

33 break;

34 case 9018: // Munak_Egg

35 bonus2 bSubRace,RC_Undead,5;

36 bonus2 bExpAddRace,RC_All,15;

37 break;

38 case 9050: // Medusa_Egg

39 bonus2 bSubRace,RC_Formless,5;

40 bonus2 bExpAddRace,RC_All,15;

41 break;

42 case 9062: // Novice_Poring_Egg

43 bonus2 bSubRace,RC_Fish,5;

44 bonus2 bExpAddRace,RC_All,15;

45 break;

46 }

Equip Script None
Unequip Script None