A natural food, ingredient, bait or seed.
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 501 |
aegisName ❔ | Acorn |
Script to execute when the item is used/equipped.
if (@useType == 1)
{
if (!getmapxy([email protected]$, [email protected], [email protected], 0))
{
monster([email protected]$, [email protected], [email protected], l("Oak"), 1017, 1);
}
}
else
{
@min = 12;
@max = 18;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
}