Viewing Item (Sahario's Reward Box) Ragnarok: Project Zero Control Panel
Basic Info
Name | Sahario's Reward Box |
---|---|
Item ID |
100842
-
Ep1_end_supplies
|
Type | Usable |
A special reward box from Sahario.
A gift from Sahario for your hard work on the Royal Palace Investigation Team.
_
Contains the following items:
[EP1] Rapid Potion 10ea
[EP1] Infinity Drink 10ea
[EP1] Challenge Drink 10ea
[EP1] Power Drink 10ea
[EP1] High Quality Meal 10ea
[EP1] Spring Water of Mimir 10ea
[EP1] Life Insurance 10ea
Weight : 0
A gift from Sahario for your hard work on the Royal Palace Investigation Team.
_
Contains the following items:
[EP1] Rapid Potion 10ea
[EP1] Infinity Drink 10ea
[EP1] Challenge Drink 10ea
[EP1] Power Drink 10ea
[EP1] High Quality Meal 10ea
[EP1] Spring Water of Mimir 10ea
[EP1] Life Insurance 10ea
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 | Can't be dropped / Can't be traded or vended / Can't be sold to NPCs / 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(ME1_Rapid_Potion, 10, EP1_Unlimited_Drink1, 10, EP1_Challenge_Drink, 10, EP1_Power_Drink, 10, EP1_Main_Dish_C, 10, EP1_Mimir_Spring_W, 10, EP1_Life_Insurance, 10)) { dispbottom("You cannot wear any more items.", 0xFF0000); end; } delitem(Ep1_end_supplies, 1); getitem(ME1_Rapid_Potion, 10); getitem(EP1_Unlimited_Drink1, 10); getitem(EP1_Challenge_Drink, 10); getitem(EP1_Power_Drink, 10); getitem(EP1_Main_Dish_C, 10); getitem(EP1_Mimir_Spring_W, 10); getitem(EP1_Life_Insurance, 10); |
Equip Script |
None |
Unequip Script |
None |