I've fixed hoppers swf today. Hoppers swfs works now normal teleports in older habbo.swf
Screenshot:
http://i50.tinypic.com/11c8dhc.png
Download: Download hopper_fixed.rar from Sendspace.com - send big files the easy way
Printable View
I've fixed hoppers swf today. Hoppers swfs works now normal teleports in older habbo.swf
Screenshot:
http://i50.tinypic.com/11c8dhc.png
Download: Download hopper_fixed.rar from Sendspace.com - send big files the easy way
I've been witing for these, omg, thankyou so much. +1 rep and thanks.
Who needs SQLS? Ill make them if you want :)
Sad that you released it :-(
Had this fix for weeks allready :p
Awesome work! Certainly going to use this, +1 like. Good job!
Gates dont teleport and its only sold 1 at the time
same goes for the Statue of Mighty Frank
go into furniture and change interaction_type to 'teleport'
John save me some time and post your SQLs here =D
=dj.matias= like and +rep :-)
Okay :)
Catalog_items
FurnidataPHP Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(NULL, 'PAGEID','3004334','val12_hopper1','3','0','0','1','0'),
(NULL, 'PAGEID','3004335','val12_hopper2','3','0','0','1','0'),
(NULL, 'PAGEID','30806','val12_hopper_3','3','0','0','1','0'),
(NULL, PAGEID, '4654', 'gate_of_eternity', 10, 0, 0, 1, '0'),
(NULL, PAGEID, '30950', 'horse_hopper', 3, 0, 0, 1, '0');
FurniturePHP 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","30950","horse_hopper","40210","2","1","1","","Stable Hopper","Sends you to a random room within the Stable network!","","-1","-1","4","1"],
["s","4421","val12_hopper1","39565","2","1","1","","Room Hopper Tubes","Jump in to find new friends!","","182006","10850","1,9","1"],
["s","4427","val12_hopper2","39565","2","1","1","","Room Hopper Curtains","It'll take you somewhere wonderful!","","182006","10858","1,9","1"],
["s","4443","val12_hopper_3","39683","2","1","1","","Room Hopper Elevator","Love in an elevator...","","182006","10893","1,9","1"],
ProductdataPHP 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`, `is_arrow`) VALUES
(4654, 'The Gate of Eternity', 'gate_of_eternity', 's', 1, 1, 0, '0', '0', '0', 4654, '1', '1', '1', '1', '1', 'teleport', 4, '0', '0'),
(30950, 'horse_hopper', 'horse_hopper', 's', 1, 1, 0.01, '0', '0', '1', 30950, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0'),
(30806, 'val12_hopper_3', 'val12_hopper_3', 's', 1, 1, 0.01, '0', '0', '1', 4443, '1', '1', '0', '1', '1', 'teleport', 2, '0', '0'),
(3004334, 'val12_hopper1', 'val12_hopper1', 's', 1, 1, 1, '1', '0', '0', 4421, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(3004335, 'val12_hopper2', 'val12_hopper2', 's', 1, 1, 1, '1', '0', '0', 4427, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0');
PHP Code:["gate_of_eternity","The Gate of Eternity","Will take you on an unforgettable adventure"],
["horse_hopper","Stable Hopper","Sends you to a random room within the Stable network!"],
["val12_hopper1","Room Hopper Tubes","Jump in to find new friends!"],
["val12_hopper2","Room Hopper Curtains","It'll take you somewhere wonderful!"],
["val12_hopper_3","Room Hopper Elevator","Love in an elevator..."],
This is great. Thank you :D:
Thank you for the release, If you have a tutorial on how fix this furnis for making the swf ourselves, i could appreciate :)
Yeah, how Bjork already said:
Why can't you tell us or make a tutorial how you/to fix these furnis..
Please fix the olympic games podiums!
getting bit sick of all the 1000 tutorials so that nobody is trying anything there self anymore. I've tried 3 times to fix this furniture and the third time I succeeded, feels great if you succeed in something you've tried a long time. Maybe you guys should get that feeling at least ones to!
Releasing all this tutorials and shit will be the dead of communities... it's fun to share something you succeed in and maybe help people on there way a bit, but dont just release everything.
I'm sorry, thought my post would fit with my one before
Good job :D
I've tried it several times (even with CyberShadow tools O.o) but never succeded. You mind sharing it to one person that is gonna fix every furniture that is bugging?
I know you can export the images to another furniture but I know it should be possible without this.
Its soooo simple if you just take the time and just look at it.
Just think.. what could be the problem? Well, there will be a difference with the regular furni that IS working.
I just cracked both of them and started comparing them both and find a difference, tried some things and wooow it's working.
The most guys here just come to take what whatever they find here, place some stupid comments like
and then leave.
But what's next? Oh well... great! Just an other retro EXACTLY the same as 1000 others.
Sure, there needs to be sharing on this world, simply because we learn from it, its how I learnt how to make a Habbo retro to but you also have to do something back when you succeeded in it. Not just say k thx bye (oh wait, the most don't even do that) and leave.
Ok. So.
For hopper furni, just find:
And replace byCode:logic="furniture_random_teleport"/>
For ele_* furni, just find:Code:logic="furniture_basic" />
And replace by:Code:logic="furniture_multiheight"/>
PS: If the size of you swf furni is not the same as the original, he will not work. It's why i added 10 extra space after "furniture_basic" to fit perfectly with the lenght of "furniture_random_teleport".Code:logic="furniture_randomstate"/>
Sharing is caring.
Well, if you replace that your swf would crash but your in the right direction.
Not gone tell anything further about it because, as I say'd, you should find it out yourself.
Also dont understand why you place that right here now if that would be the fix because, again, its so much more fun to find things out yourself. Would you like it if you know how every film is gone end? Well I guess no, it's actually the same thing.
Thats also when I cant succeed in something and it is released I'll just take a quick look and than try to do it on my one. Much more fun and something you can be 'proud' of.
Gone try to add custom packets and windows to my Habbo.swf tomorrow, hope that I will succeed, would be a great, mostly because I've found it out myself than.
Amazing, thanks for this!
Download link isn't working? :'( I NEED this, can someone post one or pm me one? Would be much appreciated! <3
Sendspace is down, can anyone upload to mediafire please? ^^