Jump to content

Diss

Members
  • Posts

    207
  • Joined

  • Last visited

Posts posted by Diss

  1. still failed to connect

     

    but my public network not connect only private network connected



    how may i know when my packet_db supported ?

     

    it should be like this 

     

     

    //packet_db_ver: 26
    packet_db_ver: default
     
    or
     
    packet_db_ver: 26
    //packet_db_ver: default
     
    or
     
    packet_db_ver: 26
    packet_db_ver: default
     
    i put 26 for version in clieninfo.xml over my grf 


    sir i read the other post rathena.eathena,3ceam not support wireless network im connected as wifi is this affect to my server ? 

  2. when i put IP in login_ip i got this error

     

    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)

    wisp_server_name: Server

    // 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: 222.172.85.18

     

    error_zpscfd7dada.png
  3. it look like this 

     

    char_athena.conf

     

     

    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: Server
    // 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: 222.127.85.18
     
    // Character Server Port
    char_port: 6121
     
     
    map_athena.conf
     
    // 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: 222.127.85.18
     
    // Map Server Port
    map_port: 5121
  4. Hi guys i need any suggestion regarding my problem i always getting failed to connect to server .

     

    i made my port forwading by myself like this 

     

    port_zps73657766.png

     

    packet_db set as

    packet_db_ver: 26
    //packet_db_ver: default
    clientinfo.xml set as
    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
       <connection>
          <display>DissRO</display>
          <balloon>the balloon</balloon>
          <desc>description</desc>
          <address>46.137.193.218</address>
          <port>6900</port>
          <version>26</version>
          <langtype>1</langtype>
          <registrationweb></registrationweb>
            <aid>
                <admin>2000000</admin>
                <admin>2000001</admin>
                <admin>2000002</admin>
            </aid>
            <loading>
                <image>loadingscreen01.jpg</image>
            </loading>
       </connection>
    </clientinfo>
    sa tingin nyo anung pang pwedeng maging problem ?
     
  5. hi guys please revise my work ..

     

    i got this No MSG 5011 when im trying to LOG IN 

     

    MMO.H

     

     

    #ifndef PACKETVER
        #define PACKETVER 20120410
        #define PACKETVER 20130320
        #define PACKETVER 20111116
    #endif
     
    should put // im using 20120410 packetver
     
    CLIF.H
     
    enum
    {// packet DB
        MAX_PACKET_DB  = 0xf00,
        MAX_PACKET_VER = 30,
        MAX_PACKET_POS = 20,
    };
     
    CLIENTINFO.XML
     
    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
       <connection>
          <display>Diss Ragnarok Online</display>
          <balloon>the balloon</balloon>
          <desc>description</desc>
          <address>122.248.202.205</address>
          <port>6900</port>
          <version>30</version>
          <langtype>1</langtype>
          <registrationweb></registrationweb>
            <aid>
                <admin>2000000</admin>
            <admin>2000001</admin>
            <admin>2000002</admin>
            </aid>
            <loading>
                <image>loadingscreen01.jpg</image>
            </loading>
       </connection>
    </clientinfo>
     
     
    and the is NO MSG 5011 HELP me guys 

     

    post-17095-0-89199200-1367823787_thumb.png

×
×
  • Create New...