zmref Posted June 27, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Share Posted June 27, 2012 SERVER SIDE : Done Next is rAthena Client Side ? How?, Where? Quote Link to comment Share on other sites More sharing options...
manabeast Posted June 27, 2012 Group: Members Topic Count: 138 Topics Per Day: 0.03 Content Count: 835 Reputation: 25 Joined: 11/22/11 Last Seen: December 4, 2012 Share 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 Link to comment Share on other sites More sharing options...
zmref Posted June 27, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Brynner Posted June 27, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 2 hours ago Share Posted June 27, 2012 if you are using 2011-03 above. your clientinfo.xml should be inside your grf files Quote Link to comment Share on other sites More sharing options...
zmref Posted June 29, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted June 29, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted June 29, 2012 I suggest you use a better Topic Title.. Quote Link to comment Share on other sites More sharing options...
Phantasm Posted June 29, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 61 Reputation: 1 Joined: 06/29/12 Last Seen: September 13, 2015 Share 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 Link to comment Share on other sites More sharing options...
zmref Posted June 29, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share Posted June 29, 2012 (edited) how to create grf? Edited June 29, 2012 by zmref Quote Link to comment Share on other sites More sharing options...
zmref Posted June 29, 2012 Group: Members Topic Count: 148 Topics Per Day: 0.03 Content Count: 299 Reputation: 6 Joined: 06/14/12 Last Seen: March 30, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Question
zmref
SERVER SIDE : Done
Next is rAthena Client Side ?
How?, Where?
Link to comment
Share on other sites
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.