[SQL] Coelho, cavalo e monstro [Phoenix] 30.11.12 14:59
Sqls:
Eu mesmo criei as SQLS, com os IDS e nomes de acordo deste tópico:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Estão no mesmo o download para swf própria!
- Código:
~~~~~~~~~~~~horse~~~~~~~~~~~
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(310432111, '14', '13', 'horse', '50', '0', '1');
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
(13, 'horse', 'horse', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '1', '1', '1', 'default', 4, '0');
- Código:
~~~~~~~~~~~monkey~~~~~~~~~~
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(81043211, '14', '14', 'monkey', '50', '0', '1');
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
(81043211, 'monkey', 'monkey', 's', 1, 1, 1, '0', '0', '0', 14, '1', '1', '1', '1', '1', 'default', 4, '0');
- Código:
~~~~~~~~~~~monster~~~~~~~
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(991043211, '14', '15', 'monster', '50', '0', '1');
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
(991043211, 'monster', 'monster', 's', 1, 1, 1, '0', '0', '0', 15, '1', '1', '1', '1', '1', 'default', 4, '0');
- Código:
~~~~~~~~~~monsterplant~~~~~~
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(981043211, '14', '16', 'monsterplant', '50', '0', '1');
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
(981043211, 'monsterplant', 'monsterplant', 's', 1, 1, 1, '0', '0', '0', 16, '1', '1', '1', '1', '1', 'default', 4, '0');
- Código:
~~~~~~~bunnyeaster~~~~~~
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(77773847, 'bunnyeaster', 'bunnyeaster', 's', 1, 1, 1, '0', '0', '0', 17, '0', '0', '0', '0', '1', 'pet', 1, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES(77773847, '8327', '17', 'bunnyeaster', 0, 50, 1);
Eu mesmo criei as SQLS, com os IDS e nomes de acordo deste tópico:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Estão no mesmo o download para swf própria!