Viewing Item (Gift Box?)

Basic Info

Name 12397 Gift Box?
Item ID 12397 - Fools_Day_Box2
Type Delay Consume
12397
A very suspicious box. You don't know what will happen when you open it.
_
Weight : 1

Details

Weight 1
NPC Buy 20 z
NPC Sell 10 z
Refineable No
Equip Locations None

Stats

Range 0
Defense 0
Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage Can't be used while sitting
Trade Can't be dropped / Can't be sold to NPCs / Can't be placed into Guild Storage
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
.@temp = rand(1, 10); if (.@temp == 1) itemskill(TF_DETOXIFY, 1, ISF_INSTANTCAST | ISF_CASTONSELF); else if (.@temp == 2) itemskill(TF_PICKSTONE, 1); else if (.@temp == 3) itemskill(BA_FROSTJOKE, 1); else if (.@temp == 4) itemskill(DC_SCREAM, 1); else if (.@temp == 5) announce(strcharinfo(PC_NAME) + " shouts : I am a fool!!!", bc_all, C_WHITE); else if (.@temp == 6) getitem(Jellopy, 1); else if (.@temp == 7) itemskill(AL_RUWACH, 1); else if (.@temp == 8) specialeffect(EF_BEGINASURA, AREA, playerattached()); else if (.@temp == 9) specialeffect(EF_MVP, AREA, playerattached()); else specialeffect(EF_CURSEATTACK, AREA, playerattached());
Equip Script
None
Unequip Script
None