Hi, I looked at these files and it looks like there are a lot of new things in them. Maybe I will finally be able to fix the transition between lands. It would be great if you could also help with programming
.
Sorry took me a while to upload it.
https://drive.google.com/file/d/1d1y...w?usp=drivesdk
Hi, I looked at these files and it looks like there are a lot of new things in them. Maybe I will finally be able to fix the transition between lands. It would be great if you could also help with programming
.
nice work : thumbup1:
Sadly im getting some errrors so i cant build it. Could you help me fix them?
![]()
Hi, try to download the latest version - i just sent a patch. You also need the lombok plugin (if you don't have it yet). Then when you manage to build the project you have to set the path to the configuration files:
Put the configuration files into the "config" directory inside the path you specified. Sample files are included in the project. I hope it will help![]()
Ok nice everything is running, i got my DB and can run my Client. But i cant login. I created a user in the DB like you specified earlier. Problem I am not used to Postgresql so i have no idea how to verify if my account actually was created.
EDITED:
ok so the account is there, the only thing not running is the common server. It runs on the same port as the world server.
Is there a correct order to start the servers?
- - - Updated - - -
Everything works :) Sadly i get this error when i try to login.
![]()
Last edited by Alex Mgh; 12-04-20 at 12:50 PM.
Try to add
to auth-server.properties file. I see that this is missing in the sample file.Code:opensun.agent.ip=127.0.0.1 opensun.agent.port=9000
There is no need to run common-server - this is just a library/framework used in other servers. Applications can be started in any order.
Ok i tried to figure out myselft what was wrong for a while but i cannot solve it. I got to selecting a Channel. But Aftwards the game Crashes. This is the error i get, right when i start the game, and when i select a Channel.
it Says: "session closed from remote host" in english :)
I am by no means new to Java but getting into someone elses project can be tough
[IMG]blob:https://imgur.com/10f9409a-37fc-47d4-be64-18e1165e2602[/IMG]
Maybe try to change the port in the server list in the database. There should be the Agent Server address (probably port number 44406).
Yes, I know it can be difficult, especially because that the configuration of this project is a bit chaoticCode:UPDATE config.server_instance SET port = '44406'![]()
Last edited by CwaniX; 15-04-20 at 11:49 AM.
HAHA nice got IN!
either your SQL Script func_create_character is wrong or your table definition. Once the Column is named Intelligence but the script tries to enter in Inteligence :)
My first Bug Fix! (though you probably already noticed it).
Fuck YEAH
The links are on Page 1 i think!
- - - Updated - - -
Ok do you have any ByteConverterTool? Or do you already know what most Bytes represent?
2020-04-15 15:24:19.785 DEBUG 1444 --- [ntLoopGroup-6-1] p.c.o.c.server.messages.PacketEncoder : [ PACKET ENCODER] [userId: ] Outgoing data: 48 83 01 00 00 00 2020-04-15 15:24:30.364 ERROR 1444 --- [ecutorGroup-2-1] p.c.o.c.server.SUNServerChannelHandler : [ SUN SERVER] [userId: 1] An error occured
Server crashes with these bytes while trying to enter the game with my characer
EDIT: NVM this time i got in, now i can see Bytes going out and in and can start using them to see how everything works
- - - Updated - - -
Do you know how to repack Files with the WPK tool?
- - - Updated - - -
Ok i was able to translate alot of the game with some files i had, problem is that the text is somehow too big :)
I will stay on it and upload a Client when its more readable.
![]()
Last edited by Alex Mgh; 15-04-20 at 03:37 PM.