[Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Enthusiast ahmedprince22 is offline
    MemberRank
    Jun 2015 Join Date
    28Posts

    note [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


    1. A database manager of your choice
    2. notepad++
    3. 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


    • db.database
    • db.password



    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
    Last edited by ahmedprince22; 18-04-20 at 08:00 PM. Reason: Updated Tutorial


  2. #2
    Apprentice Paedejack is offline
    MemberRank
    Jul 2012 Join Date
    5Posts

    Re: [Arcturus] Setting up arcturus to work propperly on your hotel.

    Thanks for Tutorial. :-D

  3. #3
    Apprentice Fibfbi is offline
    MemberRank
    May 2019 Join Date
    20Posts

    Re: [Arcturus] Setting up arcturus to work propperly on your hotel.

    Lol.. What about the CMS ? U didn't provide a cms

  4. #4
    Enthusiast ahmedprince22 is offline
    MemberRank
    Jun 2015 Join Date
    28Posts

    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.
    Last edited by ahmedprince22; 05-05-19 at 02:46 AM.

  5. #5
    Novice Memorialized is offline
    MemberRank
    May 2019 Join Date
    1Posts

    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.

  6. #6
    Apprentice Fibfbi is offline
    MemberRank
    May 2019 Join Date
    20Posts

    Re: [Arcturus] Setting up arcturus to work propperly on your hotel.

    Quote Originally Posted by ahmedprince22 View Post
    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

  7. #7
    Enthusiast ahmedprince22 is offline
    MemberRank
    Jun 2015 Join Date
    28Posts

    Re: [Arcturus] Setting up arcturus to work propperly on your hotel.

    Quote Originally Posted by Memorialized View Post
    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

  8. #8
    Valued Member wahaha is offline
    MemberRank
    Apr 2015 Join Date
    147Posts

    Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.

    no setup client tut? no index.html file?

  9. #9
    Enthusiast ahmedprince22 is offline
    MemberRank
    Jun 2015 Join Date
    28Posts

    Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.

    Quote Originally Posted by wahaha View Post
    no setup client tut? no index.html file?


    This Tutorial is for the Emulator only, you can find hundred of CMS tutorials everywhere.

  10. #10
    Apprentice d0minatedk is offline
    MemberRank
    Jun 2009 Join Date
    11Posts

    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)

  11. #11
    Enthusiast ahmedprince22 is offline
    MemberRank
    Jun 2015 Join Date
    28Posts

    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.

  12. #12
    Apprentice d0minatedk is offline
    MemberRank
    Jun 2009 Join Date
    11Posts

    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)

  13. #13
    Enthusiast M1k3y is offline
    MemberRank
    Jul 2013 Join Date
    48Posts

    Re: [Arcturus Morningstar] Setting up Morningstar to work propperly on your hotel.

    Quote Originally Posted by d0minatedk View Post
    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

  14. #14
    Novice Raymondg0908 is offline
    MemberRank
    Jul 2019 Join Date
    1Posts

    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 View Post
    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


    1. A database manager of your choice
    2. notepad++
    3. 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


    • db.database
    • db.password



    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.

  15. #15
    Apprentice noahvdmooren is offline
    MemberRank
    Jan 2020 Join Date
    6Posts

    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?!



Page 1 of 2 12 LastLast

Advertisement