Re: [SQL/SWF] R63 Egyptian Sandstone Artifact {Delirious}

iDeliriouz

Teh Trollface Lulz
Dec 2, 2011
145
28
Took your advice, made a 100% new & freshly designed custom.

Egyptian Sandstone Artifact

6oz8f5.png


Furniture

PHP:
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`) VALUES
(56745023, 'artifact_egypt', 'artifact_egypt', 's', 1, 1, 1, '0', '0', '0', 45671241, '1', '0', '0', '0', '1', 'default', 4, '0');

Catalogue_Items

PHP:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(56745023, '94', '56745023', 'artifact_egypt', '50000', '0', '1');

Furnidata

PHP:
["s","45671241","artifact_egypt","152302","0","1","1","","Egyptian Sandstone Artifact","Designed & Coded by Delirious!","","-1","-1"],

SWF Download:

Credits:

DeliriousCoder 100% Idea + Design + Coding


Rep + Like + Comment!
 

Torva

New Member
Aug 18, 2011
15
1
#1364 - Field 'foot_figure' doesn't have a default value

and now?

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`, `foot_figure`) VALUES
(56745023, 'artifact_egypt', 'artifact_egypt', 's', 1, 1, 1, '0', '0', '0', 45671241, '1', '0', '0', '0', '1', 'default', 4, '0','0');
 

Users who are viewing this thread

Top