[Request] Habbo Pet SWFs

Waltz

Member
Jun 16, 2011
54
10
Hello , I wondering if someone have the following pet:
Code:
monsterplant.swf
bunnyeaster.swf
bunnyevil.swf
bunnydepressed.swf
bunnylove.swf
I've googled it but most of the download link are dead.
 

Ginjaffa

MVP
Oct 24, 2014
73
20
Monsterplant:
Bunnyeaster:
External_texts:
PHP Code:
pet.breed.17.0=White Rabbit
Catalog_page:
PHP Code:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES(9012, 14, 'bunnyeaster', 1, 148, '1', '1', 1, '0', 3, 'pets', 'catalog_pet_headline1', '', '', 'Buy a Bunny and be nice to them!', '', 'Name your Bunny:', '', '0', '', '');
Furniture:
PHP 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`, `is_arrow`, `foot_figure`) VALUES(50041201, 'bunnyeaster', 'a0 pet17', 's', 1, 1, 1, '0', '0', '0', 17, '0', '0', '0', '0', '1', 'pet', 1, '0', '0', '0');
Catalog_items:
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES(50041201, '9012', '50041201', 'a0 pet17', 0, 2000, 1);
Productdata (Thx to CrEcEp):
PHP Code:
["a0 pet17","Bunny and started food","Bunny and started food"]
Catalog icon:
icon_148.png

Rename it to icon_148.png

The petfood:
small_petfood28.png

(from rival forum)

All I could find
 

Waltz

Member
Jun 16, 2011
54
10
Monsterplant:
Bunnyeaster:
External_texts:
PHP Code:
pet.breed.17.0=White Rabbit
Catalog_page:
PHP Code:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES(9012, 14, 'bunnyeaster', 1, 148, '1', '1', 1, '0', 3, 'pets', 'catalog_pet_headline1', '', '', 'Buy a Bunny and be nice to them!', '', 'Name your Bunny:', '', '0', '', '');
Furniture:
PHP 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`, `is_arrow`, `foot_figure`) VALUES(50041201, 'bunnyeaster', 'a0 pet17', 's', 1, 1, 1, '0', '0', '0', 17, '0', '0', '0', '0', '1', 'pet', 1, '0', '0', '0');
Catalog_items:
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `vip`) VALUES(50041201, '9012', '50041201', 'a0 pet17', 0, 2000, 1);
Productdata (Thx to CrEcEp):
PHP Code:
["a0 pet17","Bunny and started food","Bunny and started food"]
Catalog icon:
icon_148.png

Rename it to icon_148.png

The petfood:
small_petfood28.png

(from rival forum)

All I could find
Thanks dude m really appreciate it :)
 

Users who are viewing this thread

Top