Viewing Item

#13110: Glorious Pistol

Item ID 13110 For Sale No
Identifier Krieger_Pistol1 Credit Price Not For Sale
Name Glorious Pistol Type Weapon - Revolver
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 4
Range 7 Defense 0
Slots 0 Refineable Yes
Attack 80 Min Equip Level 80
Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Gunslinger
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 bonus2

2 bAddRace,RC_DemiHuman,55;

3 bonus2

4 bAddRace,RC_Player_Human,55;

5 bonus2

6 bIgnoreDefRaceRate,RC_DemiHuman,20;

7 bonus2

8 bIgnoreDefRaceRate,RC_Player_Human,20;

9 bonus

10 bUnbreakableWeapon;

11 if

12 (getrefine()

13 5)

14 {

15 bonus2

16 bAddRace,RC_DemiHuman,pow(getrefine()-4,2);

17 bonus2

18 bAddRace,RC_Player_Human,pow(getrefine()-4,2);

19 bonus2

20 bIgnoreDefRaceRate,RC_DemiHuman,5;

21 bonus2

22 bIgnoreDefRaceRate,RC_Player_Human,5;

23 }

24 if

25 (getrefine()

26 8)

27 {

28 bonus4

29 bAutoSpellOnSkill,"GS_RAPIDSHOWER","GS_GLITTERING",1,1000;

30 bonus2

31 bSkillAtk,"GS_RAPIDSHOWER",getrefine()*2;

32 }

Equip Script None
Unequip Script None