Jump to content
  • 0

I need help for client setup


Luny

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  01/27/20
  • Last Seen:  

Hello, I'm trying to create a ragnarok server for the French community, because we don't have good private server anymore and we have a lot of players.
I carried out all the steps of the rathena guide and I manage to launch the instance of my server with the database
Now I am on the client part, I carry out all the steps of the guide:
https://rathena.org/board/topic/111830-tutorial-video-edition-how-to-setup-rathena-and-run-ragnarok-updated-2018-7-28/

But it achieves it with a local configuration. I wonder what address I should return to. I have two addresses, that of my dedicated server
"Map Server IP Address: 'XX.XX.XX.XX"
and the other "Char Server IP Address:" XXX.XXX.X.XX "
I guess I have to put the second one.
But what should I give the player?
Am i supposed to give the full client folder? with the data files? is it safe?

And i'm not really sure about the patcher ... i'm supposed to make a ftp server ? (I'm really lost about what to give to the future players as client ...) thank you a lot for helping 

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  01/27/20
  • Last Seen:  

Hello Mael, thank you for fast reply but i already did everything on the github guide, i'm just really lost in the client side part ? what am i supposed to give to the player ? the whole client file with the data folder ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  02/12/17
  • Last Seen:  

3 hours ago, Luny said:

Hello Mael, thank you for fast reply but i already did everything on the github guide, i'm just really lost in the client side part ? what am i supposed to give to the player ? the whole client file with the data folder ?

To connect to your server you need a basic client:

YourRO.exe ----> client executable

yourdata.grf---->there is all files related to your server (also clientinfo.xml, inside this file you need to add your server IP, this can also be called sclientinfo.xml depending on your .exe version)

YOUR.ini  ----> here you need to add your grf's you want to use in order. For example:

[Data]

0=your.grf

1=rdata.grf

2=sdata.grf

Cant remember all the list, but should looks like something this.

You can also should add an Open Setup to allow your players to configure graphics: http://nn.ai4rei.net/dev/opensetup/

If you need more help just ask ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  01/27/20
  • Last Seen:  

16 hours ago, Dark Lunacy said:

To connect to your server you need a basic client:

YourRO.exe ----> client executable

yourdata.grf---->there is all files related to your server (also clientinfo.xml, inside this file you need to add your server IP, this can also be called sclientinfo.xml depending on your .exe version)

YOUR.ini  ----> here you need to add your grf's you want to use in order. For example:

[Data]

0=your.grf

1=rdata.grf

2=sdata.grf

Cant remember all the list, but should looks like something this.

You can also should add an Open Setup to allow your players to configure graphics: http://nn.ai4rei.net/dev/opensetup/

If you need more help just ask ?

Thank you a lot for your support, appreciate it man !

I have a problem, i gave the client file to my friend, and he can t actually connect the server but  it still recognizes the login, and after it displays disconnect : "connection closed".

As you can see on the screen he can create account to database from my client side but not really play the game .

https://imgur.com/Om5WVAE

 

 

This is display from client side

https://imgur.com/C2g3aFX

Edited by Luny
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  02/12/17
  • Last Seen:  

2 hours ago, Luny said:

Thank you a lot for your support, appreciate it man !

I have a problem, i gave the client file to my friend, and he can t actually connect the server but  it still recognizes the login, and after it displays disconnect : "connection closed".

As you can see on the screen he can create account to database from my client side but not really play the game .

https://imgur.com/Om5WVAE

 

 

This is display from client side

https://imgur.com/C2g3aFX

What exe are you using? Are you trying to connect to a vps or localhost? Are you using firewall/antivirus? Ensure you have the desired ports open.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  01/27/20
  • Last Seen:  

I found the problem !!!!! ?

 

it was in the src/custom/defines_pre 

i put this : #define PACKETVER 20151104

and it is working, thank you a lot for helping .(i had already ensure the desired ports, but it was nice idea thank you ) ?

Now i would love to have some help to my patcher, i have no idea how it is working, i believe i have to make an ftp ? (i'm actually using a vps vultr windows server),

i tried to found a thor patcher helper /guide or something but i didnt ? and i can't find any video on youtube that explains how it works unfortunally

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  02/12/17
  • Last Seen:  

3 hours ago, Luny said:

I found the problem !!!!! ?

 

it was in the src/custom/defines_pre 

i put this : #define PACKETVER 20151104

and it is working, thank you a lot for helping .(i had already ensure the desired ports, but it was nice idea thank you ) ?

Now i would love to have some help to my patcher, i have no idea how it is working, i believe i have to make an ftp ? (i'm actually using a vps vultr windows server),

i tried to found a thor patcher helper /guide or something but i didnt ? and i can't find any video on youtube that explains how it works unfortunally

 

 

Glad to hear.

There is a complete guide: https://github.com/HerculesWS/Hercules/wiki/Thor-Patcher

I think setup thor patcher is more easy than rathena

If you are using Windows, you can install wampp to host .thor files, ensure not to install mariadb/mysql that comes with the program.

Edited by Dark Lunacy
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  01/27/20
  • Last Seen:  

I have a problem with the thor patcher ...

actually i have an sftp server, 

i did the config :

//file_url - patch files should ALL put here.
// This config entry will override the one in embed config.
// o HTTP:
//         http://domain.com/dir/
// o FTP:
//         ftp://domain.com/dir/
//     o With <Username> [Password] [Port]
//    ftp://username:[email protected]:port/dir/
//     o Note: username is required if want put password, otherwise everything is optional.
file_url=ftp://WWW:XXX@lunyro.com/patch/
where WWW is the login and XXX the password but seems like it cant connect

on the main ini file 

 

 

 

and on the the config

[Config:Main]

RootURL='ftp://WWW:[email protected]/patch/'
 

 

And it looks like it cant connect for some reason, does anybody has any ideas ? ... 

Thank you

thororor.png

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...