PlusEMU Noble Crown: How do I add?

Tibbe

New Member
Dec 9, 2017
14
0
Hey guys, so I recently found the icon and .swf for the Noble Crown and added it to my SWF. I just cannot figure out how to add it to my catalogue? I don't have the catalogue_items SQL, I don't have the figuredata, I don't have the furnidata either. Please can someone help?
 

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
Run these queries
INSERT INTO `catalog_clothing` (`id`, `clothing_name`, `clothing_parts`) VALUES ('(PUTANID)', 'clothing_noblecrown', '2833');

INSERT INTO `furniture` (`id`, `item_name`, `public_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `height_adjustable`, `effect_id`, `wired_id`, `is_rare`, `clothing_id`, `extra_rot`, `song_id`) VALUES ('PUTANIDHERE', 'clothing_noblecrown', 'Noble Crown', 's', '1', '1', '1', '1', '0', '0', '8626', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', 'IDFROMCATALOG_CLOTHINGHERE', '0', NULL);

INSERT INTO `catalog_items` (`id`, `page_id`, `item_id`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_diamonds`, `amount`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `offer_id`, `song_id`) VALUES ('PUTANIDHERE', 'PAGE_ID', 'IDFROMFURNITURETABLE', 'Noble Crown', '0', '0', '15', '1', '5', '15', '1', '', '', '-1', '0');

Add this to figuredata
<set id="3488" gender="U" club="0" colorable="0" selectable="1" preselectable="0" sellable="1">
<part id="2833" type="ha" colorable="0" index="0" colorindex="0"/>

You should know how to add the item to a page afterwards.
 

Tibbe

New Member
Dec 9, 2017
14
0
Hey dude, really helped me out. Thanks!
 
Hey dude, quick question? Why when I redeem it does it turn out like a squid? @zeroHigh
 
Hey dude, quick question? Why when I redeem it does it turn out like a squid? @zeroHigh
 

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
Something is clearly wrong in your furniture table, you set it to the wrong clothing ID, or your catalog_clothing is wrong. Can I teamviewer?
 

Users who are viewing this thread

Top