Viewing Item

#36070: Costume Box #2

Item ID 36070 For Sale No
Identifier Costume_2 Credit Price Not For Sale
Name Costume Box #2 Type Cash Shop Reward
NPC Buy 1 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be sold to NPC / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Item Use Script

1 query_sql("select id from pow_costume_box WHERE type = 2 ORDER BY RAND() LIMIT 1",.@itemid);

2 getitem .@itemid,1;

3 end;

Equip Script None
Unequip Script None