Feilor Posted December 6, 2017 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 135 Reputation: 17 Joined: 12/31/11 Last Seen: January 11 Share Posted December 6, 2017 I'm making a new server and want to use the login from the old one, followed this guide:https://github.com/rathena/rathena/wiki/Multiple_Servers When I tries to login in the second server I get stuck in please wait, the first one works fine. I created two users with S sex, one for each. Changed the ports and created a new table for the new one since i'm using only login. Quote Link to comment Share on other sites More sharing options...
0 jim00x Posted April 20, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 10 Reputation: 1 Joined: 02/07/18 Last Seen: May 1, 2024 Share Posted April 20, 2018 (edited) second server conf/char_athena.conf // Whatever text is commented will not be parsed by the servers, and serves // only as information/reference. // Server Communication username and password.userid: SS1 passwd: PP1 // 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_v18.03 // 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.20 // 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: 127.0.0.1 // Character Server Portchar_port: 6122 second server conf/map_athena.conf // Interserver communication passwords, set in account.txt (or equiv.)userid: SS1 passwd: PP1 // 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: 6122 // 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: 192.168.1.20 // Map Server Portmap_port: 5122 login table 1 S1 P1 S [email protected] 0 0 0 0 244 2018-4-20 19:18:33 192.168.1.20 0 0 0 0 0 SS1 PP1 S [email protected] 0 0 0 0 8 2018-4-20 19:37:24 192.168.1.20 0 0 0 0 <--- second server Edited April 20, 2018 by jim00x Quote Link to comment Share on other sites More sharing options...
Question
Feilor
I'm making a new server and want to use the login from the old one, followed this guide:
https://github.com/rathena/rathena/wiki/Multiple_Servers
When I tries to login in the second server I get stuck in please wait, the first one works fine.
I created two users with S sex, one for each. Changed the ports and created a new table for the new one since i'm using only login.
Link to comment
Share on other sites
1 answer to this question
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.