Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
UnknownMan1
AION-Lightning 3.9 Full Source!
Working Features:
- Full working Housing
- Full working Task System
- Full working Village System
- Dimensional Vortex System
- New Arena's
- New Instances (Fully working + Fully AI2)
- All new Quests
- And much more...
- Info: You need Java 7 to run it
Best Regards
UnknownMan1
Download Link for complete source:
Click Me!
Download Link for pre-compiled server:
Aion_Lightning_3.9_Pre-Built.7z
only used java 7 or can used java 6???
Re: [Release] Full AL 3.9 Source! (100% FREE!)
I will test with Java 6 tomorrow.
It's 2:48 in the morning and I really need some sleep :$:
Re: [Release] Full AL 3.9 Source! (100% FREE!)
@UnknownMan1
You should reorganise the source codes.
I noticed that by compiling the Config folder has only one xml file, nothing more and the generated config is in the wrong folder.
It should work with Java 1.6 because we have other applications that suports only 1.6 not 1.7
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Kreeate
I will test with Java 6 tomorrow.
It's 2:48 in the morning and I really need some sleep :$:
account autocreate not working or is bug?=(
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Emmani
account autocreate not working or is bug?=(
It should be enabled by default.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Kreeate
It should be enabled by default.
but I enter the username and password, and wrote to me that they are wrong
and auto-registration is enabled
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Kreeate
I will test with Java 6 tomorrow.
It's 2:48 in the morning and I really need some sleep :$:
calm man,, I will test with java 6 :D:
Re: [Release] Full AL 3.9 Source! (100% FREE!)
hello guys
new in this section
i want to ask
which client should we use ??
download official ??
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
stormcch
hello guys
new in this section
i want to ask
which client should we use ??
download official ??
You can use the latest client from Gameforge and then patch it with the GamezAion or any other 3.9 private server launcher.
Then it's just to use your own bat file to start the client.
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Hello,
i start up the server login world chat all is fine :thumbup:
but i thinks i have problems with launcher how to manage it
Attachment 132012
i will post it here
start bin32\aion.bin -ip: my ip -port:2106 -cc:2 -noauthgg -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
is there any problem with it ?
i was using NA it was 1 now its num 2
i have 3.9 clients
thx
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Config the files before even thinking on testing the server ingame, and i mean just the .cfg files only. You don't need to patch it actualy, Vannila Client + These server files work great.
Rakoon, You must change the wan ip only in the gameserver ipconfig and chat. also check your configs for the database connections, and i think you need to use NA , EU , German Client works as well ( Someone from me already tested it)
Oh and heres a Clean Builded Files ( ITS NOT THE SOURCE CODES) - Aion Lightning 3.9 Build Files NO SOURCE IN HERE.rar
And here are some screens from the server, also me trying to add items to the gameshop
http://imageshack.us/a/img823/6459/aion0002gs.jpg
http://imageshack.us/a/img809/7595/aion0001n.jpg
http://imageshack.us/a/img37/6528/aion0000np.jpg
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Rakooon
Hello,
i start up the server login world chat all is fine :thumbup:
but i thinks i have problems with launcher how to manage it
Attachment 132012
i will post it here
start bin32\aion.bin -ip: my ip -port:2106 -cc:2 -noauthgg -lang:enu -noweb -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"
is there any problem with it ?
i was using NA it was 1 now its num 2
i have 3.9 clients
thx
In Navicat go to the login server database. Then open the "gameserver" table.
Add :
ID : 1
Mask: 127.0.0.1
Password : root
Run server bat files again and it should work.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Could somebody clean and fix the whole source to can be compiled properly?
There is something wrong by generating the gameserver. Missing Config files.
And export a fixed and updated gameserver install sql file al_server_gs.sql.
Thanks
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Kreeate
What database?
Could you say step by step how to run this server ?
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
AngelShade
Use MVN APACHE to build the server files, first use DEBUG then BUILD ALL from the bat in the source files. Thats all, you wont have any errors, also copy from AL-Commons the al common 1.3.jar.
Quoting myself again to fix the damn compilation issues.
Quote:
Originally Posted by
Emmani
My apologies to you can help me please?
I can not compile this assembly = (
I have many errors:
Code:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Login Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.039s
[INFO] Finished at: Sun Jun 09 02:25:50 2013
[INFO] Final Memory: 4M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-login: Could not resolve dependenci
es for project org.aionlightning:al-login:jar:1.0: Failure to find org.aionlight
ning:al-commons:jar:1.3 in https://maven.java.net/content/repositories/public/ w
as cached in the local repository, resolution will not be reattempted until the
update interval of java.net-Public has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.979s
[INFO] Finished at: Sun Jun 09 02:25:52 2013
[INFO] Final Memory: 5M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-game: Could not resolve dependencie
s for project org.aionlightning:al-game:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in file://C:\Users\Deniska\Desktop\trunk\AL-Game/libs/ was
cached in the local repository, resolution will not be reattempted until the up
date interval of local-libs has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Chat Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.880s
[INFO] Finished at: Sun Jun 09 02:25:54 2013
[INFO] Final Memory: 5M/109M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project al-chat: Could not resolve dependencie
s for project org.aionlightning:al-chat:jar:1.0: Failure to find org.aionlightni
ng:al-commons:jar:1.3 in https://repository.jboss.org/nexus/content/groups/publi
c-jboss/ was cached in the local repository, resolution will not be reattempted
until the update interval of jboss-public-repository has elapsed or updates are
forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Commons 1.3
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ al-commons ---
[INFO] Deleting C:\Users\Deniska\Desktop\trunk\AL-Commons\target
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ al-commons ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceedin
g with revision of undefined :
Exception while executing SCM command.
[INFO] Storing buildNumber: undefined at timestamp: 1370730358796
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ al-commons
---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ al-commons --
-
[INFO] Compiling 140 source files to C:\Users\Deniska\Desktop\trunk\AL-Commons\t
arget\classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ al
-commons ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Deniska\Desktop\trunk\AL-Com
mons\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ al-co
mmons ---
[INFO] Compiling 12 source files to C:\Users\Deniska\Desktop\trunk\AL-Commons\ta
rget\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ al-commons ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ al-commons ---
[INFO] Building jar: C:\Users\Deniska\Desktop\trunk\AL-Commons\target\al-commons
-1.3.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons >>>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ al-commons ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[WARNING] Cannot get the revision information from the scm repository, proceedin
g with revision of undefined :
Exception while executing SCM command.
[INFO] Storing buildNumber: undefined at timestamp: 1370730366581
[WARNING] Cannot get the branch information from the scm repository, proceeding
with UNKNOWN_BRANCH :
Exception while executing SCM command.
[INFO] Storing buildScmBranch: UNKNOWN_BRANCH
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ al-commons ---
[INFO] Building jar: C:\Users\Deniska\Desktop\trunk\AL-Commons\target\al-commons
-1.3-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.083s
[INFO] Finished at: Sun Jun 09 02:26:07 2013
[INFO] Final Memory: 19M/142M
[INFO] ------------------------------------------------------------------------
"cmd" is internal or external
command, operable program or batch file.
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...DependencyReso
lutionException
"cmd" is internal or external
command, operable program or batch file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Aion Lightning Game Server 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.aionlightning:al-commons:jar:1.3 is missing, no depend
ency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Quoting 2 users at a time for a damn compilation error.