
Originally Posted by
Arnii
Here is the first CCT of them, it's the stone (3rd at top).
I don't got a V26 database so I don't remember how to create SQL for them, If somebody can make SQL, post SQL of a basic furni or give me a V26 database so I can make SQL for it. When I know this one works I'll CCT them all
Grr..
Arnii
Took me like 5 mins but yeh, here u go...
Code:
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
(`1572`,`Stone`,`The very cool minecraft stone, created by Arnii`,`250`,`1`,`1`,`1`,`1`,`stone`,``,`54`,`0`,`1`,`1`,`1572`);
This is untested, so dunno if it works.