Basic Info

Name 23502 Firstaid_Box_95
Item ID 23502 - Firstaid_Box_95
Type Delay Consume
23502
A first aid kit containing some essentials.
Contains the following items:
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
[Not for sale] White Potions 20ea Box 8ea
[Event] Blue Potion 45ea
[Event] Berserk Potion 2ea
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
"Caution - items may be lost when opening the box with insufficient inventory space"
_
Required Level : 95
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 95 +
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(White_Potion_B_20, 8, Event_Blue_Potion, 45, Event_Berserk_Pot, 2)) { dispbottom("You cannot wear any more items.", 0xFF0000); end; } delitem(Firstaid_Box_95, 1); getitem(White_Potion_B_20, 8); getitem(Event_Blue_Potion, 45); getitem(Event_Berserk_Pot, 2);
Equip Script
None
Unequip Script
None