• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

New japanese furni found on Habbo (RealityRP)

Brad
Joined
Aug 8, 2007
Messages
422
Reaction score
14
Credits to Shaheem for download for swf and Phoenix release
Bradshly - New japanese furni found on Habbo (RealityRP) - RaGEZONE Forums


Furnidata:
PHP:
["s","4609121","bolly_cherry","4609121","2","1","1","","bolly_cherry name","bolly_cherry desc","","-1","-1","","1"],
["s","4609123","jp_ceiling_lamp","4609123","0","1","1","","jp_ceiling_lamp name","jp_ceiling_lamp desc","","-1","-1","","1"],
["s","4609122","jp_bed","4609122","0","2","3","","jp_bed name","jp_bed desc","","-1","-1","","1"],
["i","4609125","jp_wall","4609125","","","","","jp_wall name","jp_wall desc","","-1","-1","1"],
["i","4609124","jp_window","4609124","","","","","jp_window","jp_window","","-1","-1","1"],

-- phpMyAdmin SQL Dump
-- version 3.4.5
--
--
-- Host: localhost
-- Generation Time: Apr 27, 2012 at 05:13 PM
-- Server version: 5.5.16
-- PHP Version: 5.3.8

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `rp`
--

-- --------------------------------------------------------

--
-- Table structure for table `item_definitions`
--

CREATE TABLE IF NOT EXISTS `item_definitions` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`sprite_id` int(10) unsigned NOT NULL,
`name` varchar(128) NOT NULL DEFAULT 'new_item',
`type` varchar(32) NOT NULL DEFAULT 's',
`behavior` varchar(32) NOT NULL DEFAULT 'switch',
`behavior_data` int(11) NOT NULL DEFAULT '2',
`stacking_behavior` enum('ignore','terminator','initiator','disable','normal') NOT NULL DEFAULT 'normal',
`size_x` int(11) NOT NULL DEFAULT '1',
`size_y` int(11) NOT NULL DEFAULT '1',
`height` float NOT NULL DEFAULT '1',
`allow_recycling` enum('0','1') NOT NULL DEFAULT '1',
`allow_trading` enum('0','1') NOT NULL DEFAULT '1',
`allow_selling` enum('0','1') NOT NULL DEFAULT '1',
`allow_gifting` enum('0','1') NOT NULL DEFAULT '1',
`allow_inventory_stacking` enum('0','1') NOT NULL DEFAULT '1',
`walkable` enum('1','2','0') NOT NULL DEFAULT '0',
`room_limit` int(11) NOT NULL DEFAULT '0',
`spname` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4609126 ;

--
-- Dumping data for table `item_definitions`
--
INSERT INTO `item_definitions` (`id`, `sprite_id`, `name`, `type`, `behavior`, `behavior_data`, `stacking_behavior`, `size_x`, `size_y`, `height`, `allow_recycling`, `allow_trading`, `allow_selling`, `allow_gifting`, `allow_inventory_stacking`, `walkable`, `room_limit`, `spname`) VALUES
(4609121, 4609121, 'bolly_cherry', 's', 'static', 2, 'normal', 1, 1, 1, '1', '1', '1', '1', '1', '0', 0, ''),
(4609122, 4609122, 'jp_bed', 's', 'static', 2, 'normal', 1, 1, 1, '1', '1', '1', '1', '1', '0', 0, ''),
(4609123, 4609123, 'jp_ceiling_lamp', 's', 'static', 2, 'normal', 1, 1, 1, '1', '1', '1', '1', '1', '0', 0, ''),
(4609124, 4609124, 'jp_window', 'i', 'static', 2, 'normal', 0, 0, 1, '1', '1', '1', '1', '1', '0', 0, ''),
(4609125, 4609125, 'jp_wall', 'i', 'static', 2, 'normal', 0, 0, 1, '1', '1', '1', '1', '1', '0', 0, '');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- phpMyAdmin SQL Dump
-- version 3.4.5
--
--
-- Host: localhost
-- Generation Time: Apr 27, 2012 at 05:14 PM
-- Server version: 5.5.16
-- PHP Version: 5.3.8

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `rp`
--

-- --------------------------------------------------------

--
-- Table structure for table `catalog_items`
--

CREATE TABLE IF NOT EXISTS `catalog_items` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`page_id` int(11) NOT NULL,
`base_id` int(10) unsigned NOT NULL,
`preset_flags` varchar(32) NOT NULL DEFAULT '',
`name` varchar(64) NOT NULL,
`cost_credits` int(11) NOT NULL,
`cost_pixels` int(11) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`amount` int(11) NOT NULL DEFAULT '1',
`club_restriction` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4609126 ;

--
-- Dumping data for table `catalog_items`
--

INSERT INTO `catalog_items` (`id`, `page_id`, `base_id`, `preset_flags`, `name`, `cost_credits`, `cost_pixels`, `enabled`, `amount`, `club_restriction`) VALUES
(4609121, 100, 4609121, '', 'bolly_cherry', 10, 0, '1', 1, 0),
(4609122, 100, 4609122, '', 'jp_bed', 10, 0, '1', 1, 0),
(4609123, 100, 4609123, '', 'jp_ceiling_lamp', 10, 0, '1', 1, 0),
(4609124, 100, 4609124, '', 'jp_window', 10, 0, '1', 1, 0),
(4609125, 100, 4609125, '', 'jp_wall', 10, 0, '1', 1, 0);

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Swf download:
 
Brad
Joined
Aug 8, 2007
Messages
422
Reaction score
14
No problem i used your download pic and furnidata so i had to :)
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
If anyone genuinely needs a MySQL code converting into RealityRP's format PM me it. I'll try get it done ASAP.
 
Back
Top