Skip to content

project-agonyl/project-agonyl-emulator

Repository files navigation

Project Agonyl - An emulator for A3 MMORPG

Overview of A3

A3 - Art, Alive, Attraction is a Korean MMORPG released around 2003. English version of it was officially released in India in 2005 under the banner of Sify. Later due to some issues it was shut down. But the love for the game did not end there. Thanks to RaGEZONE Forum (http://forum.ragezone.com/f98/) some Indians were able to create A3 private server using the files released there. The released files were just executables compiled by the Chinese developers and the source of these executables were never released.

This is an effort to create an open source emulator for A3. If you are developer with a passion for MMORPG you are welcome to help in its development.

Requirements

  1. Dot Net 4.0
  2. MySQL or MariaDB
  3. Redis

Running the Project

  1. Build the project using Visual Studio 2019 or higher
  2. Import database schemas from data into respective MySQL databases
  3. Update LoginServer.xml and GameServer.xml with proper credentials
  4. Run LoginServer.exe as well as GameServer.exe to start the emulator

Currently available features

  1. Account validation and login
  2. Showing of server details and server selection
  3. Character listing
  4. Character create
  5. Character delete

Client

Emulator has been found to be working only with A3 client version 562 (Get local IP hexed client from https://github.com/cyberinferno/InfernoEmu/tree/master/Important%20Files)

Releases

No releases published

Packages

No packages published