Easter 2011 + PetFood

Trey

New Member
Apr 14, 2011
31
0
Hey DevBest! It's me, Trey as you all know ( or might not :p ) well im just gonna say i found this rel on ***** and i didnt see it on DevBest so, Here we go



These SQL's Are Recommended for PhoenixDB Furniture Table.

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
(90000, 'milkbowl', 'milkbowl', 's', 1, 1, 0.001, '0', '0', '1', 3906, '1', '1', '1', '1', '1', 'default', 5, '0'),
(90001, 'petfood21', 'petfood21', 's', 1, 1, 0.001, '0', '0', '1', 3907, '1', '1', '1', '1', '1', 'default', 5, '0'),
(90002, 'easter11_basket', 'easter11_basket', 's', 1, 1, 1, '1', '0', '0', 3908, '1', '1', '1', '1', '1', 'default', 2, '0'),
(90003, 'easter11_grasspatch', 'easter11_grasspatch', 's', 2, 2, 0.001, '1', '0', '1', 3909, '1', '1', '1', '1', '1', 'default', 1, '0'),
(90004, 'ads_wowpball', 'ads_wowpball', 's', 1, 1, 1, '0', '0', '0', 3910, '1', '1', '1', '1', '1', 'default', 2, '0'),
(90005, 'pet_food_corn', 'pet_food_corn', 's', 1, 1, 0.001, '0', '0', '1', 3911, '1', '1', '1', '1', '1', 'default', 5, '0'),
(90006, 'pet_toy_trampoline', 'pet_toy_trampoline', 's', 1, 1, 0.8, '0', '0', '1', 3912, '1', '1', '1', '1', '1', 'default', 2, '0'),
(90007, 'nest_chick', 'nest_chick', 's', 1, 1, 0.6, '0', '0', '1', 3913, '1', '1', '1', '1', '1', 'default', 1, '0'),
(90008, 'easter11_tag', 'easter11_tag', 's', 1, 1, 1, '0', '0', '0', 3914, '1', '1', '1', '1', '1', 'default', 2, '0')

Catalog_items

PHP:
 INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES 
(90000, '501', '90000', 'milkbowl', '3', '0', '1'),
(90001, '501', '90001', 'petfood21', '3', '0', '1'),
(90002, '501', '90002', 'easter11_basket', '3', '0', '1'),
(90003, '501', '90003', 'easter11_grasspatch', '3', '0', '1'),
(90004, '501', '90004', 'ads_wowpball', '3', '0', '1'),
(90005, '501', '90005', 'pet_food_corn', '3', '0', '1'),
(90006, '501', '90006', 'pet_toy_trampoline', '3', '0', '1'),
(90007, '501', '90007', 'nest_chick', '3', '0', '1'),
(90008, '501', '90008', 'easter11_tag', '3', '0', '1');

Catalog_Pages:

PHP:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `text3`, `page_text_details`, `page_text_teaser`) VALUES
(501, 3, 'Easter 2011', 1, 108, '1', '1', 1, '0', '0', 3, 'default_3x3', '', '', '', '', '', 'Klik hier >>', '', '');

Furnidata

PHP:
["s","3906","milkbowl","32839","2","1","1","","Milk Bowl","Lap it up (low energy)","","122600","9691"],
["s","3907","petfood21","32839","2","1","1","0","Red Fish","Yum yum in kitty's tum tum (low energy)","","122600","9692"],
["s","3908","easter11_basket","33068","0","1","1","","easter11_basket name","easter11_basket desc","","-1","-1"],
["s","3909","easter11_grasspatch","33082","0","2","2","","Bunny Run Field","Place these Fields with an Egg Tag Pole to start a game of Bunny Run!","","122466","9701"],
["s","3910","ads_wowpball","33068","4","1","1","","ads_wowpball name","ads_wowpball desc","","-1","-1"],
["s","3911","pet_food_corn","33068","0","1","1","","Corn","Nutritious but a bit corny (Low energy)","","122564","9706"],
["s","3912","pet_toy_trampoline","33068","0","1","1","","Trampoline","Special toy for the Chick","","122564","9707"],
["s","3913","nest_chick","33068","0","1","1","","Chicken Nest","Special nest for the Chick","","122564","9708"],
["s","3914","easter11_tag","33068","2","1","1","","Egg Tag Pole","Place this with some Bunny Run Fields to start a game of Bunny Run!","","122466","9709"],

Screen Shot!
easter11.png


Catalog Icon Image:
icon_108.png


Last But not Least. The Download!

PHP:
http://www.mediafire.com/?ub1poijtd8qvxgi

Credits!
Sulake for creating SWF and images
Jeanzinh0 for creating SQLs
Trey For Releasing On Devbest :D


If this helped click the thanks button
 

Users who are viewing this thread

Top