Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble)

Page 27 of 48 FirstFirst ... 17192021222324252627282930313233343537 ... LastLast
Results 391 to 405 of 715
  1. #391
    Apprentice Debbo93 is offline
    MemberRank
    Apr 2014 Join Date
    Margherita di SLocation
    23Posts

    Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]

    A stupid question:

    I've tried looking for Rank List for Kepler and for Retro v14/15 in general, but I don't found any correct list of it on internet.

    === Example of Habbo V9 Rank List ===

    1 = Habbo
    2 = Habbo-X
    3 = Habbo Silver
    4 = Habbo Gold
    5 = Moderator
    6 = Administrator / Founder

    ===========================

    I noticed that on kepler server, the list is different and have more ranks.

    Someone can attach a Rank list of it?

    Thanks!

  2. #392
    Valued Member treebeard is offline
    MemberRank
    Jun 2018 Join Date
    Middle EarthLocation
    102Posts

    Re: Kepler - Habbo Hotel v14 server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by Debbo93 View Post
    A stupid question:

    I've tried looking for Rank List for Kepler and for Retro v14/15 in general, but I don't found any correct list of it on internet.

    === Example of Habbo V9 Rank List ===

    1 = Habbo
    2 = Habbo-X
    3 = Habbo Silver
    4 = Habbo Gold
    5 = Moderator
    6 = Administrator / Founder

    ===========================

    I noticed that on kepler server, the list is different and have more ranks.

    Someone can attach a Rank list of it?

    Thanks!
    Check the PlayerRank class in the server's code.

    Starting from 0:

    Rankless
    Normal
    Community Manager
    Guide
    Hobba
    Super Hobba
    Moderator
    Administrator


    Sent from my Pixel 3 using Tapatalk

  3. #393
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    I cant wait for Alex release Groups and Tags Support for Kepler :)

  4. #394
    Member pamaor is offline
    MemberRank
    Jan 2014 Join Date
    74Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    2019-06-26T22:19:56.532 - [ErrorLogger] - Error when executing MySQL query: java.sql.SQLIntegrityConstraintViolationException: (conn=66) Column 'sso_ticket' cannot be null at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:229) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:165) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:238) at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:232) at org.mariadb.jdbc.MariaDbPreparedStatementClient.execute(MariaDbPreparedStatementClient.java:159) at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) at org.alexdev.kepler.dao.mysql.PlayerDao.clearSSOTicket(PlayerDao.java:242) at org.alexdev.kepler.game.player.Player.login(Player.java:72) at org.alexdev.kepler.messages.incoming.handshake.TRY_LOGIN.handle(TRY_LOGIN.java:24) at org.alexdev.kepler.messages.MessageHandler.invoke(MessageHandler.java:489) at org.alexdev.kepler.messages.MessageHandler.handleRequest(MessageHandler.java:476) at org.alexdev.kepler.server.netty.connections.ConnectionHandler.channelRead0(ConnectionHandler.java:99) at org.alexdev.kepler.server.netty.connections.ConnectionHandler.channelRead0(ConnectionHandler.java:20) at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:284) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1414) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:945) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:146) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:645) at io.netty.channel.nio.NioEventLoop.processSelectedKeysPlain(NioEventLoop.java:545) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:499) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:459) at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:834)Caused by: java.sql.SQLException: Column 'sso_ticket' cannot be nullQuery is: UPDATE users SET sso_ticket = ? WHERE id = ? LIMIT 1, parameters [<null>,1]java thread: nioEventLoopGroup-7-1 at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:163) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:280) at org.mariadb.jdbc.MariaDbPreparedStatementClient.executeInternal(MariaDbPreparedStatementClient.java:223) ... 31 more
    I have this error when I try to put a disc in a jukebox :C

  5. #395
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by pamaor View Post
    I have this error when I try to put a disc in a jukebox :C
    Column SSO Ticket cannot be null , u just have to go on PhpMyAdmin and allows to be null ;) , Because always u login on Kepler the SSO Ticket is deleted.


    SQL Query:
    ALTER TABLE `users` CHANGE `sso_ticket` `sso_ticket` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL;
    Last edited by m.tiago; 27-06-19 at 09:15 PM.

  6. #396
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,473Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by pamaor View Post
    I have this error when I try to put a disc in a jukebox :C
    Thanks, will be fixed next Kepler update.

  7. #397
    Member pamaor is offline
    MemberRank
    Jan 2014 Join Date
    74Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by Quackster View Post
    Thanks, will be fixed next Kepler update.
    Thanks a lot for your work. Maybe you can check the teleporters. :3

  8. #398
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,473Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by pamaor View Post
    Thanks a lot for your work. Maybe you can check the teleporters. :3
    I'm not touching the teleporters any longer.

  9. #399
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by Quackster View Post
    I'm not touching the teleporters any longer.
    So , have any next update on plans ?

  10. #400
    Apprentice AserLink is offline
    MemberRank
    May 2014 Join Date
    17Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    This is so good.
    Bravo, Quackster :)

    By the way, yesterday I was messing around the server and I'm trying to change BattleBall Barebones Classic arena into a custom one and I don't see any changes, it's like the changes inside the CCT file are useless, I always see the old arena (even if I change the .room setting inside the CCT, I set it with another image and not the old arena).
    What am I missing?

  11. #401
    Valued Member treebeard is offline
    MemberRank
    Jun 2018 Join Date
    Middle EarthLocation
    102Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by AserLink View Post
    This is so good.
    Bravo, Quackster :)

    By the way, yesterday I was messing around the server and I'm trying to change BattleBall Barebones Classic arena into a custom one and I don't see any changes, it's like the changes inside the CCT file are useless, I always see the old arena (even if I change the .room setting inside the CCT, I set it with another image and not the old arena).
    What am I missing?
    Are you publishing the changes to the cast in Director?

    Have you cleared your browser cache?

    Is the cast being saved unprotected? (CST)
    Browsers won't load an unprotected cast, if I'm not mistaken, but all you have to do is change the file extension from .cst to .cct

    Once I was working with a cast and in order for the movie (DCR) to read the changes, I had to first open the actual DCR in Director and then edit the cast from the cast pane and finally save the cast via 'Save As'. Although, I was under the assumption this was only necessary if you were editing the scripts and not the bitmaps, sounds, etc.

    Sent from my Pixel 3 using Tapatalk

  12. #402
    Apprentice AserLink is offline
    MemberRank
    May 2014 Join Date
    17Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Customization is possible inside BattleBall Arenas in V26 but not in V21, I don't know why.
    Just an example: Barebones Classic had 4 static spotlights. I made them "animated" (sort of):
    Spoiler:



    OLD:
    Spoiler:
    I changed only some bitmaps and fields files (like bb_arena and bb_arena_1.room).

    Quote Originally Posted by treebeard View Post
    Are you publishing the changes to the cast in Director?
    Have you cleared your browser cache?
    No, I don't publish the changes, I only convert them to Shockwave Movie for the CCT file. I don't even touch the DCR file.
    And no, I haven't cleared it. I will try now.

    When I was testing the old (and incomplete) SnowStorm CCTs some years ago I didn't have any problems on editing the arenas, in fact I could totally recreate snowwar_arena_0 map. I could see the updates made to the arena instantly without clearing the cache.

    I don't why, but it's like the game is "seeing" the map from another hh_game_bb_room. Even if I delete the CCT, the arena still loads fine.
    Last edited by AserLink; 01-07-19 at 10:52 PM.

  13. #403
    Valued Member treebeard is offline
    MemberRank
    Jun 2018 Join Date
    Middle EarthLocation
    102Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by AserLink View Post
    Customization is possible inside BattleBall Arenas in V26 but not in V21, I don't know why.
    Just an example: Barebones Classic had 4 static spotlights. I made them "animated" (sort of):
    Spoiler:



    OLD:
    Spoiler:
    I changed only some bitmaps and fields files (like bb_arena and bb_arena_1.room).


    No, I don't publish the changes, I only convert them to Shockwave Movie for the CCT file. I don't even touch the DCR file.
    And no, I haven't cleared it. I will try now.

    When I was testing the old (and incomplete) SnowStorm CCTs some years ago I didn't have any problems on editing the arenas, in fact I could totally recreate snowwar_arena_0 map. I could see the updates made to the arena instantly without clearing the cache.

    I don't why, but it's like the game is "seeing" the map from another hh_game_bb_room. Even if I delete the CCT, the arena still loads fine.
    O.o

    Seems like an odd inconsistency. I'm not too familiar with the casts in Habbo that are related to the games but it could be being overwritten somewhere else or perhaps a different cast is used entirely in older revisions?

    Anyways, glad ya figured something out with it. I'd love to see a fully custom arena.

    Sent from my Pixel 3 using Tapatalk

  14. #404
    Apprentice AserLink is offline
    MemberRank
    May 2014 Join Date
    17Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    Quote Originally Posted by treebeard View Post
    O.o

    Seems like an odd inconsistency. I'm not too familiar with the casts in Habbo that are related to the games but it could be being overwritten somewhere else or perhaps a different cast is used entirely in older revisions?

    Anyways, glad ya figured something out with it. I'd love to see a fully custom arena.

    Sent from my Pixel 3 using Tapatalk
    Exactly! I still don't know why V21 has this "problem" about customization.

  15. #405
    Ball like Wall oddzag is offline
    [VIP] MemberRank
    Aug 2009 Join Date
    AnusLocation
    432Posts

    Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

    I love you Quackster



Advertisement