Jump to content

killer03

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by killer03

  1. I am not sure if the topic owner know that the most IPs are dynamic and change all 24h`?!

    my ip hasnt changed and its been the same ever since i got my service

     

    Um it could be that it's trying to connect to your MySQL Server ( if you are using SQL... ) but your MySQL server is not recognizing it.

    You may also want to add them into your firewal exception / anti-virus.

     

    map-server_sql.exe

    char-server_sql.exe

    login-server_sql.exe

     

    When I launched those programs at first, it prompted me if I wanted to allow or deny the programs.

    I've added those onto my firewall as well as allowed it when it first launches

     

    It might be the client you're using. It may not be comparable. You might also want to check out your packet settings in your conf.

    im using 20120410 and everything is was set and recompiled

     

    the weird thing is that even tho my ip doesnt change i cant use it, but what i had to do which i didn't want to was to use no-ip but like my ip it works for a bit then after that it stops

  2. what you will need is microsoft visual studio 10 and install it, once it is installed goto your rathena server folder and find rAthena-10.sln. Double click on it and a box will pop up select microsoft visual studio 10 and then it will open, once open it will show you char, login and map either txt or sql. Hold ctrl and select the 3 that you need either all txt or sql. Once all 3 is selected right click on one of them and hit clean and then build and there you go. If it says 3 success then you have compiled your server.

  3. um right now only 1 connected to router is my ps3 all laptop including my desktop is running wireless. Using comcast given modem/router tg862

     

    the 2nd option i have is to use hamachi but i dont want to use hamachi but if thats the only way to get players on then maybe but i would like to atleast try and find out if i can get players on. Weird i can host other games and player can join just not this. Maybe minecraft is a bit ezier :D

  4. Okay after setting everything up i can connect just fine, but players trying to connect aren't able to. Running SQL and ports are all forwarded also running latest rathena trunk version

     

    char

    // Login Server IP
    // The character server connects to the login server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    login_ip: 127.0.0.1

    // The character server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1

    // Login Server Port
    login_port: 6900

    // Character Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    char_ip: wan-ip

    // Character Server Port
    char_port: 6121

     

    map

    // Character Server IP
    // The map server connects to the character server using this IP address.
    // NOTE: This is useful when you are running behind a firewall or are on
    // a machine with multiple interfaces.
    char_ip: 127.0.0.1

    // The map server listens on the interface with this IP address.
    // NOTE: This allows you to run multiple servers on multiple interfaces
    // while using the same ports for each server.
    //bind_ip: 127.0.0.1

    // Character Server Port
    char_port: 6121

    // Map Server IP
    // The IP address which clients will use to connect.
    // Set this to what your server's public IP address is.
    map_ip: wan-ip

    // Map Server Port
    map_port: 5121

     

    subnet

    subnet: 255.0.0.0:127.0.0.1:127.0.0.1
    subnet: 255.255.255.0:wan-ip:wan-ip

  5. what i figured out was i tried a couple different clients that had the same date and ended up finding a few that works. Like for Example im using 20120410 and out of 6 clients only 2 worked and didnt kick me out. So maybe try finding more of the same client and see which one will work and which one wont.

×
×
  • Create New...