Fatesend
Server 6


Item Details

Item #12397
Gift Box?
Usable
IdentifierFools_Day_Box2
NPC Buy20
NPC Sell 10
Weight1
Slots0
Weapon Level0
Range0
Defense0
Attack0
Min Equip Level None
Max Equip Level None
Refineable
Equip Locations None
Equip Upper All classes
Equippable Jobs All jobs
Equip Gender Both
Trade Restrictions Can't be dropped / Can't be sold to NPC / Can't be put in Guild Storage
Item Use Script

1 .@temp

2 =

3 rand(1,

4 10);

5 if

6 (.@temp

7 ==

8 1)

9 itemskill(TF_DETOXIFY,

10 1,

11 ISF_INSTANTCAST

12 |

13 ISF_CASTONSELF);

14 else

15 if

16 (.@temp

17 ==

18 2)

19 itemskill(TF_PICKSTONE,

20 1);

21 else

22 if

23 (.@temp

24 ==

25 3)

26 itemskill(BA_FROSTJOKE,

27 1);

28 else

29 if

30 (.@temp

31 ==

32 4)

33 itemskill(DC_SCREAM,

34 1);

35 else

36 if

37 (.@temp

38 ==

39 5)

40 announce(strcharinfo(PC_NAME)

41 +

42 "

43 shouts

44 :

45 I

46 am

47 a

48 fool!!!",

49 bc_all,

50 C_WHITE);

51 else

52 if

53 (.@temp

54 ==

55 6)

56 getitem(Jellopy,

57 1);

58 else

59 if

60 (.@temp

61 ==

62 7)

63 itemskill(AL_RUWACH,

64 1);

65 else

66 if

67 (.@temp

68 ==

69 8)

70 specialeffect(EF_BEGINASURA,

71 AREA,

72 playerattached());

73 else

74 if

75 (.@temp

76 ==

77 9)

78 specialeffect(EF_MVP,

79 AREA,

80 playerattached());

81 else

82 specialeffect(EF_CURSEATTACK,

83 AREA,

84 playerattached());

Equip Script None
Unequip Script None