CosmoPeak
PeakRP.com
After tirelessly entering furniture SQLs into the database by hand, I decided to create a quick program to generate basic SQLs for me.
Features
Source
Probably messy, but it was a quick job and really isn't important.
Features
- Generates furniture and catalog_items SQL queries for PlusEMU's database structure
- Generates the following:
- Item name
- Public name
- Width
- Length
- Can sit
- Walkable
- Beds
- Catalog name
- Catalog offer ID
- Not tested much!
- It does not generate anything else. Height, vending machines, etc still need extra configuration, but it does a lot of the work for you.
- You will need to download/rip the SWFs yourself
- Only works for floor items (there aren't many wall item releases, don't be so lazy!)
- Take a back up of your db - Just in case!
- Create a new folder
- Download the jar
- Download the latest furnidata.xml and productdata.txt from Habbo (or use your own)
- Open command prompt/terminal
- Navigate to your new folder
- Run the command: java -jar FurniDataParser.jar <MIN ID> <MAX ID> <CATA PAGE ID>
- MIN ID = The first ID of the furni line (I'd recommend doing 1 furni line/catalog page at a time)
- MAX ID = The last ID of the furni line
- CATA PAGE ID = The catalog page ID you want the furniture to go under
- ex: `java -jar FurniDataParser.jar 9003 9048 whatever_page_id` for the new Olympic furni - You can see the item IDs in the furnidata.xml (eg. <furnitype id="9003" classname="olympics_c16_counter">...)
- Copy the SQLs and run them on your database
You must be registered for see links
Source
Probably messy, but it was a quick job and really isn't important.
You must be registered for see links
Last edited: