[Release] Aion Lightning 4.0 - 1-Click Server

Page 16 of 116 FirstFirst ... 6891011121314151617181920212223242666 ... LastLast
Results 226 to 240 of 1736
  1. #226
    Apprentice ryld is offline
    MemberRank
    Sep 2013 Join Date
    6Posts

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

    Quote Originally Posted by pwet99 View Post
    I am talking about al_server_ls (which is for loginserver if you left the default database) where you can find account_data table and access_level field.

    You need to put "3" in this field on the line where you can find your account name, because this is the account you want to promote to administrator.

    Just launch your server after that and you will be able to use admin commands.
    thanks for the help! is there anyway I can make it to where everyone is admin so I don't have to keep editing the server?

  2. #227
    ヽ(#゚Д゚)ノ┌┛)` Д゚)・;' Melwin is offline
    MemberRank
    Mar 2012 Join Date
    Japan (千葉)Location
    505Posts

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

    Quote Originally Posted by ryld View Post
    I understand what you're saying but at the same time I don't lol, im not sure how to edit this. are you talking about editing the al_server_gs? if so ive been trying to find the access level but im noob when it comes to this server stuff I wanted to try this AL out and try to learn a few things

    I susgess you to use Navicat it's easy :)



  3. #228
    Member pwet99 is offline
    MemberRank
    May 2013 Join Date
    58Posts

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

    You have different ways to do this but if you don't want to get your hands in the sources you can simply edit your configs in gameserver\config\administration.

    Just set commands and admin stuff for players. (0 instead of 3)

  4. #229
    Gamma Project Extranautus evilxeddie is offline
    MemberRank
    Dec 2009 Join Date
    SeattleLocation
    363Posts

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

    Quote Originally Posted by evilxeddie View Post

    Im using an Ely Tech, and upon reaching level 9, it auto completes both the Ascension Quest, and also the Ceremony Quest, but does not give you actual credit for it or let you pick your specialty class and ascend.
    I have not tested it on the other faction, or classes, but on the Ely Tech, its looped.

    I just wanted to come back and let you know that I somehow solved my own issue. Basically I found that enabling 2nd Job Change without Quest will cause issues in the 2 new classes, seems to work fine with the original 4, but it causes a completion with no reward for Ascension and Ceremony for the newer guys.

    I turned it off, and went back and changed the Quest Status in the DB from "COMPLETED", to "START" for both quests and it seems to have fixed it, however it did for some reason reset all my other quests...odd

    So if anyone else has this issue, check that stuff out, maybe will help you out...also dev's on this project should look into the function for Auto 2nd Job .. :)

  5. #230
    Member pwet99 is offline
    MemberRank
    May 2013 Join Date
    58Posts

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

    Well, it's a custom feature and I don't recommend that you use it on live server unless you know what it's exactly doing.

    You can take a look at \src\com\aionemu\gameserver\services\ClassChangeService.java if you want to change simple 2nd class option behaviors.

  6. #231
    Apprentice Horatio Doa is offline
    MemberRank
    Jul 2013 Join Date
    9Posts

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


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

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

    what the new wings 4.3? lock the aj 4.0 emu? please link the ID :-) or item_templates data :P

  8. #233
    Apprentice erttuy11 is offline
    MemberRank
    Jun 2013 Join Date
    17Posts

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

    1.jpg
    I need help...

  9. #234
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    655Posts

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

    erttuy11, give more RAM for GS

    Code:
    @echo off
    title Aion Lightning Game Server Console
    
    Color 0E
    
    :: Start...
    :start
    echo Starting Aion Lightning Game Server.
    echo.
    
    :: SET PATH="Type here your path to java jdk/jre (including bin folder)."
    :: NOTE: remove tag :: from previous line.
    SET PATH="c:\Program Files\Java\glassfish4\jdk7\bin";
    SET JAVA_HOME="c:\Program Files\Java\glassfish4\jdk7"
    
    
    :: -------------------------------------
    :: Default parameters for a basic server.
    JAVA -XX:+TieredCompilation -Xms1024m -Xmx1400m -server -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 restart
    if ERRORLEVEL 1 goto error
    goto end
    
    :: Restart...
    :restart
    echo.
    echo Aion Lightning Game Server - Administrator's Restart ...
    echo.
    goto start
    
    :: Error...
    :error
    echo.
    echo Aion Lightning Game Server is terminated abnormaly ...
    echo.
    goto end
    
    :: End...
    :end
    echo.
    echo Aion Lightning Game Server shuts down...
    echo.
    pause
    , use IPv4 only ore add switch in run commandline, and read Wiki
    Code:
    -Djava.net.preferIPv4Stack=true

  10. #235
    Member shunoai95 is offline
    MemberRank
    Nov 2011 Join Date
    70Posts

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

    Quote Originally Posted by Horatio Doa View Post
    Is this your 4.3 server? public?

  11. #236
    Apprentice Horatio Doa is offline
    MemberRank
    Jul 2013 Join Date
    9Posts

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

    Quote Originally Posted by shunoai95 View Post
    Is this your 4.3 server? public?
    yes server are public and online

    awakening-community.com

    A web page that points a browser to a different page after 2 seconds

  12. #237
    Apprentice erttuy11 is offline
    MemberRank
    Jun 2013 Join Date
    17Posts

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

    AionLightning 4.0 1-Click Server v1.0!
    Mirror guide please...

  13. #238
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

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

    just click on a mirror you like - a new site will appear and some ads, sorry about that, close all ads and copy the link you see! Paste it in your browser bar and download from hoster of your choice

  14. #239
    Apprentice Horatio Doa is offline
    MemberRank
    Jul 2013 Join Date
    9Posts

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


  15. #240
    Member shunoai95 is offline
    MemberRank
    Nov 2011 Join Date
    70Posts

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

    Quote Originally Posted by Horatio Doa View Post
    Die server ist unglücklicherweise auf Deutsch...

    Haben Sie eine server auf Englisch? Ich komme aus England und mein deutsch ist nicht so gut.

    (Ich habe deutsch in meinem Schüle gelernt) xD

    Sorry if something is wrong..



Advertisement