SQL for idol_trophy, By Vitinho

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 29, 2008
Messages
75
Reaction score
0
I just did the SQL mobi idol_trophy, posted by Hazzbo@Ragezone this post.
For those who still does not know, screen:

.:Vitinho7:. - SQL for idol_trophy, By Vitinho - RaGEZONE Forums


# Download



# Credits

~ Hazzbo@Ragezone by CCTs
~ Vitinho by SQL
 
1. You need to add the little .cct for the Furni, too, so it will work in big rooms.
2. Here is the SQL Code for all Furni:
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
(19551, 'Totem Spirit Head', 'Which animal are you? 2/3 of Totem', 25, 1, 1, 1, 0.00, 'totem_head', '0,0,0', 68, 0, 1, 1, 19551),
(19552, 'Green Inflatable Chair', 'Soft and tearproof!', 25, 2, 1, 1, 1.00, 'ads_calip_chair', '0,0,0', 68, 0, 1, 1, 19552),
(19553, 'Norwegian Flag', 'Land of the fjord', 3, 0, 0, 0, 0.00, 'flag_norway', '0,0,0', 17, 0, 1, 1, 19553),
(19554, 'Idol Trophy', 'Glittery gold', 12, 1, 1, 1, 0.00, 'ads_idol_trophy', '0,0,0', 44, 0, 1, 1, 19554);
 
Status
Not open for further replies.
Back