• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Custom [REL] Pokemon Origins "Red" Holoboy [SWF//SQL]

Initiate Mage
Joined
Feb 20, 2015
Messages
1
Reaction score
0
Please help! its says



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` ,`height_adjustable` , `effectM` , `effectF` , `HeightOverride` )
VALUES ( 46900010, 'holoered', 'holoered', 's', 1, 1, 1, '1', '0', '0', 46900010, '1', '1', '1', '1', '1', 'default', 4, '0', '0', NULL , '0', 0, 0, '0' ) ;

 
Newbie Spellweaver
Joined
Jan 6, 2015
Messages
40
Reaction score
25
Please help! its says



INSERTINTO`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`,`height_adjustable`,`effectM`,`effectF`,`HeightOverride`)
VALUES(46900010,'holoered','holoered','s',1,1,1,'1','0','0',46900010,'1','1','1','1','1','default',4,'0','0',NULL,'0',0,0,'0');


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
(36900101, 'holoered', 'holoered', 's', 1, 1, 1, '1', '0', '0', 91000101, '1', '1', '1', '1', '1', 'default', 4, '0');

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

PHP:
["s","91000101","holoered","9000101","0","1","1","","Pokemon Red Holoboy","Created By Elysian","","-1","-1"],
 
Back
Top