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 4.6 Server files "compiled" & Client

Initiate Mage
Joined
Jul 22, 2014
Messages
3
Reaction score
0
Hi,
First off all thanks for the great work you've put into this project!
But I have a little problem and I hope it gets fixed soon.
I can get the server up and running (EU 4.6.0.2) but when I start my client (version.ini : "version: 4.6.0.2")
It gets stuck at server selection when I select recommended server.
Thanks in advance!
Sincerely
Arnaud Vandesteene
 
Newbie Spellweaver
Joined
Nov 12, 2008
Messages
36
Reaction score
19
Client Aion 4.6 EU...


Open Source Emulator for Aion 4.6 EU...



Server Credits for (AionGermany) Falke34 and Team :cool:
This gameserver i cant build

BUILD FAILED
/home/servers/Aion/trunk/AL-Game/build.xml:40: Compile failed; see the compiler error output for details.

Total time: 8 seconds

Wysłane z mojego G3112 przy użyciu Tapatalka
 
Newbie Spellweaver
Joined
Nov 12, 2008
Messages
36
Reaction score
19
Client Aion 4.6 EU...


Open Source Emulator for Aion 4.6 EU...



Server Credits for (AionGermany) Falke34 and Team :cool:

on this file i cant build gameserver

ant -q
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:46: error: package com.aionemu.gameserver.services.ecfunctions.oneVsone does not exist
[javac] import com.aionemu.gameserver.services.ecfunctions.oneVsone.OneVsOneService;
[javac] ^
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:62: error: cannot find symbol
[javac] import com.aionemu.gameserver.ai2.manager.LookManager;
[javac] ^
[javac] symbol: class LookManager
[javac] location: package com.aionemu.gameserver.ai2.manager
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:68: error: cannot find symbol
[javac] import com.aionemu.gameserver.configs.main.EventSystem;
[javac] ^
[javac] symbol: class EventSystem
[javac] location: package com.aionemu.gameserver.configs.main
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:78: error: package com.aionemu.gameserver.eventEngine.battleground.services.battleground does not exist
[javac] import com.aionemu.gameserver.eventEngine.battleground.services.battleground.BattleGroundManager;
[javac] ^
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:79: error: package com.aionemu.gameserver.eventEngine.crazy_daeva does not exist
[javac] import com.aionemu.gameserver.eventEngine.crazy_daeva.CrazyDaevaService;
[javac] ^
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:92: error: cannot find symbol
[javac] import com.aionemu.gameserver.services.BeritraService;
[javac] ^
[javac] symbol: class BeritraService
[javac] location: package com.aionemu.gameserver.services
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:105: error: cannot find symbol
[javac] import com.aionemu.gameserver.services.LoginEventService;
[javac] ^
[javac] symbol: class LoginEventService
[javac] location: package com.aionemu.gameserver.services
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:108: error: cannot find symbol
[javac] import com.aionemu.gameserver.services.RestartService;
[javac] ^
[javac] symbol: class RestartService
[javac] location: package com.aionemu.gameserver.services
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:118: error: cannot find symbol
[javac] import com.aionemu.gameserver.services.WebshopService;
[javac] ^
[javac] symbol: class WebshopService
[javac] location: package com.aionemu.gameserver.services
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:122: error: package com.aionemu.gameserver.services.ecfunctions does not exist
[javac] import com.aionemu.gameserver.services.ecfunctions.WordFilterService;
[javac] ^
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:123: error: package com.aionemu.gameserver.services.ecfunctions.ffa does not exist
[javac] import com.aionemu.gameserver.services.ecfunctions.ffa.FFaService;
[javac] ^
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:124: error: package com.aionemu.gameserver.services.gc does not exist
[javac] import com.aionemu.gameserver.services.gc.GarbageCollector;
[javac] ^
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:126: error: cannot find symbol
[javac] import com.aionemu.gameserver.services.instance.IdgelDomeService;
[javac] ^
[javac] symbol: class IdgelDomeService
[javac] location: package com.aionemu.gameserver.services.instance
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:132: error: cannot find symbol
[javac] import com.aionemu.gameserver.services.player.FatigueService;
[javac] ^
[javac] symbol: class FatigueService
[javac] location: package com.aionemu.gameserver.services.player
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:147: error: cannot find symbol
[javac] import com.aionemu.gameserver.utils.ZCXInfo;
[javac] ^
[javac] symbol: class ZCXInfo
[javac] location: package com.aionemu.gameserver.utils
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:317: error: cannot find symbol
[javac] BeritraService.getInstance().initBeritraLocations();
[javac] ^
[javac] symbol: variable BeritraService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:354: error: cannot find symbol
[javac] FatigueService.getInstance();
[javac] ^
[javac] symbol: variable FatigueService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:359: error: cannot find symbol
[javac] LoginEventService.getInstance().start();
[javac] ^
[javac] symbol: variable LoginEventService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:381: error: cannot find symbol
[javac] if (AutoGroupConfig.IDGELDOME_ENABLE)
[javac] ^
[javac] symbol: variable IDGELDOME_ENABLE
[javac] location: class AutoGroupConfig
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:382: error: cannot find symbol
[javac] IdgelDomeService.getInstance().start();
[javac] ^
[javac] symbol: variable IdgelDomeService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:393: error: cannot find symbol
[javac] if(CustomConfig.FFA_ENABLE){
[javac] ^
[javac] symbol: variable FFA_ENABLE
[javac] location: class CustomConfig
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:394: error: cannot find symbol
[javac] FFaService.getInstance().announceTask(15);
[javac] ^
[javac] symbol: variable FFaService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:396: error: cannot find symbol
[javac] if(EventSystem.ENABLE_ONEVONE){
[javac] ^
[javac] symbol: variable EventSystem
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:397: error: cannot find symbol
[javac] OneVsOneService.getInstance().autoAnnounce(15);
[javac] ^
[javac] symbol: variable OneVsOneService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:399: error: cannot find symbol
[javac] if(EventSystem.ENABLE_CRAZY){
[javac] ^
[javac] symbol: variable EventSystem
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:400: error: cannot find symbol
[javac] CrazyDaevaService.getInstance().startTimer();
[javac] ^
[javac] symbol: variable CrazyDaevaService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:402: error: cannot find symbol
[javac] if(EventSystem.BATTLEGROUNDS_ENABLED){
[javac] ^
[javac] symbol: variable EventSystem
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:403: error: cannot find symbol
[javac] BattleGroundManager.initialize();
[javac] ^
[javac] symbol: variable BattleGroundManager
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:416: error: cannot find symbol
[javac] LookManager.getInstance().onStart();
[javac] ^
[javac] symbol: variable LookManager
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:418: error: cannot find symbol
[javac] WordFilterService.getInstance();
[javac] ^
[javac] symbol: variable WordFilterService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:423: error: cannot find symbol
[javac] RestartService.getInstance();
[javac] ^
[javac] symbol: variable RestartService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:424: error: cannot find symbol
[javac] WebshopService.getInstance();
[javac] ^
[javac] symbol: variable WebshopService
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:439: error: cannot find symbol
[javac] ZCXInfo.checkForRatioLimitation();
[javac] ^
[javac] symbol: variable ZCXInfo
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/GameServer.java:446: error: cannot find symbol
[javac] GarbageCollector.getInstance().start();
[javac] ^
[javac] symbol: variable GarbageCollector
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/model/gameobjects/player/PlayerCommonData.java:436: error: cannot find symbol
[javac] GameServer.updateRatio(getRace(), 1);
[javac] ^
[javac] symbol: method updateRatio(Race,int)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/model/gameobjects/player/PlayerCommonData.java:440: error: cannot find symbol
[javac] GameServer.updateRatio(getRace(), -1);
[javac] ^
[javac] symbol: method updateRatio(Race,int)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/geoEngine/GeoWorldLoader.java:123: error: constructor DoorGeometry in class DoorGeometry cannot be applied to given types;
[javac] geom = new DoorGeometry(name, m);
[javac] ^
[javac] required: String
[javac] found: String,Mesh
[javac] reason: actual and formal argument lists differ in length
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/network/aion/serverpackets/SM_VERSION_CHECK.java:109: error: cannot find symbol
[javac] if (GameServer.getCountFor(Race.ELYOS) + GameServer.getCountFor(Race.ASMODIANS) > GSConfig.RATIO_HIGH_PLAYER_COUNT_DISABLING) {
[javac] ^
[javac] symbol: method getCountFor(Race)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/network/aion/serverpackets/SM_VERSION_CHECK.java:109: error: cannot find symbol
[javac] if (GameServer.getCountFor(Race.ELYOS) + GameServer.getCountFor(Race.ASMODIANS) > GSConfig.RATIO_HIGH_PLAYER_COUNT_DISABLING) {
[javac] ^
[javac] symbol: method getCountFor(Race)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/network/aion/serverpackets/SM_VERSION_CHECK.java:111: error: cannot find symbol
[javac] } else if (GameServer.getRatiosFor(Race.ELYOS) > GSConfig.RATIO_MIN_VALUE) {
[javac] ^
[javac] symbol: method getRatiosFor(Race)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/network/aion/serverpackets/SM_VERSION_CHECK.java:113: error: cannot find symbol
[javac] } else if (GameServer.getRatiosFor(Race.ASMODIANS) > GSConfig.RATIO_MIN_VALUE) {
[javac] ^
[javac] symbol: method getRatiosFor(Race)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/services/AccountService.java:113: error: cannot find symbol
[javac] GameServer.updateRatio(pad.getPlayerCommonData().getRace(), -1);
[javac] ^
[javac] symbol: method updateRatio(Race,int)
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/spawnengine/VisibleObjectSpawner.java:77: error: cannot find symbol
[javac] if (!com.aionemu.gameserver.GameServer.npcs_count.contains(String.valueOf(objId))) {
[javac] ^
[javac] symbol: variable npcs_count
[javac] location: class GameServer
[javac] /home/servers/Aion/trunk/AL-Game/src/com/aionemu/gameserver/spawnengine/VisibleObjectSpawner.java:108: error: cannot find symbol
[javac] com.aionemu.gameserver.GameServer.npcs_count.add(String.valueOf(objId));
[javac] ^
[javac] symbol: variable npcs_count
[javac] location: class GameServer
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 44 errors

BUILD FAILED
/home/servers/Aion/trunk/AL-Game/build.xml:40: Compile failed; see the compiler error output for details.

Total time: 6 seconds
 
Newbie Spellweaver
Joined
Nov 12, 2008
Messages
36
Reaction score
19
Client Aion 4.6 EU...


Open Source Emulator for Aion 4.6 EU...



Server Credits for (AionGermany) Falke34 and Team :cool:
This file i cant build :(

Wysłane z mojego G3112 przy użyciu Tapatalka
 
Elite Diviner
Joined
Jan 4, 2010
Messages
406
Reaction score
12
Sorry for that dumb question but which database are Aion Emulators using?
 
Newbie Spellweaver
Joined
Aug 30, 2014
Messages
39
Reaction score
2
Mi dispiace, è possibile compilare il server aion 5.3 e anche il client, per favore? i link sono morti forse anche via email? Per favore?
 
Back
Top