Jump to content
  • 0

2 registration login on flux


azze25

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Hi everyone. My server has two login options. They could choose to play 3rd job renewal or 2nd job pre-renewal. I just want to ask how could it be possible to put two registration on my flux for the servers? My 2 servers has 1 ip address. Thank you

Edit:

If I use one login server to prevent using two control panel, like this:

-1st server

Map 6121

Char 5121

Login 6900

-2ndserver

Map 6122

Char 5122

Login 6900

it gives me error like "connection already in use" ..

what should be the configuration? both svn are rathena.

Edited by azze25
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

1st server:

6121,5121,6900

2nd server:

6122,5122,6901

in clientinfo.xml, make sure you have it like this:

<connection>
 <name>server 1</name>
 <address>IP</address>
 <port>6900</port>
</connection>

<connection>
 <name>server 2</name>
 <address>IP</address>
 <port>6901</port>
</connection>

SQL database for both servers: up to you, you can use only 1 schema (the default: ragnarok) or if you want to use another schema. if you use 2 schemas, it means those who play in the 3rd job server will not see their items on the 2nd job (pre-re).

CP registration: According to your SQL db decision, you can decide which.

you can make some configurations for the registration on the 2nd server, copy-paste the registering file from the default one, then modify them..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

Thanks for this. what i did was i used 1 login server only to prevent using 2registration page .

what i did was i use 1 login server.. i was able to connect already but i have this error: Connect Character DB server.... (Character Server)

make_listen_bind: bind failed (socket #6, code 98)!

but I was able to connect ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

they got conflict. and I got confused, the server selection selects the login port, not the char port.. 1 login > 1 char > 1 map that's what I understand. hahaha

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   0
  • Joined:  11/21/11
  • Last Seen:  

How about my flux? How can i configure my flux so that players can manage their characters in my flux in either both servers?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

Glad I could help you and congratz on your answered question on the other thread, which is working!

Have a nice day :)

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...