Viewing Item (Booster_Pack_30) Ragnarok: Project Zero Control Panel
Basic Info
Name | Booster_Pack_30 |
---|---|
Item ID |
100031
-
Booster_Pack_30
|
Type | Delay Consume |
A box containing items for new adventurers.
Contains the following items:
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
[Event] Orange Potions 20ea Box 8ea
Novice Fly Wing 150ea
Novice Blue Potion 40ea
[Event] Rapid Potion 6ea
[Event] Infinity Drink 3ea
[Event] Challenge Drink 3ea
[Event] Power Drink 9ea
[Event] High Quality Meal 3ea
[Event] Spring Water of Mimir 3ea
World Tour Ticket 5ea
Booster Pack (45) 1ea
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
(This item will be removed at some point after the event.)
Weight: 0
Contains the following items:
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
[Event] Orange Potions 20ea Box 8ea
Novice Fly Wing 150ea
Novice Blue Potion 40ea
[Event] Rapid Potion 6ea
[Event] Infinity Drink 3ea
[Event] Challenge Drink 3ea
[Event] Power Drink 9ea
[Event] High Quality Meal 3ea
[Event] Spring Water of Mimir 3ea
World Tour Ticket 5ea
Booster Pack (45) 1ea
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
(This item will be removed at some point after the event.)
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 | 30 + |
---|---|
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(Orange_Potion_B_20, 8, N_Fly_Wing, 150, E_Rapid_Potion, 6, E_Main_Dish_C, 3, E_Challenge_Drink, 3, E_Unlimited_Drink, 3, E_Power_Drink, 9, E_Mimir_Spring_W, 3, World_Tour_Ticket, 5)) { dispbottom("You cannot wear any more items.", 0xFF0000); end; } delitem(Booster_Pack_30, 1); getitem(Orange_Potion_B_20, 8); getitem(N_Blue_Potion, 40); getitem(N_Fly_Wing, 150); getitem(E_Rapid_Potion, 6); getitem(E_Main_Dish_C, 3); getitem(E_Challenge_Drink, 3); getitem(E_Unlimited_Drink, 3); getitem(E_Power_Drink, 9); getitem(E_Mimir_Spring_W, 3); getitem(World_Tour_Ticket, 5); getitem(Booster_Pack_45, 1); |
Equip Script |
None |
Unequip Script |
None |