Aion Private Server

Page 97 of 143 FirstFirst ... 47878990919293949596979899100101102103104105107 ... LastLast
Results 1,441 to 1,455 of 2140
  1. #1441
    Valued Member kenny_mask is offline
    MemberRank
    Jul 2005 Join Date
    USALocation
    134Posts

    Re: Aion Private Server

    Quote Originally Posted by cyfren View Post
    why i cant make more than lvl 9??

    i try to use admin command to add lvl but dont work:(
    How i edit my character to lvl 50??

    ---------- Post added at 11:33 PM ---------- Previous post was at 11:30 PM ----------

    Why i cant make more than lvl 9??

    i try to use admin commands but are not work
    for skills and lvl dont work the commands admin

    How i make my character lvl 50?

    Thanks
    Read this ...

  2. #1442
    Enthusiast przemekfilu is offline
    MemberRank
    Oct 2007 Join Date
    SomewhereLocation
    27Posts

    Re: Aion Private Server

    Quote Originally Posted by cyfren View Post
    why i cant make more than lvl 9??

    i try to use admin command to add lvl but dont work:(
    How i edit my character to lvl 50??

    ---------- Post added at 11:33 PM ---------- Previous post was at 11:30 PM ----------

    Why i cant make more than lvl 9??

    i try to use admin commands but are not work
    for skills and lvl dont work the commands admin

    How i make my character lvl 50?

    Thanks

    Finish quests (thats with yellow arrows on npc) i think thats campaing quests. When You change Your char class Your lvl goes up...

  3. #1443
    Account Upgraded | Title Enabled! cyfren is offline
    MemberRank
    Sep 2008 Join Date
    SpainLocation
    257Posts

    thumbs up Re: Aion Private Server

    Quote Originally Posted by kenny_mask View Post
    Read this ...
    Dont was this problem was the template of character
    I update the player template and items template and now work all fine

    Only the //givemissingskills dont work but i enable form configurations autoskill and its ok from now.

    Thanks anyway this is the most complette tutorial for Aion Private Server

  4. #1444
    Don't Ask About Tideborn vixio_dv is offline
    MemberRank
    Feb 2010 Join Date
    UKLocation
    774Posts

    Re: Aion Private Server

    full client only 16MB???????

  5. #1445
    Apprentice Silmari is offline
    MemberRank
    Sep 2010 Join Date
    LithuaniaLocation
    6Posts

    sad Re: Aion Private Server

    Hello!

    Thanks for great video tutorials :) I've launched my own server but still have some problems. It's about chat server. Everything is working on localhost but when I change localhost to external IP (like shown in this tutorial), gameserver crashes.

    I've uploaded screenshots with my configs and gameserver crash info.

    What's wrong here? What should I change to make my server work?
    Attached Thumbnails Attached Thumbnails console.png   config.png  

  6. #1446
    Valued Member kenny_mask is offline
    MemberRank
    Jul 2005 Join Date
    USALocation
    134Posts

    Re: Aion Private Server

    Quote Originally Posted by Silmari View Post
    Hello!

    Thanks for great video tutorials :) I've launched my own server but still have some problems. It's about chat server. Everything is working on localhost but when I change localhost to external IP (like shown in this tutorial), gameserver crashes.

    I've uploaded screenshots with my configs and gameserver crash info.

    What's wrong here? What should I change to make my server work?
    hic hic dont change localhost keep the word "localhost" in [Yourfolderserver]\gameserver\config\network\
    database.properties
    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 = password

    # 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
    network.properties
    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 = localhost:9014

    # Id of this game server
    gameserver.network.login.gsid = 1

    # Password of this game server
    gameserver.network.login.password = password

    # 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 = localhost:9021

    # Password of this game server for chat server
    gameserver.network.chat.password = password

    # 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
    [Yourfolderserver]\loginserver\config\network\
    network.properties
    loginserver.network.client.port=2106

    # LoginServer will bind specified network interface
    # * - bind all interfaces
    loginserver.network.client.host=*

    # How many times player can try to login before he get's banned for bruteforcing
    loginserver.network.client.logintrybeforeban=5

    # For what time in minutes player should be banned in case of bruteforcing
    loginserver.network.client.bantimeforbruteforcing=15

    # Host that will be used by LS to listen for GS connections
    loginserver.network.gameserver.host=*

    # Port that will be used by LS to listen for GS connections
    loginserver.network.gameserver.port=9014

    # Nuber of additional threads for NIO that will handle only reading
    loginserver.network.nio.threads.read=0

    # Nuber of additional threads for NIO that will handle only writing
    loginserver.network.nio.threads.write=0

    # Create accounts automatically or not?
    loginserver.accounts.autocreate=true
    database.properties
    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=password

    # 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
    You need to change password connect to your database, and the au_server_ls, au_server_gs you change to correct with you database name. if you use Aion-Light i think it recommend you use data name is al_gb ... but you can change it to au_server_ls, au_server_gs. it working

    ---------- Post added at 03:01 PM ---------- Previous post was at 02:58 PM ----------

    I have one question... about Advenced stigma slot. Help me how to add the last 5 slot ? if i must do quest for it pls tell me what the quest name ? else help me what can i do to open it ? I have searched many places for it, but i can't find.
    And I have tried to adjust in the database tab advenced_stigma_slot_size = 10, but still not working. Instead of the normal slot is stigma (6 slot), the slot 6 fails, can not add more skill to be!
    Last edited by kenny_mask; 05-09-10 at 05:01 PM.

  7. #1447
    Apprentice Silmari is offline
    MemberRank
    Sep 2010 Join Date
    LithuaniaLocation
    6Posts

    Re: Aion Private Server

    Quote Originally Posted by kenny_mask View Post
    hic hic dont change localhost keep the word "localhost" in [Yourfolderserver]\gameserver\config\network\
    I'd like to make that not only me could use chat server.

    If I keep localhost, chat server works only on that PC where aion server is installed (all servers - LS, GS, CS - are in one PC). And when I connect from different PC, I cannot use chat server. Like it's not implemented.

  8. #1448
    Nerd-IO Romulan is offline
    MemberRank
    Feb 2009 Join Date
    BelgiumLocation
    3,333Posts

    Re: Aion Private Server

    Chatserver doesn't work at all for me <.<

    So i give up...

  9. #1449
    Don't Ask About Tideborn vixio_dv is offline
    MemberRank
    Feb 2010 Join Date
    UKLocation
    774Posts

    Re: Aion Private Server

    ok, this suck question, where is officer site aion i want to download aion client lol

    ---------- Post added at 05:31 PM ---------- Previous post was at 05:26 PM ----------

    ok i got it lol

  10. #1450
    Account Upgraded | Title Enabled! cyfren is offline
    MemberRank
    Sep 2008 Join Date
    SpainLocation
    257Posts

    sad Re: Aion Private Server

    OMG I RESTART the pc and i get this errors on my gs :(

    Help Please

    My Gameserver dont start
    Attached Thumbnails Attached Thumbnails gserr.jpg  

  11. #1451
    Apprentice Silmari is offline
    MemberRank
    Sep 2010 Join Date
    LithuaniaLocation
    6Posts

    Re: Aion Private Server

    Quote Originally Posted by Romulan View Post
    Chatserver doesn't work at all for me <.<

    So i give up...
    Maybe these will help you :) We've already fixed chat server in our server. Now we can connect from any other PC and use chat server.

    gameserver.properties
    Code:
    # ----------------------------
    # GS Configs
    # ----------------------------
    
    # Name of gameserver
    # Default: aion private
    gameserver.name = SERVER NAME
    
    # Character name pattern to be checked at char creation
    # To enable UTF support for names - set this parameter to [a-zA-Z\u0410-\u042f\u0430-\u044f]{2,16}
    gameserver.character.name.pattern = [a-zA-Z]{2,16}
    
    # Server Country Code (cc)
    # Default: 1
    gameserver.country.code = 1
    
    # Server Mode
    # 1  = user can create characters from both realms
    # 34 = user is bind to a realm, can't create more than 2 characters and can't enter the game world (character reservation mode)
    # 128  = user is bind to a realm (can't create characters from both realms at the same time)
    # Default: 128
    gameserver.mode = 1
    
    # Disable chat server connection
    gameserver.disable.chatserver = FALSE
    network.properties
    Code:
    # ----------------------------
    # Network Config
    # ----------------------------
    
    # Port that will be used to listen for client connections
    network.client.port = 7777
    
    # Host that will be used to listen for client connections
    network.client.host = *
    
    # Maximum online players on the server
    network.client.maxplayers = 100
    
    # Address of login server
    network.login.address = localhost:9014
    
    # Id of this game server
    network.login.gsid = 1
    
    # Password of this game server
    network.login.password = PASSWORD
    
    # Address of chat server
    # Ip and port of chat server should be accessible from 
    # 1) game server
    # 2) all connected clients
    network.chat.address = EXTERNAL IP:9021
    
    # Password of this game server for chat server
    network.chat.password = PASSWORD
    
    # Additional threads that are used to read network data
    network.nio.threads.read = 0
    
    # Additional threads that are used to write network data
    network.nio.threads.write = 0
    chatserver.properties
    Code:
    # ----------------------------
    # Chat Server Configs
    # ----------------------------
    
    # CS will listen for connections on specified address
    chatserver.network.client.address = INTERNAL IP:10241
    
    # Address that will be used by CS to listen for GS connections
    chatserver.network.gameserver.address = INTERNAL IP:9021
    
    # Password to match for successful authentication of the game server
    # NOTE: Don't forget to add your password!
    chatserver.network.gameserver.password = PASSWORD
    -External IP ----> get from What Is My IP Address - Shows Your IP Address
    -Internal IP ----> 192.168.1.* ----> check your network settings

  12. #1452
    Valued Member GheloVIP is offline
    MemberRank
    Aug 2010 Join Date
    NowhereLocation
    126Posts

    Re: Aion Private Server

    Quote Originally Posted by Romulan View Post
    Have you tested the other channels?

    I mean /1 to /4 ?
    From /1 to /4 is working in my server here my config

    gameserver/config/network/network.properties
    Code:
    #
    # This file is part of aion-unique <aion-unique.org>.
    #
    # aion-unique is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # aion-unique is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
    #
    # ----------------------------
    # Network Config
    # ----------------------------
    
    # Port that will be used to listen for client connections
    network.client.port = 7777
    
    # Host that will be used to listen for client connections
    network.client.host = *
    
    # Maximum online players on the server
    network.client.maxplayers = 100
    
    # Address of login server
    network.login.address = YOUR IP HERE:9014
    
    # Id of this game server
    network.login.gsid = 1
    
    # Password of this game server
    network.login.password = YOUR PASSWORD
    
    # Address of chat server
    # Ip and port of chat server should be accessible from 
    # 1) game server
    # 2) all connected clients
    network.chat.address = YOUR IP HERE:9021
    
    # Password of this game server for chat server
    network.chat.password = YOUR PASSWORD
    
    # Additional threads that are used to read network data
    network.nio.threads.read = 0
    
    # Additional threads that are used to write network data
    network.nio.threads.write = 0
    \chatserver\config\chatserver.properties
    Code:
    #
    # This file is part of aion-unique <aion-unique.org>.
    #
    # aion-unique is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # aion-unique is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
    #
    # ----------------------------
    # Chat Server Configs
    # ----------------------------
    
    # CS will listen for connections on specified address
    chatserver.network.client.address = YOUR IP HERE:10241
    
    # Address that will be used by CS to listen for GS connections
    chatserver.network.gameserver.address = YOUR IP HERE:9021
    
    # Password to match for successful authentication of the game server
    # NOTE: Don't forget to add your password!
    chatserver.network.gameserver.password = YOUR PASSWORD
    I did not edit my loginserver

  13. #1453
    Valued Member kenny_mask is offline
    MemberRank
    Jul 2005 Join Date
    USALocation
    134Posts

    Re: Aion Private Server

    GheloVIP
    Do you know about this ??
    I have one question... about Advenced stigma slot. Help me how to add the last 5 slot ? if i must do quest for it pls tell me what the quest name ? else help me what can i do to open it ? I have searched many places for it, but i can't find.
    And I have tried to adjust in the database tab advenced_stigma_slot_size = 10, but still not working. Instead of the normal slot is stigma (6 slot), the slot 6 fails, can not add more skill to be!

  14. #1454
    Valued Member GheloVIP is offline
    MemberRank
    Aug 2010 Join Date
    NowhereLocation
    126Posts

    Re: Aion Private Server

    Quote Originally Posted by kenny_mask View Post
    GheloVIP
    Do you know about this ??
    Sorry Bro i didnt know how to add advance stigma slot because in my server stigma skills is autolearn :D

  15. #1455
    Valued Member kenny_mask is offline
    MemberRank
    Jul 2005 Join Date
    USALocation
    134Posts

    Re: Aion Private Server

    Quote Originally Posted by GheloVIP View Post
    Sorry Bro i didnt know how to add advance stigma slot because in my server stigma skills is autolearn :D
    can you share me how to do this ? do you inpost to file skilltree the code autolearn="true" right ?
    Last edited by kenny_mask; 06-09-10 at 10:04 AM.



Advertisement