-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
Klox
I need a help, please:
"tile" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/alexdev/kepler/Kepler has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Press any key to continue . . .
Make sure you are using the most recent version of Java.
Here is the link to openJDK 11 ---> https://openjdk.java.net/install/
- - - Updated - - -
Quote:
Originally Posted by
ofilho
Sir, have a lot of difference v14 to v22?
Another question: Is it possible to put furniture on top of others? (3-4 furnitures)
Honestly, Kepler should load all the way through v28 by changing the GENERATEKEY header from 202 to 2002 in MessageHandler.java
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
ofilho
Sir, I send the compiled files to my public_html? Im using mariadb with phpmyadmin, apache and php7.
Don't put your files anywhere that the outside world can access them, you don't want people reading settings.ini and gaining access into your database lol :ott1:
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
treebeard
Make sure you are using the most recent version of Java.
Here is the link to openJDK 11 --->
https://openjdk.java.net/install/
- - - Updated - - -
Honestly, Kepler should load all the way through v28 by changing the GENERATEKEY header from 202 to 2002 in MessageHandler.java
My pc is x86, any solution?
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
Klox
My pc is x86, any solution?
Yes. Install Windows 10 64-bit.
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Hey guys, just did a small update to Kepler since it was never fully "finished" - only in a workable hotel state pretty much. Here's my changelog below which should make the server more enjoyable to use.
Changelog
- Club gifts added (default is one gift per month).
- Club clothes added (user editor is updated on login and HC purchase).
- Added user shutup/listen in rooms.
- Fixed populated rooms not showing in the navigator.
- Fixed diving score for longer usernames.
- Added same IP check for MUS camera packet handling so random connections cannot imitate a user.
To change the club gift interval edit the following in the in the settings table:
(The server will need to be started at least once with correct db details before these values appear in the database)
club.gift.timeunit (right now it's DAYS, can be MINUTES/HOURS/DAYS, etc)
club.gift.interval (default is 31 of that interval)
So if you change the interval to 7 and keep the timeunit to DAYS, the gift will be once per week instead of month
If you're already using Kepler, run this migrate SQL for v1.16
Code:
CREATE TABLE `users_club_gifts` (
`user_id` int(11) NOT NULL,
`sprite` varchar(50) NOT NULL,
`date_received` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
CREATE TABLE `users_mutes` (
`user_id` int(11) NOT NULL,
`muted_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
ALTER TABLE `users` ADD `club_gift_due` BIGINT(11) NOT NULL DEFAULT '0' AFTER `club_expiration`;
UPDATE catalogue_items SET sale_code = (SELECT sprite FROM items_definitions WHERE items_definitions.id = catalogue_items.definition_id) WHERE page_id = 27 AND is_package = 0;
ALTER TABLE `settings` CHANGE `value` `value` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';
UPDATE users SET club_subscribed = 0;
Screenshots
https://i.imgur.com/K7jcvCW.png
https://i.imgur.com/pVSXPFk.png
Download
Compiled v1.16 jar is available: https://github.com/Quackster/Kepler/releases/tag/v1.16
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Amazing Alex, u still adding features from your v31 private to v14 , nice job :D
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
ElMayor
How to run on windows?
Just run the bat file
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Amazing Work! :) Can't for for the more update to start using it
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
What's a good CMS to use with this emulator? Thanks, looks epic!
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
rafitamolin
What's a good CMS to use with this emulator? Thanks, looks epic!
There currently is no CMS that is suitable for a hotel yet, but @m.tiago is working on one, you should check it out. :):
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Good night from Spain.
I've tested servers few years ago.. (Flex V9, Debbo 3.5, Marks V14..etc) and i see this server on ragezone.
But really, i dont understand so good how i can setup.
I need linux machine or can be on WS2016? where i can se command line to use to the setup?
First of all, very great job Quackster. Your server&images remember my habbo time (2005)
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Just download the server and run the bat file ...
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Is the mod tool still broken? or is it still being worked on?
-
Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]
Waiting for Habbo Groups Badges , so i can test my purchase system :D...