Adding more Furni?

Brennen

hippopotomonstrosesquipedaliophobia
Nov 6, 2011
291
36
Is there a way I can dubplicate a item in the catalog_items part instead of re-adding it again so I can put it in another page but with a ifferent amount and cost?
 

enet

Member
Oct 28, 2011
36
2
Yeah can just extract the sql like this

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(825, 94, '202', 'throne', 0, 0, 0, 1)

Just change 825 to a different ID 94 would be the rares page and keep 202 the same since it loads the swf for the piece of furni and 1 being the amount just change that to any amount you want. Its the only way I'd know how to do it. Basically do this for any furni you want to duplicate
 

Users who are viewing this thread

Top