Basic Info

Name Calamity Seeds Cache
Item ID 9100072 - PZ_MoroccSeedBox
Type Delay Consume
Description not available

Details

Weight 12
NPC Buy 0 z
NPC Sell 0 z
Refineable No
Equip Locations None

Stats

Range 0
Defense 0
Attack 0
Magical Attack 0
Weapon Level 0
Slots 0

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes All Jobs
Gender Any

Scripts

Use Script
if (!checkweight(MD_Moroc_Randatk, 5, MD_Moroc_Randmatk, 5, MD_Moroc_Randshei, 5, MD_Moroc_Randatk2, 5, MD_Moroc_Randmatk2, 5)) { dispbottom("You cannot carry any more items.", 0xFF0000); end; } delitem(PZ_MoroccSeedBox, 1); getitem(MD_Moroc_Randatk, rand(2, 5)); getitem(MD_Moroc_Randmatk, rand(2, 5)); getitem(MD_Moroc_Randshei, rand(2, 5)); getitem(MD_Moroc_Randatk2, rand(2, 5)); getitem(MD_Moroc_Randmatk2, rand(2, 5));
Equip Script
None
Unequip Script
None