Basic Info

Name 100029 Booster_Pack_1
Item ID 100029 - Booster_Pack_1
Type Delay Consume
100029
A box containing items for new adventurers.
Contains the following items:
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
[Event] Novice Potion 200ea
Novice Fly Wing 150ea
Novice Butterfly Wing 30ea
Novice Blue Potion 25ea
Novice Magnifier 150ea
Free Ticket for Kafra Storage 50ea
Free Ticket for Kafra Transportation 50ea
Booster Pack (15) 1ea
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
(This item will be removed at some point after the Anniversary 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 1 +
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(Novice_Potion_B, 200, N_Fly_Wing, 150, N_Butterfly_Wing, 30, N_Blue_Potion, 25, N_Magnifier, 150, Cargo_Free_Ticket, 50, Warp_Free_Ticket, 50)) { dispbottom("You cannot wear any more items.", 0xFF0000); end; } delitem(Booster_Pack_1, 1); getitem(Novice_Potion_B, 200); getitem(N_Fly_Wing, 150); getitem(N_Butterfly_Wing, 30); getitem(N_Blue_Potion, 25); getitem(N_Magnifier, 150); getitem(Cargo_Free_Ticket, 50); getitem(Warp_Free_Ticket, 50); getitem(Booster_Pack_15, 1);
Equip Script
None
Unequip Script
None