[Release] Full AL 3.9 Source! (100% FREE!)

Page 5 of 46 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 690
  1. #61
    Apprentice poepkill is offline
    MemberRank
    Jun 2013 Join Date
    9Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    oke so im not crazy because thats what I did but when open the conection it says: 2003-can't connect to mysql server on localhost(10061)

    Open Navicat
    Click "Connection --> MySQL

    Put "AION" in connection name.
    Host name should be --> localhost
    Port should be --> 3306
    User name should be --> root
    Password should be --> root

    EDIT:

    I fixed it by changing port to 3316 but now i get this:

    Last edited by poepkill; 09-06-13 at 03:16 PM. Reason: better screen

  2. #62
    Apprentice cocolino is offline
    MemberRank
    Jun 2013 Join Date
    8Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by poepkill View Post
    oke so im not crazy because thats what I did but when open the conection it says: 2003-can't connect to mysql server on localhost(10061)

    Open Navicat
    Click "Connection --> MySQL

    Put "AION" in connection name.
    Host name should be --> localhost
    Port should be --> 3306
    User name should be --> root
    Password should be --> root

    EDIT:

    I fixed it by changing port to 3316 but now i get this:


    I have the same problem... Someone will help us? How we fix that?

  3. #63
    Novice msjrules02 is offline
    MemberRank
    Feb 2009 Join Date
    3Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by poepkill View Post
    oke so im not crazy because thats what I did but when open the conection it says: 2003-can't connect to mysql server on localhost(10061)

    Open Navicat
    Click "Connection --> MySQL

    Put "AION" in connection name.
    Host name should be --> localhost
    Port should be --> 3306
    User name should be --> root
    Password should be --> root

    EDIT:

    I fixed it by changing port to 3316 but now i get this:

    have you created the gameserver and loginserver databases in your mysql?

  4. #64
    Apprentice poepkill is offline
    MemberRank
    Jun 2013 Join Date
    9Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    if you mean in navicat yes, if not idk what you mean :) so could you please tell my step by step.

    Thanks in advance

  5. #65
    Apprentice se7enuts is offline
    MemberRank
    Jun 2013 Join Date
    15Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by poepkill View Post
    if you mean in navicat yes, if not idk what you mean :) so could you please tell my step by step.

    http://forum.ragezone.com/f588/guide...-setup-650150/
    Last edited by se7enuts; 09-06-13 at 04:51 PM. Reason: editteeeed

  6. #66
    Apprentice poepkill is offline
    MemberRank
    Jun 2013 Join Date
    9Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    I got it fixed by reinstalling mysql server but now I get this


    http://i49.tinypic.com/wamyyc.png
    Last edited by poepkill; 09-06-13 at 04:43 PM. Reason: fix

  7. #67
    Apprentice se7enuts is offline
    MemberRank
    Jun 2013 Join Date
    15Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by poepkill View Post
    I got it fixed by reinstalling mysql server but now I get this


    http://i49.tinypic.com/wamyyc.png
    \AL-Game-dist\AL-Game\gameserver\config\main and in gameserver.properties change gameserver.country.code .
    I had same problem and now its working :)

  8. #68
    Apprentice dekodj is offline
    MemberRank
    Jul 2010 Join Date
    12Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    I've passed error with the new bin32, but my friend cant connect because same error (6). Why?!

  9. #69
    Account Upgraded | Title Enabled! ninekinsen is offline
    MemberRank
    Apr 2011 Join Date
    /PWv153/Location
    334Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by Kreeate View Post
    1) Download this : http://apache.mirrors.spacedump.net/...0.5-bin.tar.gz

    2) Extract it to this folder : C:\Program Files\Apache Software Foundation
    ( If this folder doesn't exist, create it )
    After extracting it should look like this : C:\Program Files\Apache Software Foundation\apache-maven-3.0.5

    3) Make sure you have Java jdk 7 installed.
    Here is a link for the Windows 64x version ( http://download.oracle.com/otn-pub/j...indows-x64.exe )

    4) Now press Windows Key+Pause

    5) Click on "Advanced System Settings"

    6) Click on "Environment Variables..."

    7) Add the following variables :



    M2_HOME has this value : C:\Program Files\Apache Software Foundation ( It's cut off in the screenshot )

    8) Click OK

    Now run build.bat again

    Good luck!
    if somebody used netbean, maven is automatically on netbeans

  10. #70
    Account Upgraded | Title Enabled! ninekinsen is offline
    MemberRank
    Apr 2011 Join Date
    /PWv153/Location
    334Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by Emmani View Post
    but I enter the username and password, and wrote to me that they are wrong
    and auto-registration is enabled
    just try insert on database :: al_server_ls on table gameserver , and then fill
    id = 1
    mask = 127.0.0.1
    password = [yourpassword]

    and then try login from your client used that's password

  11. #71
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    @se7enuts :
    I think your problem is here --> # Password of this game server gameserver.network.login.password = admin

    Is your MySQL password also admin...?
    It will be the one that you use here :



    Guys... it is very important that the User Name and Password is matching the information in the .properties files in config folder.

    It is also important that the Port is the same in your MySQL setup and your .properties files.

  12. #72
    Apprentice se7enuts is offline
    MemberRank
    Jun 2013 Join Date
    15Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by dekodj View Post
    I've passed error with the new bin32, but my friend cant connect because same error (6). Why?!
    you need to edit aion_start_local.bat .
    If you ncsoft na client , then -cc:1 -lang:enu - (in second line)
    If you gameforge eu client , then -cc:2 -lang:enl -
    I think

    Quote Originally Posted by Kreeate View Post
    @se7enuts :
    I think your problem is here --> # Password of this game server gameserver.network.login.password = admin
    I fixed it by changing folder with yours bin32 and then changed (country code ) gameserver.properties in \AL-Game-dist\AL-Game\gameserver\config\main


    Last edited by Kreeate; 09-06-13 at 05:29 PM.

  13. #73
    Apprentice dekodj is offline
    MemberRank
    Jul 2010 Join Date
    12Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by se7enuts View Post
    you need to edit aion_start_local.bat .
    If you ncsoft na client , then -cc:1 -lang:enu - (in second line)
    If you gameforge eu client , then -cc:2 -lang:enl -
    I think
    He's using my launcher.bat (with my ip and all), i can choose a server, he cant. When he try to choose says the error (6)...

  14. #74
    Apprentice se7enuts is offline
    MemberRank
    Jun 2013 Join Date
    15Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by dekodj View Post
    He's using my launcher.bat (with my ip and all), i can choose a server, he cant. When he try to choose says the error (6)...
    idk , try to look here
    [6] Setting up the Server to the open World
    Last edited by se7enuts; 09-06-13 at 05:18 PM.

  15. #75
    Apprentice dekodj is offline
    MemberRank
    Jul 2010 Join Date
    12Posts

    Re: [Release] Full AL 3.9 Source! (100% FREE!)

    Quote Originally Posted by se7enuts View Post
    Nop, still with error =/

    He can connect to login server, but when he choose a server says "Cannot connect to the server".
    Last edited by dekodj; 09-06-13 at 05:42 PM.



Advertisement