Is there a source code available von Encom 7.7?
I would make a public repository for all of us...
Vieka have his here https://forum.ragezone.com/f587/aion...5-7-a-1196933/
Thank you. Unfortunately I can't compile the source because of many java files written in Chinese language
unmappable character for encoding Cp1252What do you mean "a better structure" as Aion Lightning from Falke34?Code:src\com\aionemu\gameserver\model\team\legion\Legion.java:526: unmappable character for encoding Cp1252 [javac] //ÙáêÛ©░ýÿ¿ ý░¢Û│áÙèö ÙáêÛ©░ýÿ¿ý?ä ýäñÙª¢ÝòÿÙ®┤ Ù░öÙí£ ý?┤ýÜ®ý?┤ Û░ÇÙèÑÝòÿÙ®░, ÙáêÛ©░ýÿ¿ ý░¢Û│áý?ÿ ý?┤ýÜ® Ù░®ýï?ý?Ç ý?╝Ù░ÿ ý░¢Û│áýÖÇ Ù?Öý?╝ÝòÿÙïñ
I'm compiling normally because i created the variables in the system...
Last edited by Robyson; 18-01-22 at 01:35 PM.
I created too, but it not works for me.
However, if I get it to work I will make a public SVN, maybe are there some java skilled people
which would have interests to common work on it.
![]()
Try this...
JAVA_HOME
C:\Program Files\Java\jdk1.7.0_80
JRE_HOME
C:\Program Files\Java\jre7
JAVA_OPTIONS
-Xms512m -Xmx2048m
M2
%M2_HOME%\bin
M2_HOME
C:\Program Files\apache-maven-3.2.1
MAVEN_OPTS
-Xss10M
PATH
%JAVA_HOME%\bin;% M2_HOME%\bin
-------------------------------------------------
in Path
add ( ;C:\Program Files\apache-maven-3.2.1\bin )
Add apache-maven-3.2.1... (apache-maven-3.2.1-bin.zip)
https://repo.maven.apache.org/maven2...e-maven/3.2.1/
Last edited by Robyson; 24-04-22 at 08:38 PM.
Thank you again, it works now, I could compile.
Now, it would very important to know, with exactly which Aion Client releas work this source.
I have Aion 7.0, 7.5 and the last one 7.8-9.
Is the Falke34 last GeoData release compatible?
Unfortunately I can not find a Client 7.7, nobody host a Aion Emulator on this
I will try with 7.8 and 7.9 the actually client
- - - Updated - - -
I'm testing with Aion 7.5 Client.
In noticed that there are some very ugly bugs on this release:
1. Chat is death, even with NA Client on cc=1.
2. I disabled the "Dispute Land"
gameserver.dispute.land.enable = false
But after I first login with a new character, I can not play because of this;
Akarios Village, bind obelisk
Code:2021-05-28 23:34:18,780 ERROR [pool-2-thread-62] GAMECONNECTION_LOG [PlayerEnterWorldService.java:190] Error during enter world 59607 com.aionemu.gameserver.world.exceptions.DuplicateAionObjectException: Object with templateId 100000 already spawned in the instance 210010000 1 at com.aionemu.gameserver.world.WorldMapInstance.addObject(WorldMapInstance.java:184) ~[AL-Game.jar:na] at com.aionemu.gameserver.world.World.preSpawn(World.java:345) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.player.PlayerEnterWorldService.enterWorld(PlayerEnterWorldService.java:324) ~[AL-Game.jar:na] at com.aionemu.gameserver.services.player.PlayerEnterWorldService$1.run(PlayerEnterWorldService.java:187) ~[AL-Game.jar:na] at com.aionemu.commons.utils.concurrent.ExecuteWrapper.execute(ExecuteWrapper.java:45) ~[al-commons-1.0.jar:na] at com.aionemu.commons.utils.concurrent.RunnableWrapper.run(RunnableWrapper.java:38) ~[al-commons-1.0.jar:na] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:1.7.0_25] at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) ~[na:1.7.0_25] at java.util.concurrent.FutureTask.run(Unknown Source) ~[na:1.7.0_25] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) ~[na:1.7.0_25] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[na:1.7.0_25] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:1.7.0_25] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:1.7.0_25] at java.lang.Thread.run(Unknown Source) ~[na:1.7.0_25]
![]()
Last edited by PyroSamurai; 13-06-21 at 10:42 PM.
I have the 7.7 client let me see how I could give you the download link
I'm waiting for the download LINK. Thanks
Thank you so much, Matar and Robson26. You guys are awesome!
- - - Updated - - -
Sorry for asking a dumb question but I failed while trying to access the database when using Navicat Premium
+ Add New Connection to localhost
- Port: 7777
- User: root
- Pass: PASSWORD
But I can't access to the database
https://imgur.com/VRVeBgc
Please help