Viewing Item (Firstaid_Box_5) Ragnarok: Project Zero Control Panel
Basic Info
Name | Firstaid_Box_5 |
---|---|
Item ID |
23484
-
Firstaid_Box_5
|
Type | Delay Consume |
A first aid kit containing some essentials.
Contains the following items:
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
Fresh Milk 20ea
Novice Blue Potion 10ea
Novice Magnifier 15ea
[Event] Concentration Potion 1ea
First Aid Kit (10) 1ea
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
"Caution - items may be lost when opening the box with insufficient inventory space!"
_
Required Level : 5
Weight : 0
Contains the following items:
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
Fresh Milk 20ea
Novice Blue Potion 10ea
Novice Magnifier 15ea
[Event] Concentration Potion 1ea
First Aid Kit (10) 1ea
¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª
"Caution - items may be lost when opening the box with insufficient inventory space!"
_
Required Level : 5
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 | 5 + |
---|---|
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(Fresh_Milk, 20, N_Blue_Potion, 10, N_Magnifier, 15, Event_Center_Pot, 1)) { dispbottom("You cannot wear any more items.", 0xFF0000); end; } delitem(Firstaid_Box_5, 1); getitem(Firstaid_Box_10, 1); getitem(Fresh_Milk, 20); getitem(N_Blue_Potion, 10); getitem(N_Magnifier, 15); getitem(Event_Center_Pot, 1); |
Equip Script |
None |
Unequip Script |
None |