Jump to content
  • 0

Server Side: DONE > Client Side: Not Yet LOOK HERE


zmref

Question


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

SERVER SIDE : Done

post-5357-0-11896100-1340781545_thumb.png

Next is rAthena Client Side ?

How?, Where?

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

here,

http://rathena.org/board/forum/99-client-releases/

you need to have your own data & KRO, data is for adding custom map / mob / weapon those.

rathena.org/board/topic/54190-release-basic-rathena-client/

http://rathena.org/board/topic/65120-ragnarok-sakray-renewal-20120605/

after finish your own data, you will need to grf your data to Yourdata.grf(like zip up your folder) so your clientside will look like this.

-data (some file required for client.exe to open, if don have those file the client can't be open)

-Yourdata.grf

-Yourclient.exe

-DATA.ini

Note: Your = Your Ragnarok name, like Super RO = SRdata.grf/SuperRo.exe

you also need a client that can let you connect to your server. that one required diff (sorry i also dunno how to diff. /swt)

if you want custom item you can learn from here,

http://rathena.org/wiki/Custom_Items

if you want custom mobs you can learn from here,

http://rathena.org/wiki/Custom_Mobs

if you want to know how to set and connect to your server, here

http://rathena.org/wiki/Clientinfo

if you no change in conf folder.

default ,127.0.0.1

in clientinfo.xml will need to set <address>127.0.0.1</address>

if have change in conf. the clientinfo.xml will need set <address>Lan IP</address> (example for lan ip: your pc static ip: 192.168.1.100 or something else)

for player connect <address>Wan IP</address> (example for wan ip: no-ip: yourragnarok.ragnarok.net)

to let player connect must port forward. if you no port forward no ppl can connect.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

View this picture

post-5357-0-80253100-1340789095_thumb.png

Server Side: DON //*Don't mind the error I've fixed it already

post-5357-0-31240600-1340789077_thumb.png

Diffing Client: DONE

post-5357-0-73906400-1340789113_thumb.png

Data Folder: Done downloading

post-5357-0-49398000-1340789130_thumb.png

Connect: Not Yet

How could I connect this? What do I need to do?

Edited by zmref
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

if you are using 2011-03 above. your clientinfo.xml should be inside your grf files

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

where can I find my grf files?, how to create that? Can you please tell me what to do, after the SERVER SIDE is done setting?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

I suggest you use a better Topic Title..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   1
  • Joined:  06/29/12
  • Last Seen:  

where can I find my grf files?, how to create that? Can you please tell me what to do, after the SERVER SIDE is done setting?

Grf file in your Game Folder or Data folder you just downloaded.

And you must Compile new Packet for Client with Visual Studio:

Sample:

From: http://rathena.org/wiki/Connecting

To fix this, locate the src/common folder and open mmo.h in notepad. Find the following line:
#ifndef PACKETVER
#define PACKETVER 20110609

Edit this Part, put:
#define PACKETVER YOURCLIENTDATE

So if my client was 2011-10-25aRagexeRE it would look like:
#define PACKETVER 20111025

Sorry, my bad English, i just want to help.

Edited by Phantasm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

how to create grf?

Edited by zmref
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

Thank you so much!, I'll do this now. and Sir by the way, I'm using a modem I just want to know how to play on my own PC as my own server and after I've scripted much, I want to host it online to be played by most players. :D

How to grf your data?

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