Viewing Item

#12397: Gift Box?

Item ID 12397 Name Gift Box?
Weapon Level 0 Identifier Fools_Day_Box2
Attack 0 Type Delay Consume
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 1 Min Equip Level None
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable No
Credit Price Not For Sale Trade restriction None
A very suspicious box. You don't know what will happen when you open it.
_______________________
Weight: 1

  Script
Item
.@rnd = rand(1,9);
if (.@rnd == 1) itemskill "TF_DETOXIFY",1;
else if (.@rnd == 2) itemskill "TF_PICKSTONE",1;
else if (.@rnd == 3) itemskill "BA_FROSTJOKER",1;
else if (.@rnd == 4) itemskill "DC_SCREAM",1;
else if (.@rnd == 5) getitem 909,1;
else if (.@rnd == 6) itemskill "AL_RUWACH",1;
else if (.@rnd == 7) specialeffect2 EF_BEGINASURA;
else if (.@rnd == 8) specialeffect2 EF_MVP;
else specialeffect2 EF_CURSEATTACK;
Equip
None
Unequip
None