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!

Recent content by AKllX

  1. AKllX

    AION7.7pts (Europe) set up tutorial and server download address

    Well I for sure did not obfuscate mine. Used the default version of Ghidra to edit and recompile it. To crack the matchmaking is really simple. The Main64.exe has all the logics needed. If you set the 'IsEventServer' to 'true' then you have a Matchmaking server. However, NCSoft makes so that...
  2. AKllX

    [Release] Aion 4.6 off - cracked matchmaking

    Matchmaking/Beginner server configuration You must setup an exclusive MainServer, NpcServer, Cache Server and LogServer just for that. All of them must be on a different connection point (IP/port socket. You can have the same IP but not the same port for example. The socket is for each network...
  3. AKllX

    how to use packet samurai on local server (4.6 pts)

    This question is more about network principles on Windows than Aion itself. As you may know, you cannot capture the data routed to local hostnames/address on Windows (ex: 127.0.0.1, localhost). To be able to do that you must use a Microsoft Loopback Adapter. Then you change all your IP...
  4. AKllX

    Aion 7.7 C + + server files

    I agree with Robson26 with this one. This version of Aion is so bad that it's pointless to do any work on it. I will keep on waiting for some Classic files leak.
  5. AKllX

    L2O Lineage 2 Classic 3.0

    Amazing release. Some of the best stuff I've seen here in the last couple of years. I have put some effort on the Aion section myself and would like to know if you may have anything regarding Aion Classic stored somewhere. GG Edit: The Aion server matchmaking is missing the common.xml and...
  6. AKllX

    SADB.bac for 4.6PTS or advice on structure

    Here is the complete backup: You must be registered for see element.
  7. AKllX

    [Release] JetWeb - A simple Aion 4.6 (retail) website

    You must be registered for see element. You should read all posts from this thread as they may include important information.
  8. AKllX

    [Release] JetWeb - A simple Aion 4.6 (retail) website

    Seems your appsettings.json connection for AionAccounts is missing/incorrect.
  9. AKllX

    [Release] JetWeb - A simple Aion 4.6 (retail) website

    You may have not noticed but this release is compiled as 'standalone' meaning it includes all necessary dependencies (the whole .NET Framework). The website itself is less than 2MB. Tested the link and its working just fine.
  10. AKllX

    AION 4.6 retail server file (Re-post)

    All GM characters are heavily limited on buying/selling/trading actions by NCSoft itself code-wise. You should not use a GM characters for trading and selling but rather the GM Panel since it can be audited.
  11. AKllX

    [Release] JetWeb - A simple Aion 4.6 (retail) website

    To use all the website features you should setup a SMTP server to send confirmation emails. It's the safe way to provide account and password recovery. If you want just the test it, you can either: 1) set website.AspNetUsers.EmailConfirmed to 1 or; 2) change the line in Startup.cs...
  12. AKllX

    [Release] Aion 4.6 off - cracked matchmaking

    If you are stuck waiting it means that it is working as it should. You can only join the arenas once the queue is completed with enough players.
  13. AKllX

    [Release] Aion 4.6 off - cracked matchmaking

    Just replacing your Server64.exe should work. You will be able to join the matchmaking and the 'instance server not found' message will disappear.
  14. AKllX

    [Release] JetWeb - A simple Aion 4.6 (retail) website

    Hit 'Run' (F5) in Visual Studio. A console window should open up and thats your webserver for testes. Any other erros that my occur during runtime should show there or on Visual Studio itself if you are running a 'Debug' compilation. You must be registered for see element.
  15. AKllX

    [Release] JetWeb - A simple Aion 4.6 (retail) website

    The Windows IIS Server is necessary only for production servers. If you want to test and customize the files the best aproach is to run it using the Visual Studio embedded Web Server or IIS Express. Both are available on Visual Studio Community default installation. You should do the minimum...
Back
Top