Hi, thanks so much for the works rA team have done, this is a great RO server.
I've finished most of the tutorials in rA wiki. The server-side works fine, but I have big trouble in building a client.
https://rathena.org/board/topic/104452-tutorial-how-to-create-ragnarok-offline-2015-client/
This tutorial leads me to make a (partially) playable client by kRO with all Korean panels.
Due to not understanding how it works, I couldn't make a usable client by twRO.
Could anyone give me a hint about what should I dig into? I've tried to surf through this forum but not really get my problem solved.
plzplz help, thanks a lot.
- - -
I got some more noobie questions, thanks so much for replying ><"
What does RO translation do? Could I make my own?
Do you use old exe files to run a stable server? (eg. 20140410)
What does exe files read?
No iteminfo.lub, what does this do?
BTW I use 20151104a
- - -
Thanks for the help
I've finally done a walk around using https://rathena.org/board/topic/103494-ro-node-2013-08-07-working-client-clean-data/
In my case except for system folder, all other files are from twRO, I'll try to replace system folder later.
the steps as below:
1. Use GRF builder to extract original data.grf in clean RO folder, then you will get a data folder.
2. Select necessary folders and files as in RO translation project https://github.com/ROClientSide/Translation
3. Edit clientinfo.xml, since the file is from twRO, so change ip and version and leave all the rest not changed
4. Copy https://rathena.org/board/topic/103494-ro-node-2013-08-07-working-client-clean-data/ to RO folder
To make sure the client to be working -
In src/config/core.h
Comment out #define PACKET_OBFUSCATION.
To allow characters to be named by other language -
In trunk/conf/char_athena.conf
Comment out char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
To allow NPC scripts to use other language -
Save script txt files in the language coding by your text editor