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!

[REL] New Rainbow Furniline

Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
I release the new rainbow furnitures released by habbo for Arcturus.

Screenshot
Tafelglotzer - [REL] New Rainbow Furniline - RaGEZONE Forums

SQLs
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
Place inside <roomitemtypes></roomitemtypes>
Code:
<furnitype id="1000000" classname="rainbow_r19_pineapplefloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Pineapple</name><description>rainbow_r19_pineapplefloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000001" classname="rainbow_c19_table"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Table</name><description>rainbow_c19_table desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000002" classname="rainbow_ltd19_parasol"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Parasol</name><description>rainbow_ltd19_parasol desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000003" classname="rainbow_c19_rug"><revision>65046</revision><defaultdir>0</defaultdir><xdim>2</xdim><ydim>2</ydim><partcolors/><name>Rainbow Rug</name><description>rainbow_c19_rug desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000004" classname="rainbow_c19_chair"><revision>65046</revision><defaultdir>2</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Stool</name><description>rainbow_c19_chair desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000005" classname="rainbow_c19_lights"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Ceiling Light</name><description>rainbow_c19_lights desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000006" classname="rainbow_c19_bed"><revision>65046</revision><defaultdir>0</defaultdir><xdim>2</xdim><ydim>3</ydim><partcolors/><name>Rainbow Bed</name><description>rainbow_c19_bed desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>1</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000007" classname="rainbow_r19_peacockfloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Peacock</name><description>rainbow_r19_peacockfloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000008" classname="rainbow_r19_rainbowfloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Rainbow</name><description>rainbow_r19_rainbowfloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000009" classname="rainbow_r19_flamingofloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Flamingo</name><description>rainbow_r19_flamingofloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000023" classname="rainbow_c19_flags"><revision>65052</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Pride Flag Dispenser</name><description>rainbow_c19_flags desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype>

SWFs + Icons
View attachment rainbow.zip

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)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 14, 2012
Messages
11
Reaction score
0
I release the new rainbow furnitures released by habbo for Arcturus.

Screenshot
Tafelglotzer - [REL] New Rainbow Furniline - RaGEZONE Forums

SQLs
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
Place inside <roomitemtypes></roomitemtypes>
Code:
<furnitype id="1000000" classname="rainbow_r19_pineapplefloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Pineapple</name><description>rainbow_r19_pineapplefloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000001" classname="rainbow_c19_table"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Table</name><description>rainbow_c19_table desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000002" classname="rainbow_ltd19_parasol"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Parasol</name><description>rainbow_ltd19_parasol desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000003" classname="rainbow_c19_rug"><revision>65046</revision><defaultdir>0</defaultdir><xdim>2</xdim><ydim>2</ydim><partcolors/><name>Rainbow Rug</name><description>rainbow_c19_rug desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000004" classname="rainbow_c19_chair"><revision>65046</revision><defaultdir>2</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Stool</name><description>rainbow_c19_chair desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000005" classname="rainbow_c19_lights"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Rainbow Ceiling Light</name><description>rainbow_c19_lights desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000006" classname="rainbow_c19_bed"><revision>65046</revision><defaultdir>0</defaultdir><xdim>2</xdim><ydim>3</ydim><partcolors/><name>Rainbow Bed</name><description>rainbow_c19_bed desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>0</cansiton><canlayon>1</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000007" classname="rainbow_r19_peacockfloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Peacock</name><description>rainbow_r19_peacockfloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000008" classname="rainbow_r19_rainbowfloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Rainbow</name><description>rainbow_r19_rainbowfloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000009" classname="rainbow_r19_flamingofloat"><revision>65046</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Inflatable Flamingo</name><description>rainbow_r19_flamingofloat desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams>1,0</customparams><specialtype>1</specialtype><canstandon>0</canstandon><cansiton>1</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype><furnitype id="1000023" classname="rainbow_c19_flags"><revision>65052</revision><defaultdir>0</defaultdir><xdim>1</xdim><ydim>1</ydim><partcolors/><name>Pride Flag Dispenser</name><description>rainbow_c19_flags desc</description><adurl/><offerid>-1</offerid><buyout>0</buyout><rentofferid>-1</rentofferid><rentbuyout>0</rentbuyout><bc>0</bc><excludeddynamic>0</excludeddynamic><customparams/><specialtype>1</specialtype><canstandon>1</canstandon><cansiton>0</cansiton><canlayon>0</canlayon><furniline>rainbow</furniline></furnitype>

SWFs + Icons
View 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.
 
Newbie Spellweaver
Joined
Dec 12, 2012
Messages
32
Reaction score
0
Thanks man :) :)



Is it that grapichal tag on the same place in all swfs?
 
Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
Yep. In every SWF there is a binary file called something like furni_name_visualization.bin
 
Newbie Spellweaver
Joined
Dec 12, 2012
Messages
32
Reaction score
0
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();
}
}
}
 
Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
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:
 
Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
Yep with the corresponding closing tag </graphics> at the bottom
 
Newbie Spellweaver
Joined
Dec 12, 2012
Messages
32
Reaction score
0
so in this file?

and just remove <grapichs>
and </grapichs>
 
Newbie Spellweaver
Joined
Dec 12, 2012
Messages
32
Reaction score
0
any idea why its like this? :p
sorry for asking so mutch :p
 
Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
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.
 
Newbie Spellweaver
Joined
Dec 12, 2012
Messages
32
Reaction score
0
its like all the furni are not functional, even the parasoll like when i click on it won't open :/
 
Back
Top