Viewing Item (PZ_Local_Mats_Box) Ragnarok: Project Zero Control Panel
Basic Info
Name | PZ_Local_Mats_Box |
---|---|
Item ID |
9100062
-
PZ_Local_Mats_Box
|
Type | Usable |
A box containing your choice of materials for some crafted Local Headgears:
_
- Clock Tower Manager Headset
- Pocket Watch Hair Ornament
- Bacsojin Doll Hat
- General's Helmet
- Memory of Lovers
- Evil Snake Lord Cap
_
Weight: 0
_
- Clock Tower Manager Headset
- Pocket Watch Hair Ornament
- Bacsojin Doll Hat
- General's Helmet
- Memory of Lovers
- Evil Snake Lord Cap
_
Weight: 0
Details
Weight | 0 |
---|---|
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 | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
if (checkweight(Vesper_Memory, 25) == 0) { msgtable(3972); // Failed to set package item!! end; } switch (@selectpackage_boxidx) { case 0: getitem(Cute_Broom, 10); getitem(Showy_Coral_Reef, 10); getitem(Token_of_OrcGeneral, 10); getitem(Shining_Round_Shell, 10); break; case 1: getitem(White_Snake_Tear, 5); break; case 2: getitem(Konts_Letter, 5); break; case 3: getitem(Vesper_Memory, 25); break; case 4: getitem(Snake_Lord_Token, 5); break; case 5: getitem(Racing_Thx_Ticket, 50); break; case 6: getitem(Mythril_Ore, 25); break; default: end; } delitem(@selectpackage_itemid, 1); |
Equip Script |
None |
Unequip Script |
None |