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 5.1 Full Source

Skilled Illusionist
Joined
Dec 21, 2011
Messages
335
Reaction score
12

Unfortunately didn't fix the problem :( I hope I don't have to downgrade to Windows 1703....

Code:
Buildfile: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build.xml

clean:

init:
    [mkdir] Created dir: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build
    [mkdir] Created dir: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build\classes

compile:
    [javac] Compiling 2723 source files to C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build\classes
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:274: error: cannot find symbol
    [javac]         final int gpLost = StatFunctions.calculatePvPGpLost(victim, winner);
    [javac]                                         ^
    [javac]   symbol:   method calculatePvPGpLost(Player,Player)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:324: error: cannot find symbol
    [javac]             int baseGpReward = StatFunctions.calculatePvpGpGained(victim, maxRank, maxLevel);
    [javac]                                             ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,int)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:415: error: cannot find symbol
    [javac]             int baseGpReward = StatFunctions.calculatePvpGpGained(victim, maxRank, maxLevel);
    [javac]                                             ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,int)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:479: error: cannot find symbol
    [javac]                     baseGpReward = StatFunctions.calculatePvpGpGained(victim, winner.getAbyssRank().getRank().getId(), winner.getLevel());
    [javac]                                                 ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,byte)
    [javac]   location: class StatFunctions
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

BUILD FAILED
C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build.xml:40: Compile failed; see the compiler error output for details.

Total time: 14 seconds

C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game>

By the way does anyone know the solution to this problem when I apply the patch?
 
Newbie Spellweaver
Joined
May 5, 2017
Messages
20
Reaction score
14
Code:
Buildfile: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build.xml

clean:

init:
    [mkdir] Created dir: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build
    [mkdir] Created dir: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build\classes

compile:
    [javac] Compiling 2723 source files to C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build\classes
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:274: error: cannot find symbol
    [javac]         final int gpLost = StatFunctions.calculatePvPGpLost(victim, winner);
    [javac]                                         ^
    [javac]   symbol:   method calculatePvPGpLost(Player,Player)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:324: error: cannot find symbol
    [javac]             int baseGpReward = StatFunctions.calculatePvpGpGained(victim, maxRank, maxLevel);
    [javac]                                             ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,int)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:415: error: cannot find symbol
    [javac]             int baseGpReward = StatFunctions.calculatePvpGpGained(victim, maxRank, maxLevel);
    [javac]                                             ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,int)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:479: error: cannot find symbol
    [javac]                     baseGpReward = StatFunctions.calculatePvpGpGained(victim, winner.getAbyssRank().getRank().getId(), winner.getLevel());
    [javac]                                                 ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,byte)
    [javac]   location: class StatFunctions
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

BUILD FAILED
C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build.xml:40: Compile failed; see the compiler error output for details.

Total time: 14 seconds

C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game>

The functions calculatePvpGpGained calculatePvpGpLost in utils/stats/StatFunctions.java is missing.

Code:
public static int calculatePvpGpGained(Player defeated, int maxRank, int maxLevel) {
    int pointsGained = defeated.getAbyssRank().getRank().getPointsGained();
    int difference = maxLevel - defeated.getLevel();
    if (difference > 4) {
        pointsGained = Math.round(pointsGained * 0.1f);
    }
    else if (difference < -3) {
        pointsGained = Math.round(pointsGained * 1.3f);
    }
    else {
        switch (difference) {
            case 3:                    pointsGained = Math.round(pointsGained * 0.85f);
            break;
            case 4:                    pointsGained = Math.round(pointsGained * 0.65f);
            break;
            case -2:                    pointsGained = Math.round(pointsGained * 1.1f);
            break;
            case -3:                    pointsGained = Math.round(pointsGained * 1.2f);
            break;
        }
    }
    int winnerAbyssRank = maxRank;
    int defeatedAbyssRank = defeated.getAbyssRank().getRank().getId();
    int abyssRankDifference = winnerAbyssRank - defeatedAbyssRank;
    if (winnerAbyssRank <= 7 && abyssRankDifference > 0) {
        float penaltyPercent = abyssRankDifference * 0.05f;
        pointsGained -= Math.round(pointsGained * penaltyPercent);
    }
    return pointsGained;
}

Code:
public static int calculatePvPGpLost(Player defeated, Player winner)
{
    int pointsLost = Math.round(defeated.getAbyssRank().getRank().getPointsLost() * defeated.getRates().getGpPlayerLossRate());
    int difference = winner.getLevel() - defeated.getLevel();
    
    if (difference > 4)
    {
		pointsLost = Math.round(pointsLost * 0.1f);
    }
    else
    {
		switch (difference)
		{
			case 3:
				pointsLost = Math.round(pointsLost * 0.85f);
				break;
			case 4:
				pointsLost = Math.round(pointsLost * 0.65f);
				break;
		}
    }
    return pointsLost;
}
 
Last edited by a moderator:

TNT

Newbie Spellweaver
Joined
Sep 9, 2011
Messages
60
Reaction score
5
Unfortunately didn't fix the problem :( I hope I don't have to downgrade to Windows 1703....

Code:
Buildfile: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build.xml

clean:

init:
    [mkdir] Created dir: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build
    [mkdir] Created dir: C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build\classes

compile:
    [javac] Compiling 2723 source files to C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build\classes
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:274: error: cannot find symbol
    [javac]         final int gpLost = StatFunctions.calculatePvPGpLost(victim, winner);
    [javac]                                         ^
    [javac]   symbol:   method calculatePvPGpLost(Player,Player)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:324: error: cannot find symbol
    [javac]             int baseGpReward = StatFunctions.calculatePvpGpGained(victim, maxRank, maxLevel);
    [javac]                                             ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,int)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:415: error: cannot find symbol
    [javac]             int baseGpReward = StatFunctions.calculatePvpGpGained(victim, maxRank, maxLevel);
    [javac]                                             ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,int)
    [javac]   location: class StatFunctions
    [javac] C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\src\com\aionemu\gameserver\services\PvpService.java:479: error: cannot find symbol
    [javac]                     baseGpReward = StatFunctions.calculatePvpGpGained(victim, winner.getAbyssRank().getRank().getId(), winner.getLevel());
    [javac]                                                 ^
    [javac]   symbol:   method calculatePvpGpGained(Player,int,byte)
    [javac]   location: class StatFunctions
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

BUILD FAILED
C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game\build.xml:40: Compile failed; see the compiler error output for details.

Total time: 14 seconds

C:\Users\gold\Documents\Aion-Project-5.1-master\AL-Game>

By the way does anyone know the solution to this problem when I apply the patch?

the issue seems to be with the update and all the extra features they added they changed the input of the mouse functions a little which is more different then what the game engine can really handle so its a dll cry engine input update with a aion bin update, so downgrade is the only way or get the files updated to retail.

as for the issue high chance you maybe got wrong java jdk but if you look at build.xml:40: Compile failed; see the compiler error output for details. you probably get the answer
 
Newbie Spellweaver
Joined
Apr 30, 2015
Messages
21
Reaction score
18
Onyen542 - Release Aion Emulator 5.1 Full Source - RaGEZONE Forums
Help please!
Onyen542 - Release Aion Emulator 5.1 Full Source - RaGEZONE Forums


 
Newbie Spellweaver
Joined
Jul 2, 2014
Messages
44
Reaction score
1
Greetings to all. I have the following problem on my server. The invoker (SM) has a skill that does not work specifically for me the chain ability of the spirit and also the cleric does not learn the stigma of nivek 20. How can I solve that. any help is well received. Greetings from CUBA
 
Junior Spellweaver
Joined
Feb 4, 2013
Messages
159
Reaction score
44
hello, add my contact if you need help bcuz i'm busy only can reply via messager
 
Experienced Elementalist
Joined
Apr 11, 2005
Messages
289
Reaction score
203
I don't see Stately Coliseum Champion's Tunic with level 66 required (only 55).
Checked in game server file.
How You get this item (with expire mode).
What client version are You using?
(this battle tunic can be use normally)
 
Newbie Spellweaver
Joined
Apr 30, 2015
Messages
21
Reaction score
18
Version: 5.1 NA (5116, 420, 1129, 11321)
and the "Battle Tunic" bad (But many other items are bad too)
the character is level 75
 
Experienced Elementalist
Joined
Apr 11, 2005
Messages
289
Reaction score
203
How can You get this: Stately Coliseum Champion's Tunic with on LEVEL 66 (required) ?
I found only level 55.
I dont see this item in server items file.
 
Newbie Spellweaver
Joined
Apr 30, 2015
Messages
21
Reaction score
18
The system was set to 66 and bonuses
(with other too elements!)

But why?

Maybe mask?

Onyen542 - Release Aion Emulator 5.1 Full Source - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Mar 3, 2016
Messages
14
Reaction score
0
why if u kill other race you get dc... how to fix it?
 
Newbie Spellweaver
Joined
Mar 3, 2016
Messages
14
Reaction score
0
so how to remove that that script?



how to remove PK bandit System
 
Back
Top