Jump to content

dimzWorld

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by dimzWorld

  1.  

    Can someone help me in overcoming the failed login as shown in the picture. First I install in VPS centos 6.9 and follow rathena guide

    https://rathena.org/board/topic/59529-setting-up-a-centos-vps-w-rathena-vnc/

    Spoiler

    W_OlRPTiTBCXodqt26DEEw.png

    conf/char_athena.conf
     

    
    // Server name, use alternative character such as ASCII 160 for spaces.
    // NOTE: Do not use spaces or any of these characters which are not allowed in
    //       Windows filenames \/:*?"<>|
    //       ... or else guild emblems won't work client-side!
    server_name: Ragnarok
    
    // Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
    wisp_server_name: World
    
    // 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: 128.199.19.10
    
    // 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: 128.199.19.10
    
    // Character Server Port
    char_port: 6121

    conf/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: 128.199.19.10
    
    // 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: 128.199.19.10
    
    // Map Server Port
    map_port: 5121

    conf/subnet_athena.conf

    subnet: 255.255.192.0:128.199.19.10:128.199.19.10
    subnet: 255.255.255.0:128.199.19.10:128.199.19.10
    subnet: 255.0.0.1:128.199.19.10:128.199.19.10

    src/common/mmo.h

    #ifndef PACKETVER
    	#define PACKETVER 20151029
    	//#define PACKETVER 20120410
    #endif

    src/config/core.h

    /// Comment to disable the official packet obfuscation support.
    /// When enabled, make sure there is value for 'packet_keys' of used packet version or
    /// defined 'packet_keys_use' in db/[import/]packet_db.txt.
    /// This requires PACKETVER 2011-08-17 or newer.
    //#define PACKET_OBFUSCATION

    clientinfo.xml

    		<port>6900</port>
          	<version>54</version>
          	<langtype>0</langtype>

    packet.db

    packet_ver: 54
    packet_keys: 0x45B945B9,0x45B945B9,0x45B945B9

    whats wrong in here ?
    please someone can help me

×
×
  • Create New...