[Release] Archer Version Server Files And Client - Stable Version

I try to get it to work but when I client start in client it gets stuck on now processing.
server is running fine.

the game server says this:

17:43:57.029 INFO - Loaded 831 server and 698 client packet definition's.
17:43:57.455 INFO - Waiting for connections on 0.0.0.0:8889
17:43:57.457 INFO - Load Boss:20
17:43:59.461 INFO - +----
17:43:59.478 INFO - | Global Memory Informations at 17:43:59:
17:43:59.494 INFO - | |
17:43:59.510 INFO - | Allowed Memory: 66409984 KB
17:43:59.525 INFO - | |= Allocated Memory: 16153088 KB (24.3233%)
17:43:59.545 INFO - | |= Non-Allocated Memory: 50256896 KB (75.6767%)
17:43:59.565 INFO - | Allocated Memory: 16153088 KB
17:43:59.585 INFO - | |= Used Memory: 6671734 KB (10.0463%)
17:43:59.604 INFO - | |= Unused (cached) Memory: 9481354 KB (14.2770%)
17:43:59.624 INFO - | Useable Memory: 59738250 KB (89.9537%)
17:43:59.642 INFO - +----
17:43:59.659 INFO - Server loaded in 65,912 millisecond(s).
17:44:01.299 INFO - Connecting to 127.0.0.1:9000 RMI server
17:44:02.572 INFO - Connected to login server successfully.


login server says this:
17:42:48.299 INFO - - Serendia on port 8889
17:42:48.520 INFO - Waiting for connections on 0.0.0.0:8888
17:42:48.522 INFO - ----------------------------------------------------------={ Loading packet definition's... }
17:42:48.533 INFO - Loaded 9 server and 4 client packet definition's.
17:42:48.559 INFO - +----
17:42:48.559 INFO - | Global Memory Informations at 17:42:48:
17:42:48.560 INFO - | |
17:42:48.561 INFO - | Allowed Memory: 524288 KB
17:42:48.563 INFO - | |= Allocated Memory: 32768 KB (6.2500%)
17:42:48.565 INFO - | |= Non-Allocated Memory: 491520 KB (93.7500%)
17:42:48.566 INFO - | Allocated Memory: 32768 KB
17:42:48.569 INFO - | |= Used Memory: 9231 KB (1.7607%)
17:42:48.573 INFO - | |= Unused (cached) Memory: 23537 KB (4.4893%)
17:42:48.573 INFO - | Useable Memory: 515057 KB (98.2393%)
17:42:48.574 INFO - +----
17:42:48.576 INFO - Server loaded in 1,848 millisecond(s).
17:42:48.618 INFO - Server Type: GT_REAL
17:42:48.619 INFO - Encrypt Login: false
17:42:48.620 INFO - Encrypt Login State: false
17:42:48.620 INFO - Login server listening for gameserver's connections at port 9000
ready server command.
17:44:02.564 INFO - Gameserver [Serendia] registered successfuly with ServerID=1 and ChannelID=1.

go to
\loginserver\bin\configs\login.properties
then login.autoregistration.accounts = true
that's why stuck in after starting because there wasn't an account
 
I try to get it to work but when I client start in client it gets stuck on now processing.
server is running fine.

the game server says this:

17:43:57.029 INFO - Loaded 831 server and 698 client packet definition's.
17:43:57.455 INFO - Waiting for connections on 0.0.0.0:8889
17:43:57.457 INFO - Load Boss:20
17:43:59.461 INFO - +----
17:43:59.478 INFO - | Global Memory Informations at 17:43:59:
17:43:59.494 INFO - | |
17:43:59.510 INFO - | Allowed Memory: 66409984 KB
17:43:59.525 INFO - | |= Allocated Memory: 16153088 KB (24.3233%)
17:43:59.545 INFO - | |= Non-Allocated Memory: 50256896 KB (75.6767%)
17:43:59.565 INFO - | Allocated Memory: 16153088 KB
17:43:59.585 INFO - | |= Used Memory: 6671734 KB (10.0463%)
17:43:59.604 INFO - | |= Unused (cached) Memory: 9481354 KB (14.2770%)
17:43:59.624 INFO - | Useable Memory: 59738250 KB (89.9537%)
17:43:59.642 INFO - +----
17:43:59.659 INFO - Server loaded in 65,912 millisecond(s).
17:44:01.299 INFO - Connecting to 127.0.0.1:9000 RMI server
17:44:02.572 INFO - Connected to login server successfully.


login server says this:
17:42:48.299 INFO - - Serendia on port 8889
17:42:48.520 INFO - Waiting for connections on 0.0.0.0:8888
17:42:48.522 INFO - ----------------------------------------------------------={ Loading packet definition's... }
17:42:48.533 INFO - Loaded 9 server and 4 client packet definition's.
17:42:48.559 INFO - +----
17:42:48.559 INFO - | Global Memory Informations at 17:42:48:
17:42:48.560 INFO - | |
17:42:48.561 INFO - | Allowed Memory: 524288 KB
17:42:48.563 INFO - | |= Allocated Memory: 32768 KB (6.2500%)
17:42:48.565 INFO - | |= Non-Allocated Memory: 491520 KB (93.7500%)
17:42:48.566 INFO - | Allocated Memory: 32768 KB
17:42:48.569 INFO - | |= Used Memory: 9231 KB (1.7607%)
17:42:48.573 INFO - | |= Unused (cached) Memory: 23537 KB (4.4893%)
17:42:48.573 INFO - | Useable Memory: 515057 KB (98.2393%)
17:42:48.574 INFO - +----
17:42:48.576 INFO - Server loaded in 1,848 millisecond(s).
17:42:48.618 INFO - Server Type: GT_REAL
17:42:48.619 INFO - Encrypt Login: false
17:42:48.620 INFO - Encrypt Login State: false
17:42:48.620 INFO - Login server listening for gameserver's connections at port 9000
ready server command.
17:44:02.564 INFO - Gameserver [Serendia] registered successfuly with ServerID=1 and ChannelID=1.


Do not forget to change your SERVER IP in server.properties located at gameserver\bin\configs

Code:
# External server IP for client connections.
# If localhost use 127.0.0.1
# If docker & localhost use host.docker.internal
# If external - use real ip 
# 服务器真实IP
server.ip = YOUR SERVER IP
 
Thank you beautiful things It's very good Server
Ledie - [Release] Archer Version Server Files And Client - Stable Version - RaGEZONE Forums
 
Last edited:
it works fine 1 router 2 desktop settings
and
how to make external connection for db server?( default localhost access only)
client side < -- > server side
 
Sorry to be the one asking this Ledie, but could we bother you to please put up a torrent that contains everything (client+server already patched), already configured to run in one PC/localhost?

It would really help folks like me who know barely anything with the way the emulation works, and I think would reduce the amount of people asking "this and that" with regards to installation and configuration.

Please and thank you very much for all the work you've all done for this release.
 
I have the server setup but I've been unable to obtain the client because it says the file is over it's quota. Is there anyway it could be uploaded to a different host or put out as a torrent? I've followed the links from the megathread and all clients are over quota.
 
Here are the files for you to replace...
Java 14 portable and configured localhost.


EDIT: Updated link.
 
Last edited:
it works fine 1 router 2 desktop settings
and
how to make external connection for db server?( default localhost access only)
client side < -- > server side

You will need open the ports tcp 8888 and 8889
And put the ipv4 of the machine, setup and log in from a external client putting the ipv4 of the machine server on the service.ini



Sorry to be the one asking this Ledie, but could we bother you to please put up a torrent that contains everything (client+server already patched), already configured to run in one PC/localhost?

It would really help folks like me who know barely anything with the way the emulation works, and I think would reduce the amount of people asking "this and that" with regards to installation and configuration.

Please and thank you very much for all the work you've all done for this release.

Hi, okay. I'll do that, but the guys of SPP already gonna do that



Anyone has link for client? gdrive is not allowing me to download "Quota exceeded". TIA

I'll upload Nemesis Desert Client for you guys, is the client where i used for my server ^^



I have the server setup but I've been unable to obtain the client because it says the file is over it's quota. Is there anyway it could be uploaded to a different host or put out as a torrent? I've followed the links from the megathread and all clients are over quota.

I'll re upload some clients and create torrent links
 
it works fine 1 router 2 desktop settings
and
how to make external connection for db server?( default localhost access only)
client side < -- > server side

For enable external conections to your database, use this flag --bind_ip localhost in Database.bat, where "localhost" is = to your server ip or 0.0.0.0 (bind to all)
 
Hi, there is a way to edit the text of the Skills?..

All Lahn skills are in english and another lenguage.

AfxKJm - [Release] Archer Version Server Files And Client - Stable Version - RaGEZONE Forums


Yea, you can edit the .loc files. You can find they in client folder, inside of one folder called ADS, you can follow this tutorial of how to transform .loc in .txt

In your case you're using the languagedata_en.loc
 
Back