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!

1 new SKULL CF furni: Fixed SWF + SQL

Ragezone Furni Releaser
Joined
Dec 2, 2012
Messages
918
Reaction score
158
Hey guys!

I found this new Habboween furni!

BCSTORM SQLS
items_base
PHP:
INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('6222', 'CF_350_skull', 'CF_350_skull', 's', '1', '1', '1', '1', '0', '0', '6222', '1', '1', '1', '1', '1', 'default', '2', '0');

catalog_items_copy
PHP:
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('6222', 'PAGE-ID', '6222', 'CF_350_skull name', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');

PHOENIX SQLS
Furniture
PHP:
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
('6222', 'CF_350_skull', 'CF_350_skull', 's', 1, 1, 1, '1', '0', '1', 6222, '0', '1', '1', '1', '1', 'default', 2, '0', '0');

Catalog_items
PHP:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (6222, 'PAGE-ID', '6222', 'CF_350_skull', '5', '0', '0', '1');
FURNIDATA
PHP:
["s","6222","CF_350_skull","0","0","1","1","","CF_350_skull name","CF_350_skull desc","","-1","false","-1","false","","1","false"],

DOWNLOAD


SCREEN
maartenvn - 1 new SKULL CF furni: Fixed SWF + SQL - RaGEZONE Forums
 
Junior Spellweaver
Joined
Sep 29, 2012
Messages
112
Reaction score
9
Mercury Furnidata:

Code:
<furnitype id="83520" classname="CF_350_skull">
  <revision>55285</revision>
  <defaultdir>0</defaultdir>
  <xdim>1</xdim>
  <ydim>1</ydim>
  <partcolors />
  <name>Crystal Skull</name>
  <description>Worth 350 Credits</description>
  <adurl></adurl>
  <offerid>-1</offerid>
  <buyout>0</buyout>
  <rentofferid>-1</rentofferid>
  <rentbuyout>0</rentbuyout>
  <bc>0</bc>
  <customparams></customparams>
  <specialtype>1</specialtype>
  <canstandon>0</canstandon>
  <cansiton>0</cansiton>
  <canlayon>0</canlayon>
</furnitype>

Mercury Furniture:

Code:
INSERT INTO `furniture` VALUES (109827, '-1', 'Crystal Skull', 'CF_350_skull', 's', 1, 1, '1', '1', '0', '0', 83520, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');

Mercury Catalog_items:

Code:
INSERT INTO `catalog_items` VALUES (201127, 302, '109827', 'Crystal Skull', 350, 0, 0, 0, '1', 0, 0, 0, 0, '1', 0, '0', '');

Peace :thumbup1:
 
Newbie Spellweaver
Joined
Nov 3, 2013
Messages
91
Reaction score
1
Mercury Furnidata:

Code:
<furnitype id="83520" classname="CF_350_skull">
  <revision>55285</revision>
  <defaultdir>0</defaultdir>
  <xdim>1</xdim>
  <ydim>1</ydim>
  <partcolors />
  <name>Crystal Skull</name>
  <description>Worth 350 Credits</description>
  <adurl></adurl>
  <offerid>-1</offerid>
  <buyout>0</buyout>
  <rentofferid>-1</rentofferid>
  <rentbuyout>0</rentbuyout>
  <bc>0</bc>
  <customparams></customparams>
  <specialtype>1</specialtype>
  <canstandon>0</canstandon>
  <cansiton>0</cansiton>
  <canlayon>0</canlayon>
</furnitype>

Mercury Furniture:

Code:
INSERT INTO `furniture` VALUES (109827, '-1', 'Crystal Skull', 'CF_350_skull', 's', 1, 1, '1', '1', '0', '0', 83520, '0', '1', '1', '1', '1', 'default', 1, '', '0', '0', '0');

Mercury Catalog_items:

Code:
INSERT INTO `catalog_items` VALUES (201127, 302, '109827', 'Crystal Skull', 350, 0, 0, 0, '1', 0, 0, 0, 0, '1', 0, '0', '');

Peace :thumbup1:

Thanks, you are the best !



You are the swf with graphic tag please ?
 
Back
Top