Coca Cola Machine

Beny

New Member
May 26, 2013
24
2
Hey Guys, I found these images on a habbo wikia and I thought to my self they look good, why not code them? So here you are.

Screen shot:
Image_3.png


Catalogue_items:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES ('827492', 'PAGE ID', '827492', 'Coca Cola Machine', '10', '0', '0', '1', '0', '0');

Furniture:
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`, `height_adjustable`, `effectM`, `effectF`) VALUES ('827492', 'Coca Cola Machine', 'cocacola_drink', 's', '1', '1', '1', '1', '0', '0', '7283', '0', '0', '0', '0', '0', 'vendingmachine', '1', '66', '0', NULL, '0', '0', '0');

Furnidata:
["s","7283","cocacola_drink","827492","2","1","1","","Coca Cola Machine","Delicious and Refreshing!","","-1","-1"],
Productdata:
["cocacola_drink","Coca Cola Machine","Delicious and Refreshing!"],

Credits:
50% Ghhghgh from habbo for designing the custom
50% me for coding it

Enjoy! ;D
 

proskillxzz

New Member
Dec 15, 2013
11
0
I am a newbie, can you do a tutorial how to make custom items for r63 i mean i want to make own rares like dino eggs or throne, example greenthrone.swf
 

proskillxzz

New Member
Dec 15, 2013
11
0
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievements`) VALUES ('827492', 'PAGE ID', '827492', 'Coca Cola Machine', '50000', '0', '0', '1', '0', '0');

This is for 50k price
 

Beny

New Member
May 26, 2013
24
2
In the catalogue_items code, Edit the 'PAGE ID' to the page Id you want to put the custom in.
 

Users who are viewing this thread

Top