• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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");
        }