Which one is now working? You guys post all different sql's
?????
Printable View
Which one is now working? You guys post all different sql's
?????
Haha I got horses so change color :): and BREED
http://img830.imageshack.us/img830/9453/30465626.png
I'll work on fixing Icons & Image :S
Works great.
Here's icon image
http://img.sharefast.net/1326406180537220960610.png save it as icon_137 add it to your image directory /c_images/catalogue
Preview http://img.sharefast.net/1326406556741392161420.png
Thank you all :thumbup1:
Anyone realised at the bottom of when you click yourself it says SWF by Short @ taku?
Are you trying to get a e-penis? Why would you release something with no information, something that doesn't work and something that hasn't been fixed yet? Pointless release.
Is also the ras fixed?
Is also the ras fixed?
This is fixed MyKi :blink:
:laugh:
Yh monkey shows up for everyone
for now..
BETTER THEN HAVING EVERYONE STILL HURT THERE HEAD ABOUT HORSES, WE HAVE THEM SO THAT LITTLE ERROR WON'T BOTHER MUCH WHO APPRECIATES RELEASE.
it's not working at all it comes up a blank page or the horse is a being sofa lol. i have replaced my horse and habbo.swf with the one in the pack still no go
Edit: got fixed nvm :D
horse release 2
http://screensnapr.com/e/SOs852.png
Works but how to fix this, I see monkey but if i buy it is a horse ;D
And how to change the color ;D
There's no Furnidata, that's the Problem...
Thanks for ripping my SQL fix of the other forum.
anyways here is the horse image without the blue background
http://images.habbo.com/c_images/catalogue/icon_134.png
The problem is that you guys didn't change 'catalog_items'
OLD:
NEW: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`) VALUES(30001, 'Horse', 'a0 pet13', 's', 1, 1, 1, '0', '0', '0', 14, '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(30001, '1433', '30001', 'a0 pet14', 0, 2000, 1);
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES(1433, 14, 'Horse', 0, 136, '1', '1', 1, '0', '0', 302, 'pets', 'catalog_pets', '', '', 'Horse', '', 'Name:Breed:', '');
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`) VALUES(30001, 'Horse', 'a0 pet13', 's', 1, 1, 1, '0', '0', '0', 14, '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(30001, '1433', '30001', 'a0 pet13', 0, 2000, 1);
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES(1433, 14, 'Horse', 0, 136, '1', '1', 1, '0', '0', 302, 'pets', 'catalog_pets', '', '', 'Horse', '', 'Name:Breed:', '');
FIX:
TO:Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES(30001, '1433', '30001', 'a0 pet14', 0, 2000, 1);
Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES(30001, '1433', '30001', 'a0 pet13', 0, 2000, 1);