Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Habboween 2012 - Furni part 2 [SQL][SWF]

Status
Not open for further replies.
Joined
May 8, 2010
Messages
1,902
Reaction score
669
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(5662, Pageid, '4742', 'hween12_lantern', 3, 0, 0, 1, '0', 0),
(5663, Pageid, '4743', 'hween12_mirror', 3, 0, 0, 1, '0', 0),
(5664, Pageid, '4744', 'cannon', 3, 0, 0, 1, '0', 0),
(5665, Pageid, '4745', 'hween12_duck', 3, 0, 0, 1, '0', 0);
 
Initiate Mage
Joined
Sep 21, 2012
Messages
6
Reaction score
1
For some reason (dunno why) part 3 wont show up..

Screenie
 
Junior Spellweaver
Joined
Mar 20, 2012
Messages
156
Reaction score
15
I like this new furni. Good job HabMoon :D

HabMoon - Habboween 2012 - Furni part 2 [SQL][SWF] - RaGEZONE Forums

Found it on Puhekupla.

Any chance of anyone releasing these new effects any time soon?
 
Junior Spellweaver
Joined
Mar 20, 2012
Messages
156
Reaction score
15
Haha I have never added effects before, I tried those originally and they did not work in my catalogue.

HalloEffect - Habboween 2012 - Furni part 2 [SQL][SWF] - RaGEZONE Forums

Haha. Never learned yet.
 

Attachments

You must be registered for see attachments list
Joined
May 8, 2010
Messages
1,902
Reaction score
669
Haha I have never added effects before, I tried those originally and they did not work in my catalogue.

View attachment 115797

Haha. Never learned yet.

Thats because the images are in the habbo.swf, which you cant add, sadly. But when you buy the effect it should work. Use the productdata in my thread and you should see what effect it is, and if its the knife one, you cant see it because its on your back.
 
The real deal.
Joined
Jun 1, 2011
Messages
592
Reaction score
247
Truthfully I don't really like the furniture, but good release!


Sent from my iPod Touch using Taptalk
 
Elite Diviner
Joined
Aug 18, 2012
Messages
414
Reaction score
141
Thank you HabMoon, really fast and thank you to John for fixing

~JustTime.
 
Junior Spellweaver
Joined
Nov 21, 2011
Messages
158
Reaction score
43
Hello,

Thank you for this!

And ButterStorm/Butterfly:

Items_base:
Code:
INSERT INTO `items_base` VALUES ('31563', '31563', 'The Moon', 'hween12_moon', 's', '1', '1', '0.00', '1', '1', '0', '1', '1', '1', '1', '1', 'default', '1', '0');
INSERT INTO `items_base` VALUES ('31564', '31564', 'Guillotine', 'hween12_guillotine', 's', '1', '3', '1.60', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '4', '0');
INSERT INTO `items_base` VALUES ('31565', '31565', 'Costume Hopper', 'hween12_costume_hopper', 's', '1', '3', '1.00', '1', '0', '1', '1', '1', '1', '1', '1', 'default', '2', '0');
INSERT INTO `items_base` VALUES ('31566', '31566', 'Doodskist', 'hween12_coffin', 's', '1', '2', '0.01', '1', '1', '0', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0');
INSERT INTO `items_base` VALUES ('31567', '31567', 'Snake skin', 'hween12_shedskin', 's', '1', '1', '0.00', '1', '1', '0', '1', '1', '1', '1', '1', 'default', '1', '0');
INSERT INTO `items_base` VALUES ('31568', '31568', 'Ghost Train Left Corner', 'hween12_track_crl', 's', '1', '1', '0.20', '1', '1', '0', '1', '1', '1', '1', '1', 'roller', '4', '0');
INSERT INTO `items_base` VALUES ('31569', '31569', 'Ghost Train Right Corner', 'hween12_track_crr', 's', '1', '1', '0.20', '1', '1', '0', '1', '1', '1', '1', '1', 'roller', '1', '0');

Catalog_items_copy:
Code:
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31563', 'hween12_moon', '5', '0', '1', '0', '0', '0' '0', '0', '1', '1')
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31564', 'hween12_guillotine', '3', '0', '1', '0', '0', '0' '0', '0', '1', '1')
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31565', 'hween12_costume_hopper', '5', '0', '1', '0', '0', '0' '0', '0', '1', '1')
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31566', 'hween12_coffin', '3', '0', '1', '0', '0', '0' '0', '0', '1', '1')
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31567', 'hween12_shedskin', '3', '0', '1', '0', '0', '0' '0', '0', '1', '1')
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31568', 'hween12_track_crl', '5', '0', '1', '0', '0', '0' '0', '0', '1', '1')
INSERT INTO catalog_items_copy (page_id, item_ids, catalog_name, cost_credits, cost_pixels, amount, cost_crystal, cost_oude_belcredits, song_id, limited_stack, limited_sells, offer_active) VALUES ('66', '31569', 'hween12_track_crr', '5', '0', '1', '0', '0', '0' '0', '0', '1', '1')

The Catalog items, you may need to do, Line by line, Depends, on your MYSQL settings.
 
Junior Spellweaver
Joined
Mar 20, 2012
Messages
156
Reaction score
15
Check that you have put the correct catalogue page ID on them. ;)
 
Experienced Elementalist
Joined
Jan 18, 2011
Messages
210
Reaction score
30
in some reason i cant see the cannon - All swl files checed twice
 
Status
Not open for further replies.
Back
Top