Viewing Item

#4499: Sealed Samurai Spector Card

Item ID 4499 For Sale No
Identifier Sealed_Samurai_Card Credit Price Not For Sale
Name Sealed Samurai Spector Card Type Card
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus

2 bIgnoreDefClass,Class_Normal;

3 bonus

4 bNoRegen,1;

5 if

6 (getrefine()

7 14)

8 bonus2

9 bHPLossRate,777,8000;

10 else

11 bonus2

12 bHPLossRate,888,5000;

Equip Script None
Unequip Script

1 if

2 (Hp

3 =

4 999

5 &&

6 !getmapflag(strcharinfo(3),mf_pvp)

7 &&

8 !getmapflag(strcharinfo(3),mf_pvp_noparty)

9 &&

10 !getmapflag(strcharinfo(3),mf_pvp_noguild))

11 {

12 heal(1-Hp),0;

13 }

14 else

15 {

16 heal

17 -999,0;

18 }