Viewing Item

#30002: Assassin Soulstone

Item ID 30002 For Sale No
Identifier Assassin_Soulstone Credit Price Not For Sale
Name Assassin Soulstone Type Delay Consume
NPC Buy 0 Weight 1
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 1
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 if

2 (Class

3 ==

4 Job_Assassin

5 ||

6 Class

7 ==

8 Job_Assassin_Cross

9 ||

10 Class

11 ==

12 Job_Guillotine_Cross

13 ||

14 Class

15 ==

16 Job_Shadow_Cross

17 )

18 {

19 sc_start4

20 SC_SPIRIT,

21 300000,

22 5,

23 457,

24 0,

25 0;

26 skilleffect

27 457,

28 5;

29 if

30 (countitem(30002))

31 delitem

32 30002,

33 1;

34 }

35 else

36 {

37 dispbottom

38 "This

39 soul

40 cannot

41 be

42 used

43 by

44 your

45 class.";

46 }

Equip Script None
Unequip Script None