gate_of_eternity and Anc_artifict3
Puhekupla
Screenshots: (gate of eternity doesnt work in hotel)
http://img696.imageshack.us/img696/2...rankstatue.png
Furnidata:
PHP Code:
["s","4654","gate_of_eternity","42707","4","1","1","","The Gate of Eternity","Will take you on an unforgettable adventure","","-1","-1","7,4","1"],
["s","4655","anc_artifact3","42707","2","3","1","","Mighty Frank Statue","The essence of Habbo","","-1","-1","","1"],
Productdata:
PHP Code:
["gate_of_eternity","The Gate of Eternity","Will take you on an unforgettable adventure"],
["deal_anc_artifact3_and_badge","Mighty Frank Statue","The essence of Habbo"],
["anc_artifact3","Mighty Frank Statue","The essence of Habbo"]
Furniture
PHP 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
('4654', 'The Gate of Eternity', 'gate_of_eternity', 's', 1, 1, 0, '0', '0', '0', 4654, '1', '1', '1', '1', '1', 'default', 4, '0'),
('4655', 'Mighty Frank Statue', 'anc_artifact3', 's', 3, 1, 10, '0', '0', '0', 4655, '1', '1', '1', '1', '1', 'default', 1, '0');
Catalog Items;
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(NULL, PAGEID, '4654', 'gate_of_eternity', 10, 0, 0, 1, '0'),
(NULL, PAGEID, '4655', 'anc_artifact3', 10, 0, 0, 1, '0');
http://images.habbo.com/dcr/hof_furn...f_eternity.swf
http://images.habbo.com/dcr/hof_furn..._artifact3.swf
Re: gate_of_eternity and Anc_artifict3
Re: gate_of_eternity and Anc_artifict3
Where is the furniture, please make not topics without sql codes -.-
Re: gate_of_eternity and Anc_artifict3
Re: gate_of_eternity and Anc_artifict3
Haha funny, i was going to release it too:-p
But it look's great thanks John. =D
Re: gate_of_eternity and Anc_artifict3
How I get the swfs
Already found it, thanks for this ;)
Re: gate_of_eternity and Anc_artifict3
I'll never really appreciate the bigger/newer furni that Habbo continues to release, but I am glad you made this available to us, thank you :)
Re: gate_of_eternity and Anc_artifict3
Re: gate_of_eternity and Anc_artifict3
Well Nice! ,funny that wood
Re: gate_of_eternity and Anc_artifict3
Ahh I love that the gate has the old Hotels in itself.
Nice furni :)
Re: gate_of_eternity and Anc_artifict3
I like the Frank Statue. :ott:
Thank you.
Re: gate_of_eternity and Anc_artifict3
Thank you! Frank statue is awesome.
Re: gate_of_eternity and Anc_artifict3
Any idea why won't the gate work?
Re: gate_of_eternity and Anc_artifict3
Its like the valentines hopper, it has to be coded into the emulator
Re: gate_of_eternity and Anc_artifict3
The gate_of_eternity is a teleporter, maybe you can fix it with:
('4654', 'The Gate of Eternity', 'gate_of_eternity', 's', 1, 1, 0, '0', '0', '0', 4654, '1', '1', '1', '1', '1', 'teleporter', 4, '0'),