Fatesend
Server 6


Item Details

Item #12396
Gift Box?
Usable
IdentifierFools_Day_Box
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,10);

4 if

5 (.@temp

6 ==

7 1)

8 itemskill

9 AL_TELEPORT,1;

10 else

11 if

12 (.@temp

13 ==

14 2)

15 itemskill

16 AL_TELEPORT,3;

17 else

18 if

19 (.@temp

20 ==

21 3)

22 percentheal

23 50,0;

24 else

25 if

26 (.@temp

27 ==

28 4)

29 percentheal

30 0,50;

31 else

32 if

33 (.@temp

34 ==

35 5)

36 percentheal

37 50,50;

38 else

39 if

40 (.@temp

41 ==

42 6)

43 getitem

44 Apple,1;

45 else

46 if

47 (.@temp

48 ==

49 7)

50 itemskill

51 ALL_REVERSEORCISH,1;

52 else

53 if

54 (.@temp

55 ==

56 8)

57 specialeffect(EF_MAPPILLAR2,

58 AREA,

59 playerattached());

60 else

61 if

62 (.@temp

63 ==

64 9)

65 specialeffect(EF_ANGEL2,

66 AREA,

67 playerattached());

68 else

69 specialeffect(EF_COIN,

70 AREA,

71 playerattached());

Equip Script None
Unequip Script None