Viewing Item

#12397: Gift Box?

Item ID 12397 For Sale No
Identifier Fools_Day_Box2 Credit Price Not For Sale
Name Gift Box? Type Delay Consume
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 None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@rnd

2 =

3 rand(1,9);

4 if

5 (.@rnd

6 ==

7 1)

8 itemskill

9 "TF_DETOXIFY",1;

10 else

11 if

12 (.@rnd

13 ==

14 2)

15 itemskill

16 "TF_PICKSTONE",1;

17 else

18 if

19 (.@rnd

20 ==

21 3)

22 itemskill

23 "BA_FROSTJOKER",1;

24 else

25 if

26 (.@rnd

27 ==

28 4)

29 itemskill

30 "DC_SCREAM",1;

31 else

32 if

33 (.@rnd

34 ==

35 5)

36 getitem

37 909,1;

38 else

39 if

40 (.@rnd

41 ==

42 6)

43 itemskill

44 "AL_RUWACH",1;

45 else

46 if

47 (.@rnd

48 ==

49 7)

50 specialeffect2

51 EF_BEGINASURA;

52 else

53 if

54 (.@rnd

55 ==

56 8)

57 specialeffect2

58 EF_MVP;

59 else

60 specialeffect2

61 EF_CURSEATTACK;

Equip Script None
Unequip Script None