Comet Server [Open Source, Java, 2019]

Twan

Active Member
Feb 14, 2011
198
44
Hello everyone,

Since this repository doesnt get any updates anymore since March (while i paid for updates in the future), i decided to release it. Maybe other people in here can use it to developer their hotel further or something else. It comes with an swf pack (Dutch). The catalog is organised and updated till the Christmas 2018 furni line. Also, use the comet_new.swf inside the gordon folder, thats the cracked Habbo.swf. Its based on PRODUCTION-201709192204-203982672.

Features:
- Navigator
- Catalog
- Normal room features (Talking, walking, actions, settings, moderation etc)
- Messenger
- Moderation tool
- Battle Banzai
- Quick polls
- Normal polls
- Achievements
- Quests
- Camera
- Groups (including forums)
- Wired
- Pets
- Bots
- Jukebox
- Youtube TVs

Screenshots



Downloads
Comet + DB:
SWFS including photo folder for camera:

Have fun!

Regards,
Twan
 

Silenos

Obsessed.
Aug 7, 2017
104
65
Java you can use visual studio i believe in a node application
No offense but your answer(s) are ridiculous (especially the first), if you can not help or do not want to, you just should not reply, really.
By the way, VS 2019 doesn't support Java, the recommended Java Extension Pack is only targeting VS Code.

I have asked there bro but nobody knows it, damn it does no one knows how to open it lol
You can open/debug it easily with an IDE like IntelliJ IDEA, NetBeans, Eclipse etc., usually there is an introduction at the first start of an IDE which I would not skip in your case to learn how the application itself works.

Then you just have to open the project (pom.xml) and run or debug it.
It's also important to mention that Comet uses the Coerce library ( ) which you have to add to the project. There are multiple ways to do it; Google is your friend!
 

ViCode16

New Member
Jun 10, 2019
1
0
[ERROR] Failed to execute goal on project Comet-Server: Could not resolve dependencies for project Comet:Comet-Server:jar:2.11.1-TEST1: The following artifacts could not be resolved: Comet:Comet-API:jar:2.11.1-TEST1, Comet:Comet-Server-Protocol:jar:2.11.1-TEST1, Comet:Comet-Networking-Composers:jar:2.11.1-TEST1, Comet:Comet-Storage-MySQL:jar:2.11.1-TEST1, Comet:Comet-Common:jar:2.11.1-TEST1, Comet:Comet-Networking-API:jar:2.11.1-TEST1, Comet:Comet-Game-Groups:jar:2.11.1-TEST1, Comet:Comet-GameCenter-FastFood:jar:2.11.1-TEST1, Comet:Comet-Game-Rooms:jar:2.11.1-TEST1: Failure to find Comet:Comet-API:jar:2.11.1-TEST1 in was cached in the local repository, resolution will not be reattempted until the update interval of java.net has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]

image:

solution?
 

Kakemonster

New Member
Oct 22, 2011
19
2
:empty command doesnt work

java.lang.NullPointerException
at com.cometproject.server.game.players.components.PetComponent.clearPets(PetComponent.java:35)
at com.cometproject.server.game.commands.user.EmptyCommand.execute(EmptyCommand.java:36)
at com.cometproject.server.game.commands.CommandManager.parse(CommandManager.java:317)
at com.cometproject.server.game.rooms.objects.entities.types.PlayerEntity.onChat(PlayerEntity.java:470)
at com.cometproject.server.network.messages.incoming.room.action.TalkMessageEvent.handle(TalkMessageEvent.java:79)
at com.cometproject.server.network.messages.MessageHandler.handle(MessageHandler.java:551)
at com.cometproject.server.network.sessions.SessionEventHandler.handle(SessionEventHandler.java:53)
at com.cometproject.server.network.sessions.Session.handleMessageEvent(Session.java:116)
at com.cometproject.server.network.messages.GameMessageHandler.handleMessage(GameMessageHandler.java:18)
at com.cometproject.server.network.clients.ClientHandler.channelRead0(ClientHandler.java:102)
at com.cometproject.server.network.clients.ClientHandler.channelRead0(ClientHandler.java:19)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32)
at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:299)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
at java.lang.Thread.run(Thread.java:748)
 

Silenos

Obsessed.
Aug 7, 2017
104
65
:empty command doesnt work

java.lang.NullPointerException
at com.cometproject.server.game.players.components.PetComponent.clearPets(PetComponent.java:35)
at com.cometproject.server.game.commands.user.EmptyCommand.execute(EmptyCommand.java:36)
at com.cometproject.server.game.commands.CommandManager.parse(CommandManager.java:317)
at com.cometproject.server.game.rooms.objects.entities.types.PlayerEntity.onChat(PlayerEntity.java:470)
at com.cometproject.server.network.messages.incoming.room.action.TalkMessageEvent.handle(TalkMessageEvent.java:79)
at com.cometproject.server.network.messages.MessageHandler.handle(MessageHandler.java:551)
at com.cometproject.server.network.sessions.SessionEventHandler.handle(SessionEventHandler.java:53)
at com.cometproject.server.network.sessions.Session.handleMessageEvent(Session.java:116)
at com.cometproject.server.network.messages.GameMessageHandler.handleMessage(GameMessageHandler.java:18)
at com.cometproject.server.network.clients.ClientHandler.channelRead0(ClientHandler.java:102)
at com.cometproject.server.network.clients.ClientHandler.channelRead0(ClientHandler.java:19)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32)
at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:299)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
at java.lang.Thread.run(Thread.java:748)

Could you try it again with another account which has no pets in its inventory?
 

Jose197

New Member
Mar 28, 2020
2
0
No offense but your answer(s) are ridiculous (especially the first), if you can not help or do not want to, you just should not reply, really.
By the way, VS 2019 doesn't support Java, the recommended Java Extension Pack is only targeting VS Code.


You can open/debug it easily with an IDE like IntelliJ IDEA, NetBeans, Eclipse etc., usually there is an introduction at the first start of an IDE which I would not skip in your case to learn how the application itself works.

Then you just have to open the project (pom.xml) and run or debug it.
It's also important to mention that Comet uses the Coerce library ( ) which you have to add to the project. There are multiple ways to do it; Google is your friend!
Sorry, can you explain to me how to run the proyect?
Thank you
 

DizzloEndrit

Member
Sep 23, 2017
90
23
I would say this download of Comet has a lot of problems, if your not a developer yourself and are able to fix them I wouldnt recommend you guys use this.
 

Users who are viewing this thread

Top