Jump to content
  • 0

How to connect a client to rAthena server?


nanakiwurtz

Question


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Hi rAthena forum community! I'm a new user /bo

I've been following the rAthena Wiki up to this point http://rathena.org/w...ing#Client_Side

Here are the steps I have done so far:

  • Download the latest svn of rAthena, configure the IP address and compile it using Ms Visual Studio 2010 Ultimate.
  • Install MySQL and set it up.
  • Diff the client exe file
  • Download both kRO and Miruku client package, and install them in different folder.

When I tried to run the runserver-sql.bat they worked fine, so I assume the server is already up and running fine.

Now I'm confused on how to edit the clientinfo.xml, because I didn't find it everywhere. Do I need to make it by myself, and if yes where I should put the file?

I have download almost all files from http://rathena.org/b...equested-links/

In JudasBible.pdf page 31, I encounter clientinfo.xml too..

Can anyone share any insights about the next steps? Thanks in advance... /ok

Link to comment
Share on other sites

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Hmm.. I have set these conf with 'new_account: yes' and 'char_new: 1' but can't make a new char with charname_M/_F.

Is it a server or client problem?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

Hmm.. I have set these conf with 'new_account: yes' and 'char_new: 1' but can't make a new char with charname_M/_F.

Is it a server or client problem?

I had the same problem, and figured out that you need to alter the login table in MYSQL Workbench (It's what I use),

You need to check the "auto increment" function in the "account_id" column.

Why this isn't turned on by default after executing the sql script provided by rAthena beats me.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

I have tried your suggestion, and even try to change the login table and char table, revert them back and try different combination but still doesn't work.

Now my login table uses PK, NN and AI with defaut value of blank not ''

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Hmm.. My settings also can't be saved, such as turning off BGM and set /nc in the client, should I change my setup.exe too? /hmm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

I have tried your suggestion, and even try to change the login table and char table, revert them back and try different combination but still doesn't work.

Now my login table uses PK, NN and AI with defaut value of blank not ''

Hmm, that's odd. But I wouldn't know how to fix it otherwise. I'm sorry.

I re-checked my own login table, and it is set exactly the same as you described, I have no clue

as to why it doesn't fix your problem. Also, your rAthena settings are set correctly.

Hmm.. My settings also can't be saved, such as turning off BGM and set /nc in the client, should I change my setup.exe too? /hmm

Yes, you need a setup that gets referred to as "blue ghost setup" when using the newer kRO clients (since 2012 I believe).

Also, your client must be diffed with the "read data folder" turned off otherwise your client won't save your changes to the lua files.

I diffed mine with "read lua before lub" turned on, but I'm not 100% certain if that is necessary.

As a matter of fact, I removed the "data" folder from my client since I had no use for it anymore.

Edited by Seraph Sephiroth
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Hmm.. Still can't create a new char with _M / _F.. /whisp

Anyone?

Bump... /hmm

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Hmm.. Still can't create a new char with _M / _F.. /whisp

Anyone?

Bump... /hmm

trunk/conf/login_athena.conf

// Can you use _M/_F to make new accounts on the server?
new_account: yes

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Hmm.. I have set these conf with 'new_account: yes' and 'char_new: 1' but can't make a new char with charname_M/_F.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   3
  • Joined:  06/12/12
  • Last Seen:  

Hmm.. I have set these conf with 'new_account: yes' and 'char_new: 1' but can't make a new char with charname_M/_F.

Perhaps the way your SQL server is setup somehow interferes with you being able to create accounts through _M/_F

What type of server did you choose upon creation? What DB type are you using? InnoDB/MyIsam? Also, it may be an IP related problem.

How is your rAthena connection set up?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

I use MyISAM, but thanks it's now solved, I edit my src files.

Next thing I'm facing is the buff isn't reset even after I login.

// Will certain skill status-changes be removed on logout?
// This mimics official servers, where Extremity Fist's no SP regen,
// Strip Equipment, and some other buffs are removed when you logout. Setting is:
// 0 = remove nothing.
// 1 = remove negative buffs (stripping, EF)
// 2 = remove positive buffs (maximize power, steel body...)
// 3 = remove both negative and positive buffs.
debuff_on_logout: 3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  12/25/12
  • Last Seen:  

post-13008-0-34129900-1356476905_thumb.png

can someone help me with this problem?i dont think i put the wrong password since i tried it so many time

and i think my server did not detect my client?

can someone help me with this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...