1 Attachment(s)
[REL] New Rainbow Furniline
I release the new rainbow furnitures released by habbo for Arcturus.
Screenshot
SQLs
Spoiler :
Dont forget to replace PAGEID
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_points`, `points_type`, `amount`, `song_id`, `limited_stack`, `limited_sells`, `extradata`, `club_only`, `have_offer`, `offer_id`, `order_number`) VALUES
('1000000', 'PAGEID', '1000000', 'rainbow_r19_pineapplefloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000001', 'PAGEID', '1000001', 'rainbow_c19_table', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000002', 'PAGEID', '1000002', 'rainbow_ltd19_parasol', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000003', 'PAGEID', '1000003', 'rainbow_c19_rug', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000004', 'PAGEID', '1000004', 'rainbow_c19_chair', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000005', 'PAGEID', '1000005', 'rainbow_c19_lights', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000006', 'PAGEID', '1000006', 'rainbow_c19_bed', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000007', 'PAGEID', '1000007', 'rainbow_r19_peacockfloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000008', 'PAGEID', '1000008', 'rainbow_r19_rainbowfloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000009', 'PAGEID', '1000009', 'rainbow_r19_flamingofloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000023', 'PAGEID', '1000023', 'rainbow_c19_flags', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0');
INSERT INTO `items_base` (`id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_lay`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `effect_id_male`, `effect_id_female`, `multiheight`, `customparams`) VALUES
('1000000', '1000000', 'Inflatable Pineapple', 'rainbow_r19_pineapplefloat', 's', '1', '1', '0.75', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000001', '1000001', 'Rainbow Table', 'rainbow_c19_table', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000002', '1000002', 'Rainbow Parasol', 'rainbow_ltd19_parasol', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000003', '1000003', 'Rainbow Rug', 'rainbow_c19_rug', 's', '2', '2', '0.10', '1', '1', '0', '0', '1', '1', '1', '1', '1', 'rug', '2', '0', '0', '0', '', ''),
('1000004', '1000004', 'Rainbow Stool', 'rainbow_c19_chair', 's', '1', '1', '1.30', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000005', '1000005', 'Rainbow Ceiling Light', 'rainbow_c19_lights', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000006', '1000006', 'Rainbow Bed', 'rainbow_c19_bed', 's', '2', '3', '1.75', '0', '0', '0', '1', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '', ''),
('1000007', '1000007', 'Inflatable Peacock', 'rainbow_r19_peacockfloat', 's', '1', '1', '1.00', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000008', '1000008', 'Inflatable Rainbow', 'rainbow_r19_rainbowfloat', 's', '1', '1', '0.75', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000009', '1000009', 'Inflatable Flamingo', 'rainbow_r19_flamingofloat', 's', '1', '1', '1.00', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000023', '1000023', 'Pride Flag Dispenser', 'rainbow_c19_flags', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', '');
Furnidata
SWFs + Icons
Attachment 165126
The stack_height, interaction_type and interaction_modes should be correct if not let me know.
Also maybe later i release the new celestial furnitures if you want.
Cheers, Higoka (aka Tafelglotzer)
Re: [REL] New Rainbow Furniline
Quote:
Originally Posted by
Tafelglotzer
I release the new rainbow furnitures released by habbo for Arcturus.
Screenshot
SQLs
Spoiler :
Dont forget to replace PAGEID
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_points`, `points_type`, `amount`, `song_id`, `limited_stack`, `limited_sells`, `extradata`, `club_only`, `have_offer`, `offer_id`, `order_number`) VALUES
('1000000', 'PAGEID', '1000000', 'rainbow_r19_pineapplefloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000001', 'PAGEID', '1000001', 'rainbow_c19_table', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000002', 'PAGEID', '1000002', 'rainbow_ltd19_parasol', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000003', 'PAGEID', '1000003', 'rainbow_c19_rug', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000004', 'PAGEID', '1000004', 'rainbow_c19_chair', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000005', 'PAGEID', '1000005', 'rainbow_c19_lights', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000006', 'PAGEID', '1000006', 'rainbow_c19_bed', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000007', 'PAGEID', '1000007', 'rainbow_r19_peacockfloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000008', 'PAGEID', '1000008', 'rainbow_r19_rainbowfloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000009', 'PAGEID', '1000009', 'rainbow_r19_flamingofloat', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0'),
('1000023', 'PAGEID', '1000023', 'rainbow_c19_flags', '5', '0', '0', '1', '0', '0', '0', '', '30', '30', '0', '0');
INSERT INTO `items_base` (`id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_lay`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `effect_id_male`, `effect_id_female`, `multiheight`, `customparams`) VALUES
('1000000', '1000000', 'Inflatable Pineapple', 'rainbow_r19_pineapplefloat', 's', '1', '1', '0.75', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000001', '1000001', 'Rainbow Table', 'rainbow_c19_table', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000002', '1000002', 'Rainbow Parasol', 'rainbow_ltd19_parasol', 's', '1', '1', '1.00', '0', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000003', '1000003', 'Rainbow Rug', 'rainbow_c19_rug', 's', '2', '2', '0.10', '1', '1', '0', '0', '1', '1', '1', '1', '1', 'rug', '2', '0', '0', '0', '', ''),
('1000004', '1000004', 'Rainbow Stool', 'rainbow_c19_chair', 's', '1', '1', '1.30', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000005', '1000005', 'Rainbow Ceiling Light', 'rainbow_c19_lights', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000006', '1000006', 'Rainbow Bed', 'rainbow_c19_bed', 's', '2', '3', '1.75', '0', '0', '0', '1', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '', ''),
('1000007', '1000007', 'Inflatable Peacock', 'rainbow_r19_peacockfloat', 's', '1', '1', '1.00', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000008', '1000008', 'Inflatable Rainbow', 'rainbow_r19_rainbowfloat', 's', '1', '1', '0.75', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000009', '1000009', 'Inflatable Flamingo', 'rainbow_r19_flamingofloat', 's', '1', '1', '1.00', '0', '0', '1', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', ''),
('1000023', '1000023', 'Pride Flag Dispenser', 'rainbow_c19_flags', 's', '1', '1', '1.00', '0', '1', '0', '0', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '', '');
Furnidata
SWFs + Icons
Attachment 165126
The stack_height, interaction_type and interaction_modes should be correct if not let me know.
Also maybe later i release the new celestial furnitures if you want.
Cheers, Higoka (aka Tafelglotzer)
Perdon, cuando dije en el otro post que estarían estos furnis también no lo vi metidos perdón de nuevo, son buenisimos, buen aporte y un gran salu2.
Entschuldigung, als ich in dem anderen Post sagte, dass diese Furnis auch wären, habe ich sie nicht in einem anderen Post gesehen, sorry nochmal, sie sind toll, guter Beitrag und ein toller Gruß.
Sorry, when I said in the other post that these furnis would also not see him getting forgiven again, they are great, good contribution and a great greeting.
Re: [REL] New Rainbow Furniline
Re: [REL] New Rainbow Furniline
Quote:
Originally Posted by
steam345
Can i use this for R63A?
Ye you can use it, if you remove the graphic tags and create your own sql with furnidata.
Re: [REL] New Rainbow Furniline
How can i remove that? :-P never edited swfs before
1 Attachment(s)
Re: [REL] New Rainbow Furniline
Quote:
Originally Posted by
steam345
How can i remove that? :-P never edited swfs before
You basically decompile the SWF, remove the <graphics></graphics> tag from the visualization and recompile it. Simple as that.
Here you go: Attachment 165207
Re: [REL] New Rainbow Furniline
Thanks man :-) :-)
- - - Updated - - -
Is it that grapichal tag on the same place in all swfs?
Re: [REL] New Rainbow Furniline
Yep. In every SWF there is a binary file called something like furni_name_visualization.bin
Re: [REL] New Rainbow Furniline
okey like am now in your furni, i just wanna try to learn this XD
and when i am inn the visualization.bin
but what shall i edit? becuse when i see at the first of your relse and those u made for me they look the same for me :P
Org:
package
{
import mx.core.ByteArrayAsset;
public class rainbow_c19_bed_rainbow_c19_bed_visualization extends ByteArrayAsset
{
public function rainbow_c19_bed_rainbow_c19_bed_visualization()
{
super();
}
}
}
the one u sendt me:
package
{
import mx.core.ByteArrayAsset;
public class rainbow_c19_bed_rainbow_c19_bed_visualization extends ByteArrayAsset
{
public function rainbow_c19_bed_rainbow_c19_bed_visualization()
{
super();
}
}
}
Re: [REL] New Rainbow Furniline
This is the wrong file. You need the binary file which basically just is a XML file.
I dont know how your Flash Decompiler handles these files.
This is the right file: https://pastebin.com/FnSHn2c6
Re: [REL] New Rainbow Furniline
And i only need to remove <graphics>?
Re: [REL] New Rainbow Furniline
Yep with the corresponding closing tag </graphics> at the bottom
Re: [REL] New Rainbow Furniline
so in this file?
Screenshot by Lightshot
and just remove <grapichs>
and </grapichs>
Re: [REL] New Rainbow Furniline
Re: [REL] New Rainbow Furniline
any idea why its like this? :P
Screenshot by Lightshot sorry for asking so mutch :P
Re: [REL] New Rainbow Furniline
Probably because you didnt set allow_lay
Re: [REL] New Rainbow Furniline
rly wired, i don't have that, i have only allow_sit
Re: [REL] New Rainbow Furniline
Dont know how your table structure looks. In arcturus there is a allow_lay column.
Try looking at some bed you already have in your hotel that works and compare it against your bed to see what difference there is.
Re: [REL] New Rainbow Furniline
its like all the furni are not functional, even the parasoll like when i click on it won't open :/
Re: [REL] New Rainbow Furniline
Show me your SQLs. I dont think its a problem with the SWF.
Re: [REL] New Rainbow Furniline
furnidata.txt
["s","1001","rainbow_c19_flags","100001","0","1","1","rainbow_c19_flags","Rainbow Flags",","-1,"-1"],
["s","1002","rainbow_ltd19_parasol","100002","","","","rainbow_ltd19_parasol","Rainbow Parasol",","-1,"-1"],
["s","1003","rainbow_c19_chair","100003","0","1","1","rainbow_c19_chair","Rainbow Chair",","-1,"-1"],
["s","1000","rainbow_c19_bed","100000","0","1","1","rainbow_c19_bed","Rainbow Bed",","-1,"-1"],
Furniture SQL
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
(100000003, 'rainbow_c19_chair', 'rainbow_c19_chair', 's', 1, 1, 1, '0', '0', '0', 1003, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
Re: [REL] New Rainbow Furniline
Try this, changed allow_sit to 1 and interaction_modes_count to 2
(100000003, 'rainbow_c19_chair', 'rainbow_c19_chair', 's', 1, 1, 1, '0', '1', '0', 1003, '1', '1', '1', '1', '1', 'default', 2, '0', '0');
Re: [REL] New Rainbow Furniline
the chair works fine, but the parasol, and bed is not ;) i sendt you a pm