-
[Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Arcturus Morningstar Setup Tutorial
UPDATE: UPDATED TUTORIAL
Arcturus Morningstar is the most upto-date open source fork of the discontinued Arcturus Emulator made by Wesley (TheGeneral).
Files Needed:
Habbo.swf
Arcturus Morningstar Emulator
SWF
Plugins
Pre-Installation:
This tutorial will be made for Xampp, and this is only applicible to the VARS / Emulator Setup, for a CMS i highly suggest you look at cosmic
- A database manager of your choice
- notepad++
- Winrar / winzip / 7zip
4. Ports 3,000 and 3,001 open
Step 1: Setting up the Emulator.
Download the emulator extract it into a folder in the desktop, and open up config.ini and edit the red.
Code:
db.hostname=localhost
db.port=3306
db.database=DATABASE NAME
db.username=root
db.password=DATABASE PASSWORD
db.params=?characterEncoding=utf8&useSSL=false
db.pool.minsize=25
db.pool.maxsize=100
game.host=0.0.0.0
game.port=3000
rcon.host=127.0.0.1
rcon.port=3001
rcon.allowed=127.0.0.1;127.0.0.2
the
are what your database name is called, and password to connect to the database is
The db.params is to disable the ssl errors and allow utf8 encoding.
Game.host you can keep this 127.0.0.1 if you want to play on localhost alone, or put it to 0.0.0.0 if you want to make your hotel public.
Step 2: Setting up your Variables:
In the /ms-swf/gamedata/External_variables.txt
change all of the links to your hotel link or localhost
in External_override_variables edit the following to be like this
change all of the links to your hotel link or localhost
camera.enabled=true
camera.photo.publishing.enabled=true
navigator.thumbnail.url_base=${url.prefix}/camera/thumbnails/
stories.image_url_base=${url.prefix}/camera/
Step 3: Setting up your Database:
Go to your database and import the database provided with the emulator
edit the following in Emulator_settings
imager.location.badgeparts C:\Xampp\htdocs\game\c_images\Badgeparts
imager.location.output.badges C:\Xampp\htdocs\game\c_images\Badgeparts\generated
camera.url http://localhost/camera/ (or your hotel link)
imager.location.output.camera C:\xampp\htdocs\camera\
imager.location.output.thumbnail C:\xampp\htdocs\camera\thumbnails\
Edit the paths and links to the appropriate locations, it is different for IIS and Xampp
Then
access your items_base and find the following item
external_image_wallitem_poster_small , then scroll to the right and make sure the following are correct
interaction type = External_image
interaction_modes_count = 0
then take its item id, and go to emulator_settings table
and replace the camera.item_id with its id
to enable the camera you have to download Apollyon
once you are done with all these steps, you have successfully setup your emulator.
run the run.bat and youre setup
-
Re: [Arcturus] Setting up arcturus to work propperly on your hotel.
-
Re: [Arcturus] Setting up arcturus to work propperly on your hotel.
Lol.. What about the CMS ? U didn't provide a cms
-
Re: [Arcturus] Setting up arcturus to work propperly on your hotel.
this tutorial is only for arcturus Morningstar Emulator, this already suggests you setup your CMS. i suggest using Braincms.
-
Re: [Arcturus] Setting up arcturus to work propperly on your hotel.
When I go to install the compiled version of Arcturus I can't seem to find the "Config.ini" file that you were referring to. I also downloaded all files and folders from the link provided and still could not find it. I'm new to retro deployment and even newer to Arcturus Morningstar. I apologize for the question being stupid.
-
Re: [Arcturus] Setting up arcturus to work propperly on your hotel.
Quote:
Originally Posted by
ahmedprince22
this tutorial is only for arcturus Morningstar Emulator, this already suggests you setup your CMS. i suggest using Braincms.
Ok, sorry I thought it was a hotel setup tutorial. Thank you for this tutorial and keeping the community alive! +1
-
Re: [Arcturus] Setting up arcturus to work propperly on your hotel.
Quote:
Originally Posted by
Memorialized
When I go to install the compiled version of Arcturus I can't seem to find the "Config.ini" file that you were referring to. I also downloaded all files and folders from the link provided and still could not find it. I'm new to retro deployment and even newer to Arcturus Morningstar. I apologize for the question being stupid.
im sorry, we havent gotten the compiled version just yet, so here's a temporary link to it untill we post a fully compiled version with the config.ini
https://cdn.discordapp.com/attachmen...orningstar.zip
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
no setup client tut? no index.html file?
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
wahaha
no setup client tut? no index.html file?
This Tutorial is for the Emulator only, you can find hundred of CMS tutorials everywhere.
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
what does this means?
... 28 more
javax.net.ssl.SSLException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:133)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)
at java.base/sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1314)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:408)
at java.base/sun.net.http://www.protocol.https.HttpsClien...ient.java:567)
at java.base/sun.net.http://www.protocol.https.AbstractDe...tion.java:185)
at java.base/sun.net.http://www.protocol.http.HttpURLConn...ion.java:1581)
at java.base/sun.net.http://www.protocol.http.HttpURLConn...ion.java:1509)
at java.base/sun.net.http://www.protocol.https.HttpsURLCo...Impl.java:245)
at com.eu.habbo.habbohotel.items.YoutubeManager.getPlaylistDataById(YoutubeManager.java:129)
at com.eu.habbo.habbohotel.items.YoutubeManager.lambda$load$0(YoutubeManager.java:93)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at java.base/sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:89)
at java.base/sun.security.validator.Validator.getInstance(Validator.java:181)
at java.base/sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:308)
at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrustedInit(X509TrustManagerImpl.java:176)
at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:188)
at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)
at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)
at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:448)
at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:425)
at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)
at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)
at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)
... 12 more
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at java.base/java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
youre trying to use youtube tv, but its not working, for youtube tv check out krews tv at krews.org there is a plugin there for the youtube tv.
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
fixed now have this
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
[LOADING] YouTube Manager -> Loading...
[LOADING] YouTube Manager -> Loaded! (4 MS)
[LOADING] Item Manager -> Loaded! (1003 MS)
[LOADING] Bot Manager -> Loaded! (36 MS)
java.sql.SQLException: Column 'can_swim' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5177)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getString(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.pets.PetData.load(PetData.java:55)
at com.eu.habbo.habbohotel.pets.PetData.<init>(PetData.java:45)
at com.eu.habbo.habbohotel.pets.PetManager.loadPetData(PetManager.java:174)
at com.eu.habbo.habbohotel.pets.PetManager.reloadPetData(PetManager.java:147)
at com.eu.habbo.habbohotel.pets.PetManager.<init>(PetManager.java:80)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:56)
at com.eu.habbo.Emulator.main(Emulator.java:114)
[LOADING] Pet Manager -> Loaded! (49 MS)
[LOADING] Guild Manager -> Loaded! (26 MS)
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
d0minatedk
fixed now have this
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
java.sql.SQLException: Column 'subscription_duration' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2570)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getInt(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.items.CrackableReward.<init>(CrackableReward.java:28)
at com.eu.habbo.habbohotel.items.ItemManager.loadCrackable(ItemManager.java:421)
at com.eu.habbo.habbohotel.items.ItemManager.load(ItemManager.java:90)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:54)
at com.eu.habbo.Emulator.main(Emulator.java:114)
[LOADING] YouTube Manager -> Loading...
[LOADING] YouTube Manager -> Loaded! (4 MS)
[LOADING] Item Manager -> Loaded! (1003 MS)
[LOADING] Bot Manager -> Loaded! (36 MS)
java.sql.SQLException: Column 'can_swim' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1080)
at com.mysql.jdbc.ResultSetImpl.getString(ResultSetImpl.java:5177)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getString(HikariProxyResultSet.java)
at com.eu.habbo.habbohotel.pets.PetData.load(PetData.java:55)
at com.eu.habbo.habbohotel.pets.PetData.<init>(PetData.java:45)
at com.eu.habbo.habbohotel.pets.PetManager.loadPetData(PetManager.java:174)
at com.eu.habbo.habbohotel.pets.PetManager.reloadPetData(PetManager.java:147)
at com.eu.habbo.habbohotel.pets.PetManager.<init>(PetManager.java:80)
at com.eu.habbo.habbohotel.GameEnvironment.load(GameEnvironment.java:56)
at com.eu.habbo.Emulator.main(Emulator.java:114)
[LOADING] Pet Manager -> Loaded! (49 MS)
[LOADING] Guild Manager -> Loaded! (26 MS)
https://github.com/Wulles/Wulez/blob..._crackable.sql Run this
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Im getting this issue do you know why I did everything you said and the camera is enable on emu config. https://prnt.sc/oml7ok
Quote:
Originally Posted by
ahmedprince22
Arcturus Morningstar Setup Tutorial
Edit: due to some unhappy people doing unnecessary things, im updating this tutorial to support Arcturus Morningstar
For everyone that's asking why I'm writing this tutorial, Arcturus Morningstar is a new emulator and there isnt any information on how to set it up yet, so ill do my best to help you guys set it up :)
Files Needed:
Habbo.swf https://ahmedprince22.github.io/gordon/PRODUCTION-201904011212-888653470/habbo.swf
Arcturus Morningstar Emulator https://git.krews.org/morningstar/Arcturus-Community
Wulez R1 [SWF, Database] http://forum.ragezone.com/f353/wulez...turus-1150202/
Plugins https://git.krews.org/morningstar/arcturus-extended/
sql http://ahmedprince22.github.io/SQL.sql
Pre-Installation:
This tutorial will be made on xampp, but is still applicable to IIS, the only thing you have to change is opening the ports on your Firewall (there are separate tutorials for that) Ports 3000, and 3001.
make sure to have the following
- A database manager of your choice
- notepad++
- Winrar / winzip / 7zip
Step 1: Setting up the Emulator.
First, you want to extract the Emulator from the zip file and place it in a folder on your desktop, Open the Config.ini and edit the following.
Code:
db.hostname=localhost
db.port=3306
db.database=DATABASE NAME
db.username=root
db.password=DATABASE PASSWORD
db.params=?characterEncoding=utf8&useSSL=false
db.pool.minsize=25
db.pool.maxsize=100
game.host=0.0.0.0
game.port=3000
rcon.host=127.0.0.1
rcon.port=3001
rcon.allowed=127.0.0.1;127.0.0.2
the
are what your database name is called, and password to connect to the database is
The db.params is to disable the ssl errors and allow utf8 encoding.
Game.host you can keep this 127.0.0.1 if you want to play on localhost alone, or put it to 0.0.0.0 if you want to make your hotel public.
Step 2: Setting up your Variables:
in External_variables edit the following to be like this
camera.enabled.desktop=1
in External_override_variables edit the folllowing to be like this
camera.enabled=true
camera.photo.publishing.enabled=true
navigator.thumbnail.url_base=${url.prefix}/camera/thumbnails/
stories.image_url_base=${url.prefix}/camera/
just make sure you link the correct language of the Gamedata since wulez r2 comes with english and brazilian translation.
here is what you need to choose from
- productdata (en/br)
- external_flash_texts (en/br)
- external_flash_override_texts (en_br)
Step 3: Setting up your Database:
Go to your database and import the database that i provided
edit the following in Emulator_settings
imager.location.badgeparts C:\Xampp\htdocs\game\c_images\Badgeparts
imager.location.output.badges C:\Xampp\htdocs\game\c_images\Badgeparts\generated
camera.url http://localhost/camera/
imager.location.output.camera C:\xampp\htdocs\camera\
imager.location.output.thumbnail C:\xampp\htdocs\camera\thumbnails\
Then
access your items_base and find the following item
external_image_wallitem_poster_small / with the ID of 4590, then scroll to the right and make sure the following are correct
interaction type = External_image
interaction_modes_count = 0
once you are done with all these steps, you have successfully setup your emulator.
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
I have a few problems, I cant rank my self every time I'm entering the client my rank is back at 1, I cant see furniture and everytime I try to buy something I cant see it and it sais I haven't got enough duckets. i'm using BrainCMS, can anyone help?!
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
noahvdmooren
I have a few problems, I cant rank my self every time I'm entering the client my rank is back at 1, I cant see furniture and everytime I try to buy something I cant see it and it sais I haven't got enough duckets. i'm using BrainCMS, can anyone help?!
make sure the user is logged offline before ranking them up
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
noahvdmooren
I have a few problems, I cant rank my self every time I'm entering the client my rank is back at 1, I cant see furniture and everytime I try to buy something I cant see it and it sais I haven't got enough duckets. i'm using BrainCMS, can anyone help?!
About the rank, you can give yourself the rank before starting the server. Unfortunately when you login the server saves your user object and uses it instead IIRC (at least for the rank not sure of anything else). Where does the furni bug occur? And do you have enough duckets? Maybe you don't have enough in which case you have to give yourself or earn them.
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
Emily
About the rank, you can give yourself the rank before starting the server. Unfortunately when you login the server saves your user object and uses it instead IIRC (at least for the rank not sure of anything else). Where does the furni bug occur? And do you have enough duckets? Maybe you don't have enough in which case you have to give yourself or earn them.
with arcturus you have to be offline, and logged out of CMS to be able to rank ur self up, thats just how it is, unless they use the :giverank command ingame to set peoples rank (WHICH IS THE RECCOMENED WAY TO RANK PEOPLE UP)
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
https://prnt.sc/qvwfbnhttps://prnt.sc/qvwfbn
I can't see any furniture, badges, or whatever as you can see. Only the pets work. I've checked everything for over a 100 times but I cant find any solution :(
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
noahvdmooren
Make sure links to your furni and badges are correct (they're defined in your external variables). Also make sure you have the files.
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Yeah I did, I checked everything but I can't find whats wrong.. Maybe you could check if you want to?
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
noahvdmooren
Yeah I did, I checked everything but I can't find whats wrong.. Maybe you could check if you want to?
Use the inspector of your browser to look at potential errors (search on Google how to do it.
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
swf/dcr/hof_furnibc_alpha1_p_14_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_p_12_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_p_8_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_b_9_icon.png?retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_p_2_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_7_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_6_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_10_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_4_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_14_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_2_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_11_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_8_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_b_11_icon.png?retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_5_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_12_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_13_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_9_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)swf/dcr/hof_furnibc_alpha1_q_3_icon.png:1 Failed to load resource: the server responded with a status of 404 (Not Found)
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
https://prnt.sc/qwfx8v
It says this. I see there is missing a slash next to hof furni, but I cant find the file to configure this. Its correct in al the other files.
- - - Updated - - -
I fixed the furniture, but now I cant see the avatars.. It´s giving me these error´s
Failed to load resource: the server responded with a status of 404 (Not Found)http//myhotelurl/crossdomain.xml:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVEDgamedata/figuremap.xml?retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)2gamedata/figuremap.xml?retry=2:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=2&retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=2&retry=2:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=1&retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=1&retry=2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
-
Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.
Quote:
Originally Posted by
noahvdmooren
https://prnt.sc/qwfx8v
It says this. I see there is missing a slash next to hof furni, but I cant find the file to configure this. Its correct in al the other files.
- - - Updated - - -
I fixed the furniture, but now I cant see the avatars.. It´s giving me these error´s
Failed to load resource: the server responded with a status of 404 (Not Found)http//myhotelurl/crossdomain.xml:1 Failed to load resource: net::ERR_NAME_NOT_RESOLVEDgamedata/figuremap.xml?retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)2gamedata/figuremap.xml?retry=2:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=2&retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=2&retry=2:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=1&retry=1:1 Failed to load resource: the server responded with a status of 404 (Not Found)gamedata/figuremap.xml?retry=1&retry=2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
You didnt setup it correctly, please be sure you did it right, before you asking for help