Viewing Item
#12397: Gift Box?
Item ID | 12397 | For Sale | No |
---|---|---|---|
Identifier | Fools_Day_Box2 | Credit Price | Not For Sale |
Name | Gift Box? | Type | Usable |
NPC Buy | 20 | Weight | 1 |
NPC Sell | 10 | Weapon Level | 0 |
Range | 0 | Defense | 0 |
Slots | 0 | Refineable | No |
ATK | 0 | Min Equip Level | 0 |
MATK | 0 | Max Equip Level | None |
Equip Locations | None | ||
Equip Upper | Normal / Upper / Baby / Third / Third Upper / Third Baby | ||
Equippable Jobs | All Jobs | ||
Equip Gender | Both (Male and Female) | ||
Item Use Script |
1 .@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 |