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!

Aion 6.5 Emu [Aion Germany]

Junior Spellweaver
Joined
Mar 2, 2023
Messages
196
Reaction score
326
There is no direct link to files Aion 6.5 Emu on the forum

For those who do not want to search for a long time in the repositories of Aion-Germany

Download: (Google Drive - UPDATE!!!)

Github Aion-Germany - (Current Aion 7.8)

The emulator is assembled without problems. But there are a huge bunch of errors. Fix, fix, and fix again.

I did the check on the client:
 
Last edited:
Junior Spellweaver
Joined
Mar 2, 2023
Messages
196
Reaction score
326
I'm still downloading the client, but I'm curious - why does gameserver.properties say the server version is 6.0?

"SM_VERSION_CHECK.java" šŸ«£

Java:
    protected void writeImpl(AionConnection con) {
        if (version < 215) {
            writeC(0x02);
            return;
        }
        if (version == 215) {
            log.info("Authentication with Client Version 6.x");
        }
        else if (version < 215) {
            log.info("Authentication with Client Version lower than 6.x");
        }
 
Back
Top