Jump to content

lichtgestalt

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. Hi internet, =), about 3 years ago i mounted a ragnarok server with quite sucessfull results (+300 players online <3 ), but i was a student so i couldnt pay the host for more than a year.... so, that server died :c Now, i have my programmer degree and aim working also so i can make another server =)! The thing is, i have a problem because i cant connect to the char server. Relevant Configuration: char-server // Server Communication username and password.userid: s1passwd: p1// 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// 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 Portlogin_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: 127.0.0.1// Character Server Portchar_port: 6121 map-server //--------------------------------------------------------------// Configuration Info//--------------------------------------------------------------// Interserver communication passwords, set in account.txt (or equiv.)userid: s1passwd: p1// 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 Portchar_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: 127.0.0.1// Map Server Portmap_port: 5121inter-server// Global SQL settings// overridden by local settings when the hostname is defined there// (currently only the login-server reads/obeys these settings)sql.db_hostname: 127.0.0.1sql.db_port: 3306sql.db_username: ragnaroksql.db_password: tuhermana11sql.db_database: ragnarok_ragsql.codepage:// MySQL Character SQL serverchar_server_ip: 127.0.0.1char_server_port: 3306char_server_id: ragnarokchar_server_pw: tuhermana11char_server_db: ragnarok_rag// MySQL Map SQL Servermap_server_ip: 127.0.0.1map_server_port: 3306map_server_id: ragnarokmap_server_pw: tuhermana11map_server_db: ragnarok_rag// MySQL Log SQL Databaselog_db_ip: 127.0.0.1log_db_port: 3306log_db_id: ragnaroklog_db_pw: tuhermana11log_db_db: ragnarok_loglog_codepage:log_login_db: loginlog mmo.o#ifndef PACKETVER #define PACKETVER 20141022#endif // PACKETVER I'm using 2014-10-22bRagexe.exe patched with NEMO here is the patchlog 9 Disable 1rag1 type parameters (Recommended)13 Disable Ragexe Filename Check (Recommended)24 Fix Camera Angles (Recommended)33 Always Call SelectKoreaClientInfo() (Recommended)34 Enable /showname (Recommended)37 Read questid2display.txt (Recommended)38 Remove Gravity Ads (Recommended)39 Remove Gravity Logo (Recommended)40 Restore Login Window (Recommended)41 Disable Nagle Algorithm (Recommended)44 Translate Client (Recommended)48 Use Plain Text Descriptions (Recommended)49 Enable Multiple GRFs (Recommended)53 Use Ascii on All Langtypes (Recommended)64 @ Bug Fix (Recommended)65 Load Custom lua file instead of iteminfo.lub73 Remove Hourly Announce (Recommended)213 Disable Help Message on Login (Recommended)84 Remove Serial Display (Recommended)90 Enable DNS Support (Recommended)97 Cancel to Login Window (Recommended)and here is my clientinfo <?xml version="1.0" encoding="euc-kr" ?><clientinfo> <desc>Cliente Beta Chele RO</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /> <extendedslot /> <connection> <display>Chele RO</display> <desc>Ragnarok Online</desc> <balloon>:v</balloon> <address>mysecretyp</address> <port>6900</port> <version>20</version> <langtype>17</langtype> <registrationweb>[url="http://mysecretyp/FluxCP</registrationweb>"]http://mysecretyp/FluxCP</registrationweb>[/url] <yellow> <admin>2000000</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection></clientinfo> help me please =) ty :3 btw this is the "error" Fixed: remember to change this // 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: 127.0.0.1 and this // 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: 127.0.0.1 to your PUBLIC addres and add the matche un the subnet config <3
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.