keiller
Mr Tutorial Man
- Jun 9, 2012
- 492
- 108
CREDITS:
I did not create this nor help create, I just thought I would re-release it on devbest for others to use Pictures/SQL's supplied by HabMoon.
Screenshot:
Download:
SQL/Producdata:
Full credits to Habmoon for the swf/sqls and pictures.
Code:
HabMoon - 100%
Keiller - 0%
I did not create this nor help create, I just thought I would re-release it on devbest for others to use Pictures/SQL's supplied by HabMoon.
Screenshot:
Download:
You must be registered for see links
SQL/Producdata:
Code:
Furniture:
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`) VALUES
(31388, 'Olympic bronze', 'avatar_effect109', 'e', 1, 1, 1, '0', '0', '0', 109, '0', '0', '0', '0', '1', 'default', 1, '0', '0'),
(31389, 'Olympic silver', 'avatar_effect110', 'e', 1, 1, 1, '0', '0', '0', 110, '0', '0', '0', '0', '1', 'default', 1, '0', '0'),
(31390, 'Olympic gold', 'avatar_effect111', 'e', 1, 1, 1, '0', '0', '0', 111, '0', '0', '0', '0', '1', 'default', 1, '0', '0');
Code:
Catalogue Item:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(NULL, PageID, '31388', 'HabMoon_fx109', 5, 0, 0, 1, '0'),
(NULL, PageID, '31389', 'HabMoon_fx110', 5, 0, 0, 1, '0'),
(NULL, PageID, '31390', 'HabMoon_fx111', 5, 0, 0, 1, '0');
Code:
Productdata:
["HabMoon_fx109","Bronze medal","Third place"],
["HabMoon_fx110","Silver medal","Second place"],
["HabMoon_fx111","Gold medal","First place"],
Full credits to Habmoon for the swf/sqls and pictures.