Furniture :
Pages :
Items :
Code for emulator (Messages > GameClientMessageHandler.cs)
Swf: http://www.habmoon.org/potr/ragezone/monkey.swf
Créditos ao Ragezone !
Imagem 1:
Se bugar: http://www.habmoon.org/potr/ragezone/monkey_catalog.png
Imagem 2:
Se bugar: http://www.habmoon.org/potr/ragezone/monkey_hm.png
E até mais galera! ;D
- Código:
[b][b]
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
(30000, 'HabMoon Aapje', 'a0 pet14', 's', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '1', 'pet', 1, '0');[/b][/b]
Pages :
- Código:
[b][b]INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`,
`icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`,
`club_only`, `vip_only`, `coming_soon`, `order_num`, `page_layout`,
`page_headline`, `page_teaser`, `page_special`, `page_text1`,
`page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(143,*SUBID*,
'Monkey', 0, 136, '1', '1', 7, '0', '0', '0', 302, 'pets',
'catalog_pets', '', '', 'Like this release? Than like this thread on
RaGEZONE.', '', 'Name:Breed:', '');[/b][/b]
Items :
- Código:
[b][b]INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(30000, '143', '30000', 'a0 pet14', 0, 2000, 1);[/b][/b]
Code for emulator (Messages > GameClientMessageHandler.cs)
- Código:
[b][b]
else if (Type == 14) //Monkey
{
count = 9;
}[/b][/b]
Swf: http://www.habmoon.org/potr/ragezone/monkey.swf
Créditos ao Ragezone !
Imagem 1:
Se bugar: http://www.habmoon.org/potr/ragezone/monkey_catalog.png
Imagem 2:
Se bugar: http://www.habmoon.org/potr/ragezone/monkey_hm.png
E até mais galera! ;D