Gift Box?
ID: 12397 · Fools_Day_Box2
NPC Sell:
10z
· 12z with Barter 10
NPC Buy:
20z
Item Info
| Type | Usable |
| Weight | 1 |
| Slots | 0 |
| Equip | None |
| NPC Buy | 20z |
| NPC Sell | 10z |
Description
A very suspicious box. You don't know what will happen when you open it.
Weight: 1
Script
On Equip:
.@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());
No known monster drops for this item.
safe to sell
No recipe or quest asks for this.
An NPC pays 10z,
or 12z
with Barter 10 (+24%).
No record of one being vended, so that is what an NPC offers rather
than what it is worth.