jhongjokhen Posted August 6, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 07/25/13 Last Seen: August 27, 2013 Share Posted August 6, 2013 pag tapos ko sya iport forward nilagay ko na sa rar yung mga files na kailangan para sa client . tinry ko ipa Download sa tropa kong naglalaro ng RO . tapos pina OL ko sya "Failed To Connect" daw . na port forward ko nnman syaa . okay na yung mga ip clientinfo good na pano kaya ito? baka may mga di pa ako na edit? char_athena map_athena inter_athena subnet_athena clientinfo yan yung mga inedit ko . at nilagay ko ip ko Quote Link to comment Share on other sites More sharing options...
Magnetix Posted August 6, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share Posted August 6, 2013 Post these char_athena map_athena clientinfo make sure to use code tags. Quote Link to comment Share on other sites More sharing options...
jhongjokhen Posted August 6, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 07/25/13 Last Seen: August 27, 2013 Author Share Posted August 6, 2013 how to use code tags? xD what's that? xD char_athena // Server Communication username and password. userid: username passwd: password // 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: rAthena // 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: 192.168.1.223 // 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: 192.168.1.223 // Character Server Port char_port: 6121 map_athena: // 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: 192.168.1.223 // 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: 86.77.238.73 // Map Server Port map_port: 5121 //Time-stamp format which will be printed before all messages. //Can at most be 20 characters long. //Common formats: // %I:%M:%S %p (hour:minute:second 12 hour, AM/PM format) // %H:%M:%S (hour:minute:second, 24 hour format) // %d/%b/%Y (day/Month/year) //For full format information, consult the strftime() manual. //timestamp_format: [%d/%b %H:%M] clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok</display> <balloon>the balloon</balloon> <desc>description</desc> <address>192.168.1.223</address> <port>6900</port> <version>26</version> <langtype>1</langtype> <registrationweb>flux.domain.com</registrationweb> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> <loading> <image>loadingscreen01.jpg</image> </loading> </connection> </clientinfo> Quote Link to comment Share on other sites More sharing options...
Tonetzkii Posted August 7, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 323 Reputation: 9 Joined: 11/19/11 Last Seen: September 25, 2015 Share Posted August 7, 2013 char_athena login_ip: 192.168.1.223 char_ip: 86.77.238.73 map_athena char_ip: 192.168.1.223 map_ip: 86.77.238.73 clientinfo.xml 86.77.238.73 You dont need to change subnet make it default. Quote Link to comment Share on other sites More sharing options...
jhongjokhen Posted August 7, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 07/25/13 Last Seen: August 27, 2013 Author Share Posted August 7, 2013 sana gumana na to . xD .may isa pa po ako tanong , kunwari gusto ko pag onlinin yung kaibigan ko ano anong files ang ilalagay ko sa winrar? ang alam ko lang ay yung myro.grf,myro.exe, at data.ini ano pa po ba angn eed? Penge naman ng Malinaw na guide sa pag poport forward . susundan ko nalang . gusto ko yung complete na po . yung pag tapos ko masundan yun pwede na mag OL yung friend ko Quote Link to comment Share on other sites More sharing options...
Tonetzkii Posted August 8, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 323 Reputation: 9 Joined: 11/19/11 Last Seen: September 25, 2015 Share Posted August 8, 2013 Instruction how to port forward. medyo old pero working po yan. http://www.eathena.ws/board/index.php?showtopic=179309 Quote Link to comment Share on other sites More sharing options...
davegala09 Posted August 8, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/27/13 Last Seen: August 9, 2013 Share Posted August 8, 2013 Thanks for the post, it helped me a lot. By the way, on Subnet and inter Here's my Inter // 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.1 sql.db_port: 3306 sql.db_username: ragnarok sql.db_password: ragnarok sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: log log_codepage: log_login_db: loginlog subnet: 255.255.255.0:127.0.0.1:127.0.0.1 What should I change? Quote Link to comment Share on other sites More sharing options...
Tonetzkii Posted August 9, 2013 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 323 Reputation: 9 Joined: 11/19/11 Last Seen: September 25, 2015 Share Posted August 9, 2013 Try to set default no changes. check mo kung makaka connect sila and dont forget off firewall. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.