My random questions

Results 1 to 7 of 7
  1. #1
    Apprentice JB4 is offline
    MemberRank
    Feb 2007 Join Date
    8Posts

    My random questions

    I'm going to just post all my questions here so I don't have to make a new topic each time

    Alright, I get everything running and it's all going fine using the mega guide.

    Now my question is, when i get into the client I do the double name thing, and it creates the account but when I try to join the server it wont join. When I click the X back button the entire game closes. What could be causing this?
    Last edited by JB4; 05-03-09 at 07:34 AM.


  2. #2
    Account Upgraded | Title Enabled! perrin9028 is offline
    MemberRank
    Nov 2007 Join Date
    806Posts

    Re: My questions

    In LoginServer.CONF in the server files, find the line that says CreateLoginAccount=0 and change the 0 to a 1. When you press the back button on the Login or Channel screen it exits, try from the character select screen and press back. If it goes back tot he channel select, it works fine.

  3. #3
    Apprentice JB4 is offline
    MemberRank
    Feb 2007 Join Date
    8Posts

    Re: My questions

    this is my issue

    http://www.youtube.com/watch?v=EdU1RwyfXlk

    I already did change the 1 to a 0.

    Code:
    LOGIN SERVER
    
    [DATABASE]
    mysql_host=localhost
    mysql_user=root
    mysql_pass=root
    mysql_database=roseon
    mysql_port=3306
    
    [SERVERDATA]
    serverid=0
    servertype=0
    serverip=(my IP)
    serverport=29000
    servername=(my server name)
    connection=2
    lanip=192.168.0.66
    lansubmask=255.255.255.0
    
    [LOGINSERVER]
    accesslevel=100
    CreateLoginAccount=1
    usethreads=0
    
    [PASSWORDS]
    loginpass=pass1
    charpass=pass2
    worldpass=pass3
    
    
    WORLD SERVER
    
    [DATABASE]
    mysql_host=localhost
    mysql_user=root
    mysql_pass=root
    mysql_database=roseon
    mysql_port=3306
    AutoQueryTime=600
    
    [SERVERDATA]
    serverid=1
    servertype=1
    serverip=(my IP)
    serverport=29200
    servername=(my server name)
    maxconnections=500
    parentid=1
    connection=2
    lanip=192.168.0.66
    lansubmask=255.255.255.0
    
    [WORLDSERVER]
    accesslevel=300
    exp_rate=3
    drop_rate=1
    drop_type=2
    zuly_rate=4
    welcome_msg=Welcome to (my server name) Online
    autosave=1
    savetime=120
    mapdelay=10
    visualdelay=200
    worlddelay=700
    partygap=10
    maxstat=255
    fairy=1
    fairystay=45
    fairywait=30
    fairytestmode=0
    playerdmg=120
    monsterdmg=100
    cfmode=0
    osRoseVer=80
    
    [PASSWORDS]
    loginpass=pass1
    charpass=pass2
    worldpass=pass3
    
    
    CHAR SERVER
    
    [DATABASE]
    mysql_host=localhost
    mysql_user=root
    mysql_pass=root
    mysql_database=roseon
    mysql_port=3306
    AutoQueryTime=600
    
    [SERVERDATA]
    serverid=1
    servertype=1
    serverip=(my IP)
    serverport=29100
    servername=(my server name)
    parentid=0
    accesslevel=100
    connection=2
    lanip=192.168.0.66
    lansubmask=255.255.255.0
    
    [CHARSERVER]
    deletetime=3600
    usethreads=0
    
    [PASSWORDS]
    loginpass=pass1
    charpass=pass2
    worldpass=pass3
    Last edited by JB4; 04-03-09 at 02:26 AM. Reason: Added config files

  4. #4
    Account Upgraded | Title Enabled! Madelinesz is offline
    MemberRank
    Aug 2008 Join Date
    330Posts

    Re: Can see but not connect to server

    Your servers aren't online. It might be ur configs wrong, or your server starters not connecting. Does ur 3 servers have any errors?

  5. #5
    Account Upgraded | Title Enabled! perrin9028 is offline
    MemberRank
    Nov 2007 Join Date
    806Posts

    Re: Can see but not connect to server

    Your error is in your WorldServer.CONF file.

    serverid=1 and servertype=1, you should change those to 2, because right now those are conflicting with the character server seeing as that has the server id and type as 1.

  6. #6
    Apprentice JB4 is offline
    MemberRank
    Feb 2007 Join Date
    8Posts

    Re: Can see but not connect to server

    Ahh, Thank you perrin!

  7. #7
    Apprentice JB4 is offline
    MemberRank
    Feb 2007 Join Date
    8Posts

    Re: Can see but not connect to server

    Ok, new question, when editing the lconfig.nhd of the client, can I use a name like, random.servegame.com as the server ip? I'm wondering because my IP Address is not static, and it costs money to get it static, so using a dns server would eliminate this problem.

    [EDIT]

    Nevermind, had the ports opened wrong.



Advertisement