-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Alright what am I doing wrong here? I keep building the project but when I copy the new .jar into the server folder, the run.bat spits out the error "no main manifest attribute, in kepler.jar"
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
Joocy
Alright what am I doing wrong here? I keep building the project but when I copy the new .jar into the server folder, the run.bat spits out the error "no main manifest attribute, in kepler.jar"
Run the fatJar task by right clicking the function name in build.gradle when open with IntelliJ, once you've done that, you can run the fatJar task directly from the top corner of the IDE (here).
Once the fatJar task has been completed, you'll find the new runnable jar created in: /Kepler/Kepler-Server/build/libs/Kepler-Server-all.jar
https://i.imgur.com/d49FcNF.png
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
You're a legend. I would have never figured that out.
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
Quackster
Run the fatJar task by right clicking the function name in build.gradle when open with IntelliJ
Or open a terminal, change directory to Kepler and run gradle build fatJar
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Anyone know why you cant change avatar looks when using V21 dcrs? Tried everything!
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
Habbz96
Anyone know why you cant change avatar looks when using V21 dcrs? Tried everything!
v21 requires a CMS for changing looks.
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Hi Alex, hope you doing okay.
I found that the rare cycle table in settings can not be edited or it will give an exception. Am I doing something wrong?
Kind regards.
Verstuurd vanaf mijn HMA-L29 met Tapatalk
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
taggbeast
hi alex, hope you doing okay.
I found that the rare cycle table in settings can not be edited or it will give an exception. Am i doing something wrong?
Kind regards.
Verstuurd vanaf mijn hma-l29 met tapatalk
did u setted the primary key ?
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
TaggBeast
Hi Alex, hope you doing okay.
I found that the rare cycle table in settings can not be edited or it will give an exception. Am I doing something wrong?
Kind regards.
Verstuurd vanaf mijn HMA-L29 met Tapatalk
The rare cycle table should really never need to be touched, it basically keeps track of previous items to ensure the same item doesn't appear again so soon, etc, and items do get removed from it automatically.
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
Quackster
The rare cycle table should really never need to be touched, it basically keeps track of previous items to ensure the same item doesn't appear again so soon, etc, and items do get removed from it automatically.
This means there is no way of changing the furni pages if chooses from? Or exclude certain pages?
Verstuurd vanaf mijn HMA-L29 met Tapatalk
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
TaggBeast
This means there is no way of changing the furni pages if chooses from? Or exclude certain pages?
Verstuurd vanaf mijn HMA-L29 met Tapatalk
"How do I configure rare prices?
First of all, it finds any items with the catalogue header and "catalog_rares_headline1" and with a minimum rank allowed of 5, and considers any items in those pages to be rares."
Go back and read the OP.
Sent from my SM-G530T using Tapatalk
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
treebeard
"How do I configure rare prices?
First of all, it finds any items with the catalogue header and "catalog_rares_headline1" and with a minimum rank allowed of 5, and considers any items in those pages to be rares."
Go back and read the OP.
Sent from my SM-G530T using Tapatalk
Did I do anything wrong? Just asking a question...
Anyway, thanks! I'll see if I can work with that.
Verstuurd vanaf mijn HMA-L29 met Tapatalk
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
TaggBeast
Did I do anything wrong? Just asking a question...
Anyway, thanks! I'll see if I can work with that.
Verstuurd vanaf mijn HMA-L29 met Tapatalk
No, that was the answer to your question [emoji14]
You control what rares are pulled by the catalogue header. Qwek explains how to use the rare system in the original post.
Good luck!
Sent from my SM-G530T using Tapatalk
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
@Quackster
This is strange I have Java installed and the JDK and i've put it in my PATH (System Variable) but I still get an error:
Images are in the links below:
Java is installed correctly:
Screenshot by Lightshot
and
Screenshot by Lightshot
This is the error i'm getting when I run Kepler:
https://prnt.sc/mdcuop
-
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]
Quote:
Originally Posted by
KyleeIsProzZ
You need jdk11, not 8.