Train Furnis

Khalil

IDK
Dec 6, 2011
1,642
786
Hey there guys,so i'v been using these furniture on my hotel (strex hotel) & so i'v decided to share them.

*I Haven't Made These*

1# (Some SQL Codes):

Catalog_items:

Code :

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(100079, CATID, '100079', 'mc_maintraina1', 5, 0, 0, 1),
(100080, CATID, '100080', 'mc_car1traina2', 5, 0, 0, 1),
(100081, CATID, '100081', 'mc_car2traina3', 5, 0, 0, 1),
(100082, CATID, '100082', 'Im_trainstopi4', 5, 0, 0, 1);

Furniture:

Code :

INSERT INTO `furniture` (`id`, `public_name`, `item_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`, `is_arrow`, `foot_figure`) VALUES
(100079, 'mc_maintraina1', 'mc_maintraina1', 's', 1, 1, 1, '0', '0', '0', 100079, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0'),
(100080, 'mc_car1traina2', 'mc_car1traina2', 's', 1, 1, 1, '0', '0', '0', 100080, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0'),
(100081, 'mc_car2traina3', 'mc_car2traina3', 's', 1, 1, 1, '0', '0', '0', 100081, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0'),
(100082, 'Im_trainstopi4', 'Im_trainstopi4', 's', 1, 1, 1, '0', '0', '0', 100082, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0');

Furnidata (even tho it's not a sql):
["s","100079","mc_maintraina1","34011","0","1","1", "","Train's Driver Car"," WOOP WOOP","","-1","-1"],
["s","100080","mc_car1traina2","34011","0","1","1", "","Train's guest Car 1"," WOOP WOOP","","-1","-1"],
["s","100081","mc_car2traina3","34011","0","1","1", "","Train's guest Car 2"," WOOP WOOP","","-1","-1"],
["s","100082","Im_trainstopi4","34011","0","1","1", "","Train's Stop","WOOP WOOP","","-1","-1"],
2# (Finally,Swfs):



3# (Some small screenshot):

2a96ud0.png


So,i hope you liked them ;)
 

Twins

Danish Retro hotel owner
Jul 31, 2012
25
2
These furniture has bug. You can walk right throw them. You cant sit on them. They are not placed on the floor but more in the air
 

Khalil

IDK
Dec 6, 2011
1,642
786
as i said,i didn't make them,so i don't take any blame for any bug or problem,i only found them and loved to share them.
 

Tomm

The Legend
Aug 19, 2012
191
92
ugh.. why release something like this?;S you can clearly see in your screenshot that you can walk through them.. facepalm.jpg
 

Khalil

IDK
Dec 6, 2011
1,642
786
ugh.. why release something like this?;S you can clearly see in your screenshot that you can walk through them.. facepalm.jpg

Look as i said i'm not responsable for them,i liked them so i shared them,if you don't like them it's fine (btwclearly you are the newbie,cause you can edit them and make them un-walkable if you edit the sql code !)
 

Tomm

The Legend
Aug 19, 2012
191
92
Lol? you do realize your SQLs have already incorporated that 'is_walkable' is set to '0'. Gg s0n.
 

Users who are viewing this thread

Top