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!

Release Aion Emulator 7.5

Banned
Banned
Joined
May 26, 2020
Messages
235
Reaction score
100
Take a look in the Gameserver database if you have some records in the "Task" Table
 
Newbie Spellweaver
Joined
Jul 22, 2020
Messages
5
Reaction score
0
Can Someone please Help me ?
Whenever i try to enter an account it gives a password error . The auto Sign in is enabled in config and I use the database from SQL Folder .
Aiondbls_GS
I really would appreciate it if someone can give me a solution .
 
Junior Spellweaver
Joined
Jun 8, 2013
Messages
153
Reaction score
6
Simple test for you who don't have the source code:

1 - Do backup of your Al-Game
2 - open Al-Game with 7-zip and look for \com\aionemu\gameserver\services\RestartService$2.class
delete this RestartService$2.class close 7-zip and test.

RestartService$2.class this is it...

package com.aionemu.gameserver.services;
import com.aionemu.gameserver.ShutdownHook;
class RestartService$2 implements Runnable {
@Override
public void run() {
final int delay2 = 300;
RestartService.this.log.info("Restart Server Service");
ShutdownHook.getInstance().doShutdown(delay2, 20, ShutdownHook.ShutdownMode.RESTART);

Yes! ! The problem is indeed here! ! I deleted the thread in the source code, it is not true that there is no source code to delete it will cause problems! ! ! , Now the most serious is mini pets, the code needs to be rewritten



Too many attack data errors! ! PVP, attack, crit
 
Newbie Spellweaver
Joined
Jul 26, 2019
Messages
50
Reaction score
7
Sqls clean and corrected...

What does that mean? Have you fixed something?

P.S. Is it possible to implement GM-panel (shift+F1)? It's not working on this repack
 
Last edited:
Newbie Spellweaver
Joined
Jul 22, 2020
Messages
5
Reaction score
0
I used the Sql Robinson just uploaded today and same problem ; whenever i try to log in , i have the Incorrect password issue
 
Newbie Spellweaver
Joined
Jul 26, 2019
Messages
50
Reaction score
7
I used the Sql Robinson just uploaded today and same problem ; whenever i try to log in , i have the Incorrect password issue
It's because of the incorrect settings in account_data
Delete the one that in repack and replace it with this one
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 22, 2020
Messages
5
Reaction score
0
For the latest item , its not working ? when i try to equip it the client crash
 
Back
Top