Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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

Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Great release Alex! But, how do we actually add bots? Like i understand some of it but what about "start_look" for example?

start_look is the rotation of the bot when you first load the room, and the rotation that the bot resets to after it finishes walking. I should probably rename the column.
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

start_look is the rotation of the bot when you first load the room, and the rotation that the bot resets to after it finishes walking. I should probably rename the column.

So it should be like 2 and 2 for example? I checked with Debbo 3.6, Bloodline etc and they have something like this
enabled=1
name=Ralf
mission=Im here for the noobs..
walkspace=9 18,9 16,9 17,9 19,9 20,9 21,9 22,9 23,8 18,8 16,8 17,8 19,8 20,8 21,8 22,8 23
look=2,2

figure=sd=001&sh=003/41,41,41&lg=006/51,51,51&ch=202/139,24,32&lh=001/255,210,179&rh=001/255,210,179&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=203/103,78,59&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,204,153

So start_look should be like "look" for example.
 
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

So it should be like 2 and 2 for example? I checked with Debbo 3.6, Bloodline etc and they have something like this

No, for Kepler it's a single integer, for something like Debbo, the "2,2" was because the first represented the head rotation, and the second represented the body rotation, or the other way around, I forgot. Bots don't actually need both configured, so it's just a single rotation set for both the head and body.

So start_look should be like "look" for example.

Indeed. :):
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

No, for Kepler it's a single integer, for something like Debbo, the "2,2" was because the first represented the head rotation, and the second represented the body rotation, or the other way around, I forgot. Bots don't actually need both configured, so it's just a single rotation set for both the head and body.



Indeed. :):
Well i just made one, obvious i did something wrong.
rGYsTga - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums


Since i get
Error when executing MySQL query:
java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
in Kepler. :/:
 

Attachments

You must be registered for see attachments list
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Well i just made one, obvious i did something wrong.
rGYsTga - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums


Since i get
in Kepler. :/:

Your walkspace is wrong, the first entry is a "9" when it should have two numbers separated by comma, eg "9,3" as the first represents the x and the second represents the y coordinate to walk to.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Your walkspace is wrong, the first entry is a "9" when it should have two numbers separated by comma, eg "9,3" as the first represents the x and the second represents the y coordinate to walk to.
Hm ok, will look into it.
So example if X is 9 and Y is 21 it should be like
9,18,9 16,9 17,9 19,9,21,9
right?
 
Last edited:
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Hm ok, will look into it.
So example if X is 9 and Y is 21 it should be like

right?

Remove the second last comma and it's good, it should be

9,18,9 16,9 17,9 19,9 21,9
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Remove the second last comma and it's good, it should be

9,18,9 16,9 17,9 19,9 21,9

I tried with
9,18,9 16,9 17,9 19,9 21,9

But still no bot and still the same error in Kepler sadly.
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

How do you keep Ducking up? Look at what you're sending me, it's clearly not correct.

9,18,9 16,9 17,9 19,9 21,9

Ye, was kinda tired yesterday. Sorry for being retarded. :(:

Got it to work now at least.
XjjRgzk - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Can someone help me with Kepler from scratch? Tried almost everything but I can't get it to work.
 
Newbie Spellweaver
Joined
Oct 16, 2014
Messages
62
Reaction score
3
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

How to run it on Windows?
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

How to run it on Windows?
un the .bat file, close it then edit the config file and then run the .bat file again.



Can someone help me with Kepler from scratch? Tried almost everything but I can't get it to work.

What doesn't work?
 
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

What doesn't work?[/QUOTE]

Can't import the SQL with HeidiSQL and when I run the .bat it says I don't have Java installed but I installed JDK 11 correctly.
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

What doesn't work?

Can't import the SQL with HeidiSQL and when I run the .bat it says I don't have Java installed but I installed JDK 11 correctly.[/QUOTE]

Did you set collation as utf8mb4?

As for java you have to add java to your PATH under system variables

By doing:

go to Start>rightclick on This computer and click on Properties, on the left menu click on advanced systemsettings then click on environment variables. Under system variables double click on "Path" on the menu to the right click on New and add the following:
C:\Program Files\Java\jdk-xx.x.x\bin
Replace the XX.X.X with the java verison that you have in your javafolder. Hope that helps.
C:\Program Files\Java
 
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

It works! :)
But I can't see my database.
 
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Can you provide screenshot?
I needed to restart HeidiSQL. I can see it now! But how do I edit my character credits, rank etc. (im new with HeidiSQL)
 
Newbie Spellweaver
Joined
Jan 4, 2012
Messages
80
Reaction score
25
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

I needed to restart HeidiSQL. I can see it now! But how do I edit my character credits, rank etc. (im new with HeidiSQL)

Go to whatever table you want, for example users click on "data".
2VSLp0Y - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 20, 2018
Messages
42
Reaction score
1
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Go to whatever table you want, for example users click on "data".
2VSLp0Y - Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble) - RaGEZONE Forums
Thank you! One more thing, how do I change the client version?
 

Attachments

You must be registered for see attachments list
Back
Top