Viewing Item (Starter Armor Box (10)) Ragnarok: Project Zero Control Panel
Basic Info
Name | Starter Armor Box (10) |
---|---|
Item ID |
100815
-
ep1_Stater_A_Box
|
Type | Usable |
A box containing the High Adventurer set.
Includes all items below.
_
High Adventurer Suit[1]
High Adventurer Hood[1]
High Adventurer Sandals[1]
High Adventurer Clip[1]
Beginner Metal Weapon Voucher[1]
_
"Warning - Beware of weight and inventory limits or items may be lost when opening!"
_
Required Level : 10
Weight : 0
Includes all items below.
_
High Adventurer Suit[1]
High Adventurer Hood[1]
High Adventurer Sandals[1]
High Adventurer Clip[1]
Beginner Metal Weapon Voucher[1]
_
"Warning - Beware of weight and inventory limits or items may be lost when opening!"
_
Required Level : 10
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 | 10 + |
---|---|
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(H_AD_Suits, 1, H_AD_Hood, 1, H_AD_Sandle, 1, H_AD_Clip, 1, ep1_Metal_W_Ticket, 1)) { dispbottom("You cannot wear any more items.", 0xFF0000); end; } delitem(ep1_Stater_A_Box, 1); getitem(H_AD_Suits, 1); getitem(H_AD_Hood, 1); getitem(H_AD_Sandle, 1); getitem(H_AD_Clip, 1); getitem(ep1_Metal_W_Ticket, 1); |
Equip Script |
None |
Unequip Script |
None |