[REL] Olympic furni and more

Status
Not open for further replies.
Joined
Jan 4, 2007
Messages
184
Reaction score
1
Fresh! Not here to steal NGangsta second job. XD
Includes the Olympic furni and some others just released.


[UPDATE!] greek_block (released later):

[UPDATE!] rickymenier wrote some SQL queries for these furni. Check it out by clicking here (or just scroll down).

Texts (not official):
Code:
furni_easy_bowl2_desc=A bowl of Easy Mac
furni_easy_bowl2_name=Easy Mac Bowl
furni_easy_carpet_desc=E-A-S-Y-M-A-C
furni_easy_carpet_name=Easy Mac carpet
wallitem_easy_poster_desc=Easy Macking your wall
wallitem_easy_poster_name=Easy Mac
furni_greek_corner_desc=Great way to curves
furni_greek_corner_name=Greek Column
furni_greek_gate_desc=Don't let the Troyans in!
furni_greek_gate_name=Greek Gate
furni_greek_block_desc=A nice addition to your Greek room
furni_greek_block_name=Greek Block
furni_greek_pillars_desc=Four pillars aligned
furni_greek_pillars_name=Greek Pillars
furni_greek_seat_desc=A comfortable rock
furni_greek_seat_name=Greek Seat
furni_greektrophy*1_desc=Glittery gold
furni_greektrophy*1_name=Greek trophy
furni_greektrophy*2_desc=Shiny silver
furni_greektrophy*2_name=Greek trophy
furni_greektrophy*3_desc=Breathtaking bronze
furni_greektrophy*3_name=Greek trophy
wallitem_ads_nokia_logo_desc=Advertising is coooool
wallitem_ads_nokia_logo_name=Nokia
wallitem_ads_nokia_phone_desc=Ringtones are so boring
wallitem_ads_nokia_phone_name=Nokia Cellphone
wallitem_window_hole_desc=Hole in the wall v2.0
wallitem_window_hole_name=Window
Wic - [REL] Olympic furni and more - RaGEZONE Forums

Wic - [REL] Olympic furni and more - RaGEZONE Forums
 
Last edited:
Any SQL Execution? For Holo EMULATOR x]
Rate: 10/10 100% Excellent Creativity, Along With Showing True Potential =]
 
Cool
But I Prefer Ngangsta Releases he release all buy_furni,catalogue,ctt
But good HJob
Can someone release the buy_furni?
 
lmao im trying to make the spl furni files for them :P

EDIT: WOOOOO first time making furni files and I succeeded :D I have made the gate and it is working :D I will work on the rest and release later.
 
not sure how long it will take seeing as I am new to it lol but I will get it. right now im working on just the greek things for SQL not flatline

EDIT:The trophys are working, can't change their color. I will be working on this item then I will release the Greek Furni for mySQL

EDIT: I got the trophys to change colors but you can't type anything on them

EDIT: Ok guys I've finished the greek furni for SQL.

Wic - [REL] Olympic furni and more - RaGEZONE Forums


Copy this code.
Go to catalogue_items in myphpadmin.
at the top click sql and paste the code in there.

PHP:
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
(1350, 'NAME', 'DESC', 5, 1, 1, 1, 3.00, 'greek_corner', '0,0,0', 80, 0, 1, 1, 1350),
(1351, 'NAME', 'DESC', 5, 1, 2, 1, 0.00, 'greek_gate', '0,0,0', 80, 1, 1, 1, 1351),
(1352, 'NAME', 'DESC', 5, 1, 2, 1, 3.00, 'greek_pillars', '0,0,0', 80, 0, 1, 1, 1352),
(1353, 'NAME', 'DESC', 5, 4, 1, 1, 0.00, 'greek_seat', '0,0,0', 80, 0, 1, 1, 1353),
(1354, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*1', '#ffffff,#ffffff,#FFDD3F', 44, 0, 1, 1, 1354),
(1355, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*2', '#ffffff,#ffffff,#ffffff', 44, 0, 1, 1, 1355),
(1356, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*3', '#ffffff,#ffffff,#996600', 44, 0, 1, 1, 1356),
(1357, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'easy_bowl2', '0,0,0', 79, 0, 1, 1, 1357),
(1358, 'NAME', 'DESC', 5, 4, 4, 4, 1.00, 'easy_carpet', '0,0,0', 79, 0, 1, 1, 1358),
(1359, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'easy_poster', '0,0,0', 79, 0, 1, 1, 1359),
(1360, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_nokia_logo', '0,0,0', 79, 0, 1, 1, 1360),
(1361, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_nokia_phone', '0,0,0', 79, 0, 1, 1, 1361),
(1362, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'window_hole', '0,0,0', 79, 0, 1, 1, 1362);

Same for this one but in catalogue_pages.

PHP:
INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(80, 7, 'Greek', 'Greek', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', 'NULL'),
(79, 7, 'Advertisement', 'Advertisement', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', NULL, 'For a limited time only!', 'NULL');


Have fun :D

in screenie. didn't mean I made it I met I made the files :D

also if you would like to test them out go to
 
Last edited:
scuse me this is a custo furni? and i'm enter the catalogue pages e items of ricky, but pages open and not see a furni...
 
you probably didn't add cct's to yur dcr's. that might be a good idea.

I've just finished making the rest of the sql files for the furni. I updated my other post.
 
Status
Not open for further replies.
Back