Aion Private Server

Page 67 of 143 FirstFirst ... 1757596061626364656667686970717273747577117 ... LastLast
Results 991 to 1,005 of 2140
  1. #991
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Aion Private Server

    Thx danny! But atm, i can't test my server hehe ^_^

    Maybe when i'll back home xD

  2. #992
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server

    @Romulan - Yw... :), ok no problem...

  3. #993
    That Old Flyffer creed0116 is offline
    MemberRank
    Dec 2008 Join Date
    BotsmallLocation
    412Posts

    Re: Aion Private Server

    @ The Ring im using the latest rev using 1.9

    here is the log.. i've tried to locate the error but i dont understand the logs.. lol
    Code:
    [ERROR 2010-06-29 18:07:36] com.aionemu.gameserver.utils.ThreadUncaughtExceptionHandler:39 - Critical Error - Thread: Thread-1 terminated abnormaly: java.lang.NullPointerException
    java.lang.NullPointerException
    	at com.aionemu.gameserver.network.loginserver.LoginServer.gameServerDisconnected(LoginServer.java:374)
    	at com.aionemu.gameserver.ShutdownHook.shutdownHook(ShutdownHook.java:155)
    	at com.aionemu.gameserver.ShutdownHook.run(ShutdownHook.java:54)

  4. #994
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server

    @creed0116 - check again with tutorial and your file configuration... look in gameserver table if you add mask and id, install sql updates... that should work...

  5. #995
    That Old Flyffer creed0116 is offline
    MemberRank
    Dec 2008 Join Date
    BotsmallLocation
    412Posts

    Re: Aion Private Server

    yup ive checked all the tuts and installed all the updates.. still having that error

  6. #996
    Proficient Member TheRing is offline
    MemberRank
    Oct 2005 Join Date
    SwedenLocation
    150Posts

    Re: Aion Private Server

    Quote Originally Posted by creed0116 View Post
    yup ive checked all the tuts and installed all the updates.. still having that error
    here is my configs files just show u if there is somthing u miss ^^
    gameserver/config/network/network file
    Code:
    # Port that will be used to listen for client connections
    gameserver.network.client.port = 7777
    
    # Host that will be used to listen for client connections
    gameserver.network.client.host = *
    
    # Maximum online players on the server
    gameserver.network.client.maxplayers = 100
    
    # Address of login server
    gameserver.network.login.address = EXTERNALIP:9014
    
    # Id of this game server
    gameserver.network.login.gsid = 1
    
    # Password of this game server
    gameserver.network.login.password =privateserver
    
    # Address of chat server
    # Ip and port of chat server should be accessible from 
    # 1) game server
    # 2) all connected clients
    gameserver.network.chat.address = EXTERNALIP:9021
    
    # Password of this game server for chat server
    gameserver.network.chat.password =privateserver
    
    # Additional threads that are used to read network data
    gameserver.network.nio.threads.read = 0
    
    # Additional threads that are used to write network data
    gameserver.network.nio.threads.write = 0
    
    # This will enable or disable the messages for unknown packets
    gameserver.network.display.unknownpackets = false


    gameserver/config/network/database file
    Code:
    # This class represents database driver class that will be used while connecting to database
    database.driver = com.mysql.jdbc.Driver
    
    # This is database url. 
    database.url = jdbc:mysql://localhost:3306/au_server_gs?useUnicode=true&characterEncoding=UTF-8
    
    # Database user
    database.user = root
    
    # Database password
    # NOTE: Change this! Root password is not safe!
    database.password = aion
    
    # Minimum amount of database connections that will allways in the pool
    database.connections.min = 5
    
    # Maximum amount of DB connections that server can use
    database.connections.max = 10
    
    # Script context that will be loaded by database factory, it should implement DAO instances
    database.scriptcontext.descriptor = ./data/scripts/system/database.xml

    gameserver/config/network/ipconfig file
    Code:
    <ipconfig default="EXTERNALIP">
    
        <!--
            IANA-reserved private IPv4 network ranges
            Access only from local networks, external client can't have any of
            the following ip addresses
        
        <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
        <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
        <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/> -->
    
    </ipconfig>
    Navicat/au_server_ls/Gameserver table
    Code:
    Id:1	mask:127.0.0.1	password:privateserver
    loginserver/config/network/database file
    Code:
    # This class represents database driver class that will be used while connecting to database
    database.driver=com.mysql.jdbc.Driver
    
    # This is database url. 
    database.url=jdbc:mysql://localhost:3306/au_server_ls
    
    # Database user
    database.user=root
    
    # Database password
    database.password=aion
    
    # Minimum amount of database connections that will allways in the pool
    database.connections.min=5
    
    # Maximum amount of DB connections that server can use
    database.connections.max=10
    
    # Script context that will be loaded by database factory, it should implement DAO instances
    database.scriptcontext.descriptor=./data/scripts/system/database.xml

    its all i got and the server is working 100% fine

    if u want i can help u on msn/TeamViewer5 so can i guide u so u can get this to work ^^
    Last edited by TheRing; 08-07-10 at 10:20 AM.

  7. #997
    That Old Flyffer creed0116 is offline
    MemberRank
    Dec 2008 Join Date
    BotsmallLocation
    412Posts

    Re: Aion Private Server

    Another Question.. how to set the players to Premium???

  8. #998
    Apprentice micaymile is offline
    MemberRank
    Sep 2008 Join Date
    23Posts

    Re: Aion Private Server

    Quote Originally Posted by creed0116 View Post
    Another Question.. how to set the players to Premium???
    i think u need set 1 in membership table

    Login server database > account data
    and i think, but no sure, u need something else, but i dont remember..


  9. #999
    Proficient Member TheRing is offline
    MemberRank
    Oct 2005 Join Date
    SwedenLocation
    150Posts

    happy Re: Aion Private Server

    Quote Originally Posted by creed0116 View Post
    Another Question.. how to set the players to Premium???

    i dont think it is any membership premium made yet i think danny will work on that soon as he can :)

  10. #1000
    Atlantica dannybest is offline
    MemberRank
    May 2006 Join Date
    RomaniaLocation
    486Posts

    Re: Aion Private Server

    The premium account work from 1000revision but need to make a tutorial soon... I have work with moving... then I will made it.

  11. #1001
    Proficient Member TheRing is offline
    MemberRank
    Oct 2005 Join Date
    SwedenLocation
    150Posts

    thumbs up Re: Aion Private Server

    Quote Originally Posted by dannybest View Post
    The premium account work from 1000revision but need to make a tutorial soon... I have work with moving... then I will made it.
    nice ^^ :) btw have a nice move ^^ take it easy :P

  12. #1002
    Apprentice micaymile is offline
    MemberRank
    Sep 2008 Join Date
    23Posts

    Re: Aion Private Server

    Quote Originally Posted by dannybest View Post
    The premium account work from 1000revision but need to make a tutorial soon... I have work with moving... then I will made it.
    Good! we whait for it!

    Thx a loot!

  13. #1003
    Proficient Member TheRing is offline
    MemberRank
    Oct 2005 Join Date
    SwedenLocation
    150Posts

    thumbs up Re: Aion Private Server

    hey guys just wana tell every 1 i have talk with danny and as he have told every 1 here that he is moving to a new place and leave the old 1 so he got alot of stuff to pack and unpack so he will packing now and moving soon but he comes back as soon as possible

  14. #1004
    Enthusiast Darkseal-XS is offline
    MemberRank
    Jan 2009 Join Date
    27Posts

    Re: Aion Private Server

    他媽的真他媽
    Last edited by Darkseal-XS; 29-06-10 at 11:36 PM.

  15. #1005
    Proficient Member TheRing is offline
    MemberRank
    Oct 2005 Join Date
    SwedenLocation
    150Posts

    Re: Aion Private Server

    some 1 delete that post ?
    dannybest got the newest rev here :S



Advertisement