[Release] Aion Lightning 4.0 - 1-Click Server

Page 70 of 116 FirstFirst ... 2060626364656667686970717273747576777880 ... LastLast
Results 1,036 to 1,050 of 1736
  1. #1036
    Enthusiast xxtestaxx is offline
    MemberRank
    Apr 2008 Join Date
    26Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by Amn View Post
    Thank you xxtestaxx ! it start working I guess but now I have this..
    Spoiler:




    Edit in StarGS.bat
    Spoiler:

    JAVA -Xms2280m -Xmx2280m -XX:MaxHeapSize=2280m -Xdebug -Xrunjdwp:transport=dt_socket,address=8998,server=y,suspend=n -ea -Xbootclasspath/p:libs/jsr166-1.0.0.jar -ea -javaagent:./libs/al-commons-1.3.jar -cp ./libs/*;AL-Game.jar com.aionemu.gameserver.GameServer
    For
    JAVA -Xms1280m -Xmx1280m -XX:MaxHeapSize=1280m -Xdebug -Xrunjdwp:transport=dt_socket,address=8998,server=y,suspend=n -ea -Xbootclasspath/p:libs/jsr166-1.0.0.jar -ea -javaagent:./libs/al-commons-1.3.jar -cp ./libs/*;AL-Game.jar com.aionemu.gameserver.GameServer


    @kornicska can help me in event?

  2. #1037
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    if installed jdk1.7 java, check that it is well written, environment variables list
    If this is done
    login and gameserver chat starter bat file and edit it in the java path
    Example:

    SET PATH="c:\Program Files (x86)\Java\jdk1.7.0_12\bin\"


    If this is done, then try to start

  3. #1038
    Apprentice Kimahri1980 is offline
    MemberRank
    Oct 2013 Join Date
    NorwayLocation
    8Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by label5 View Post
    connection for localhost (self playing) lan play with your brother, wan"public" all here http://forum.ragezone.com/f588/confi...run-ip-649689/
    I've been over all this before...
    I've been over more or less every threads about Aion server...
    I've had this "Cannot connect to the authorization serve" problem for about a month now and still can't find what's wrong...

    As I've said before: I have Skype and TeamViewer if anyone is willing to help.

  4. #1039
    Apprentice puredemonsss is offline
    MemberRank
    Jul 2013 Join Date
    6Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    guys i managed to make it work

    i have 2 java instaled
    one is jdk 1.7.0_25 64bit
    second is jdk 1.6.0_45 32 bit
    so i set the path in windows like C:\Program Files (x86)\Java\jdk1.6.0_45\bin and in loginserver.bat and gameserver.bat
    fo the chatserver.bat i ddn't change just leave it like that

    i have AioN Version=4.0.0.14 wich i intalled on 17-11-2013

    my q is how do i give gamemaster privilege for my char ?
    and how do i move the data base to mysql so i can edit some stuff
    or how do i edit the data base like playerskills and stuff

    for example i have an aion galaxy 2.7 and i have instaled the database to my mysql from C:\Program Files . . . . .
    so how do i move this 1 there ?



    ps: it's funny when you can equip different parts of armours like chain leather cloth plate XD

  5. #1040
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    " so i set the path in windows like C:\Program Files (x86)\Java\jdk1.6.0_45\bin "

    4.0 emu not work jdk1.6

    use and edited jdk 1.7.0_25


    copye you to gameserver start bat

    @ECHO off
    TITLE Aion Lightning - Game Server Console
    color 3

    :START
    CLS
    SET PATH="c:\Program Files (x86)\Java\jdk
    1.7.0_25\bin\"
    CLS


    IF "%JAVAVERr%" == "1.7" (
    SET JAVA_OPTS=-XX:+TieredCompilation %JAVA_OPTS%
    )

    JAVA -Xms1280m -Xmx1280m -XX:MaxHeapSize=1280m -Xdebug -Xrunjdwp:transport=dt_socket,address=8998,server=y,suspend=n -ea -Xbootclasspath/p:libs/jsr166-1.0.0.jar -ea -javaagent:./libs/al-commons-1.3.jar -cp ./libs/*;AL-Game.jar com.aionemu.gameserver.GameServer
    SET CLASSPATH=%OLDCLASSPATH%
    IF ERRORLEVEL 2 GOTO START
    IF ERRORLEVEL 1 GOTO ERROR
    IF ERRORLEVEL 0 GOTO END
    :ERROR
    ECHO.
    ECHO Game Server has terminated abnormaly!
    ECHO.
    PAUSE
    EXIT
    :END
    ECHO.
    ECHO Game Server is terminated!
    ECHO.
    PAUSE
    EXIT





    edited environment variable:
    start menö - your computer right Click - properties -advanced system settings - environment variable


    user variable add:
    JAVA_HOME
    c:\Program Files (x86)\Java\jdk1.7.0_25\


    system variable:
    JAVA_HOME
    c:\Program Files (x86)\Java\jdk1.7.0_25\bin\


    save and you masine restart

    look the emu gameserver start

  6. #1041
    Apprentice nerkasb is offline
    MemberRank
    Jun 2013 Join Date
    7Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by kornicska View Post
    quest_static_data.zip (17 KB) letöltése

    morheim:

    [Daily/Coin] Clearing The Way

    2426, Scouting the Lab
    2304, Active Discouragement


    theobomos:

    3105, Clearing the Beach
    3033, Kerubiels on the Coast
    3079, The Spreading Fregion's Flame
    3080, The Statue in Port Anangke
    3051, Calydon Hunt Wager
    3052, Oileus Hires a Ringer
    3046, Culling the Calydons


    Heiron:

    1551, Gluttonous Manduris
    1570, Dignity and Bluster



    all quet fixed
    It was release load Fail

    corrected
    kornicska can you reupload this one quest data zip???

  7. #1042
    Apprentice exterminator203 is offline
    MemberRank
    Aug 2013 Join Date
    Halle/S.Location
    19Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by nerkasb View Post
    kornicska can you reupload this one quest data zip???
    Here are all 3 files

    quest_script_quest_static_data_quest_script_data2.rar 55 KB/

    https://mega.co.nz/#!BIl3UbaD!c5mUVl...78QqxM_SoNejjo
    Last edited by exterminator203; 18-11-13 at 01:07 PM.

  8. #1043
    Apprentice puredemonsss is offline
    MemberRank
    Jul 2013 Join Date
    6Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    can someone tell me how do i give my char gm privilege ?

  9. #1044
    Account Upgraded | Title Enabled! Andre Ycl is offline
    MemberRank
    Jun 2012 Join Date
    Your Think?Location
    246Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Hi.

    how to fix monster?
    they not walk if get attacking..

    ^^

  10. #1045
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by nerkasb View Post
    kornicska can you reupload this one quest data zip???

    ok upload te mediafire:

    quest static data

  11. #1046
    Enthusiast fotzis is offline
    MemberRank
    May 2006 Join Date
    lithuaniaLocation
    26Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    what about this error

  12. #1047
    Enthusiast xxtestaxx is offline
    MemberRank
    Apr 2008 Join Date
    26Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Quote Originally Posted by puredemonsss View Post
    can someone tell me how do i give my char gm privilege ?
    In navicat >> al_server_ls >> Account_data >> acces_level change to 5

  13. #1048
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    enchanting not added weapon and armor stat, help me fix?

  14. #1049
    Novice Elifazz is offline
    MemberRank
    Jun 2013 Join Date
    3Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Good night! And how to get into the game as Admin or Gm if n has the sql files and do not have that file folder!
    Can anyone help me?

  15. #1050
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: [Release] Aion Lightning 4.0 - 1-Click Server

    Folder?
    Starts in Navicat
    coupled to al_server_ls.sql
    coupled to al_server_gs.sql

    These folders are sql server login
    Game Server and SQL Folders

    and then you have created a player character
    then searches for the account data
    edit the account accesslevel level 5
    and gone, and all that



Advertisement