[Release]Working Horses in catalogue

Twins

Danish Retro hotel owner
Jul 31, 2012
25
2
I have tested and tryed this before i post it. I use Phoenix 3.9.0 and it works.
You need to get Horse.swf your self, but here is how to add them in catalogue.

I sure hope i havent making any type errors.

catalog_items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`,   `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`,'vip', 'achievement')   VALUES
(NULL, PAGEID, 30001, a0 pet13, 20, 0, 0, 1, 0, 0);

furniture
Code:
INSER INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `legth`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_iventory_stack`, `interaction_type`, `interaction_modes_count`, vending_ids`, `is_arrow`, `height_adjustable`) VALUES
(30001, Horse, a0 pet13, s, 1, 1, 1, 0, 0, 0, 14, 0, 0, 0, 0, 1, pet, 1, 0, 0, 0);

Image: (name it icon_136.png
icon_136.png
 

mommotexx

New Member
Jan 6, 2012
18
0
Nice :D I like it, but 1 prob!

Here is the Edited Catalog_Items:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES ('30001', '1001', '3001', 'a0 pet13', '20', '0', '0', '1', '0');
 

Users who are viewing this thread

Top