zmref Posted June 27, 2012 Posted June 27, 2012 SERVER SIDE : Done Next is rAthena Client Side ? How?, Where? Quote
manabeast Posted June 27, 2012 Posted June 27, 2012 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. ) 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. Quote
zmref Posted June 27, 2012 Author Posted June 27, 2012 (edited) View this picture Server Side: DON //*Don't mind the error I've fixed it already Diffing Client: DONE Data Folder: Done downloading Connect: Not Yet How could I connect this? What do I need to do? Edited June 27, 2012 by zmref Quote
Brynner Posted June 27, 2012 Posted June 27, 2012 if you are using 2011-03 above. your clientinfo.xml should be inside your grf files Quote
zmref Posted June 29, 2012 Author Posted June 29, 2012 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? Quote
Phantasm Posted June 29, 2012 Posted June 29, 2012 (edited) 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 June 29, 2012 by Phantasm Quote
zmref Posted June 29, 2012 Author Posted June 29, 2012 (edited) how to create grf? Edited June 29, 2012 by zmref Quote
zmref Posted June 29, 2012 Author Posted June 29, 2012 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. How to grf your data? Quote
Question
zmref
SERVER SIDE : Done
Next is rAthena Client Side ?
How?, Where?
8 answers 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.