• 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.

Automatic Furni SQL gen for Arcturus [Java]

Skilled Illusionist
Joined
Apr 27, 2008
Messages
330
Reaction score
370
Updated version is out now!

What's new?

- Support to Comet and Plus emulator database structures
- Ability run queries directly to database
- Ability set custom domain name, furnidata.xml, hof_furni path..
- Few bugfixes

NOTES:
Run this before importing Comet furni sql:
DROP INDEX item_name ON furniture;
Strict SQL mode can cause errors when using auto import feature.

Compiled version: https://mega.nz/#!UhMxxSoI!Djgogm_ozn9AeRpo8J_1bRwAiiDkXzDFTD__aqkig_U
Source: https://mega.nz/#!90kBnLgS!Qe9hNcvC-JZmItAyBuTdtyhoKUFjjTdD67dKmiLHfaw

Please report to me if something fails! Tested only Comet and Plus sql queries import. Not with emulator.

MOD PLS CHANGE THREAD TITLE TO: Automatic Furni SQL gen for Arcturus/Comet/Plus
 
Newbie Spellweaver
Joined
Sep 2, 2014
Messages
77
Reaction score
10
DOes it generated furnidata already, or not? Because thats the reason previous version didnt work, i had querys, images and swfs but no furnidata.
 
Newbie Spellweaver
Joined
Sep 2, 2014
Messages
77
Reaction score
10
Still getting the error:
Fri Mar 02 15:04:52 CET 2018 WARN: Establishing SSL connection without server's identity verification is no t recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be establish ed by default if explicit option isn't set. For compliance with existing applications not using SSL the ver ifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSS L=false, or set useSSL=true and provide truststore for server certificate verification.Finished. Check exports folder



It creates nothing....



Okay, fixed the SSL problem bij putting useSSL=false after the database parameter.
Now it just finds 0 furnis? It does nothing....
settings here:
http://prntscr.com/ilvr4h



Also sorted that out... now where does it generate the .xml files for furnidata?
 
Newbie Spellweaver
Joined
May 14, 2014
Messages
43
Reaction score
1
Nice!

Only .. if I change the original hotel to a hotel name, will it still be the habbo.com ..?
what am I doing wrong?
 
Last edited:
Skilled Illusionist
Joined
Apr 27, 2008
Messages
330
Reaction score
370
Nice!

Only .. if I change the original hotel to a hotel name, will it still be the habbo.com ..?
what am I doing wrong?

Oops! Typo in code fixed it. Try now:

Compiled: https://mega.nz/#!UtMRGQgC!MqA3qJMrncz94OU9rQlQpdqWoujFB07-CEnLZVqY44o

Source: https://mega.nz/#!UwdUXY5B!Cxuhv7ZyzOTJmhnxiElOzSZz2_8ZKUQuERBEQyCyn-8

Still getting the error:




It creates nothing....



Okay, fixed the SSL problem bij putting useSSL=false after the database parameter.
Now it just finds 0 furnis? It does nothing....
settings here:
Screenshot by Lightshot



Also sorted that out... now where does it generate the .xml files for furnidata?

Furnidata is in cache folder.
 
Newbie Spellweaver
Joined
Sep 2, 2014
Messages
77
Reaction score
10
I don't get it. I run it as it should be.
I insert the SQL query in database, add swfs and icons to my gordon/RELEASE-**** folder
But the furnidata is the WHOLE furnidata of habbo.com? I only want the furnidata from the furnis it got downloaded... don't want to replace my own furnidata, lol.
 
Newbie Spellweaver
Joined
Sep 24, 2011
Messages
47
Reaction score
9
Thanks for this. Very useful.

Maybe next version make it so it parses through the furnidata files and corrects the name and descriptions in the catalogue. And maybe make it so it separates the new furni from the ones you already have so you're able to easily keep your customs etc. without having to replace the ENTIRE thing. Nonetheless great work. I replicated this for something similar with clothing.
 
Last edited:
Newbie Spellweaver
Joined
Jan 16, 2016
Messages
11
Reaction score
0
cfuGhd9 - Automatic Furni SQL gen for Arcturus [Java] - RaGEZONE Forums
 
Junior Spellweaver
Joined
Nov 28, 2013
Messages
164
Reaction score
18
Great tool! This helped me add all the missing furni lines from my hotel & update the catalogue. However it doesn't download the icons? Unless I did something wrong. I got everything else, SQL, furnidata & swfs. Thanks for the release tho.
 
Newbie Spellweaver
Joined
Dec 31, 2014
Messages
13
Reaction score
0
i get this error, what to do?

Exception in thread "main" java.lang.NullPointerException at ch.habbo.graphics.furnigenerator.ParseFurnidata<FurniGenerator.java:458>

at ch.habbo.graphics.Furnigenerator.main<FurniGenerator.java:627>
 
Back
Top