Jump to content

Recommended Posts

The Lua portion of this guide is plain wrong.

 

NEVER write-protect stuff in the savedata folder, unless you do not want the client to change your settings.

 

If you have errors about the setting variables OptionInfoList and CmdOnOffList, check if you have the Lua setting defaults in "<your RO folder>System" or "<your RO folder>SystemLuaFiles514", for older (Lua 5.0.2) or newer (Lua 5.1.4) clients respectively. If you do not, you may to obtain the original files, or compile yourself at least a OptionInfo.lub from OP's OptionInfo.lua.

 

Healthy kRO savedata and system folders:

RO/savedata/OptionInfo.lua /* client/setup settings go here */RO/System/itemInfo.lubRO/System/itemInfo_Sak.lubRO/System/monster_size_effect.lubRO/System/monster_size_effect_sak.luaRO/System/monster_size_effect_sak.lubRO/System/MsgString.lubRO/System/OptionInfo.lub /* defaults for Lua 5.0.2 clients */RO/System/ShadowTable.lubRO/System/Towninfo.lubRO/System/Font/NHCgogo_10.eotRO/System/Font/NHCgogo_12.eotRO/System/Font/RixDiary_10.eotRO/System/Font/RixFreshman_10.eotRO/System/Font/RixJJangu_10.eotRO/System/Font/RixKid_10.eotRO/System/Font/RixLoveangel_10.eotRO/System/Font/RixLoveangel_12.eotRO/System/Font/RixMagic_10.eotRO/System/Font/RixMiniHeart_10.eotRO/System/Font/RixNHCgogo_10.eotRO/System/Font/RixSquirrel_12.eotRO/System/Font/RixSquirrel_10.eotRO/System/LuaFiles514/MsgString.lubRO/System/LuaFiles514/OptionInfo.lub /* defaults for Lua 5.1.4 clients */

Share this post


Link to post
Share on other sites

Hello, does anyone here that can fix these errors? after converting my GRF Files from Lua to Lub file, these errors that i've got.

 

I hope, someone can help me here, Thanks in Advance and sorry for my poor english and for the newbie question :)

 

8slK1.jpg

Share this post


Link to post
Share on other sites
  On 4/29/2014 at 4:23 PM, soul213 said:

Hello, does anyone here that can fix these errors? after converting my GRF Files from Lua to Lub file, these errors that i've got.

 

I hope, someone can help me here, Thanks in Advance and sorry for my poor english and for the newbie question :)

 

8slK1.jpg

Update your Lua Files :) try to use Client Translation Project

Share this post


Link to post
Share on other sites
  On 4/29/2014 at 11:57 PM, Mhalicot said:

 

  On 4/29/2014 at 4:23 PM, soul213 said:

Hello, does anyone here that can fix these errors? after converting my GRF Files from Lua to Lub file, these errors that i've got.

 

I hope, someone can help me here, Thanks in Advance and sorry for my poor english and for the newbie question :)

 

8slK1.jpg

Update your Lua Files :) try to use Client Translation Project

Thanks :D

Edited by soul213

Share this post


Link to post
Share on other sites
  On 5/5/2014 at 11:38 AM, unknwn17 said:

Sir I'm getting reject from server when choosing a character... please help meee. T_T

any map-server error? 

Share this post


Link to post
Share on other sites
  On 5/5/2014 at 11:58 AM, Dastgir Pojee said:

 

  On 5/5/2014 at 11:38 AM, unknwn17 said:

Sir I'm getting reject from server when choosing a character... please help meee. T_T

any map-server error? 

 

I don't have but I think the source is the packet that i'm using... I changed my client version then I've got that error... How do I fix this?

and also how to change the language to english?

 

Thank You.

Share this post


Link to post
Share on other sites
  On 5/5/2014 at 1:02 PM, unknwn17 said:

 

  On 5/5/2014 at 11:58 AM, Dastgir Pojee said:

 

  On 5/5/2014 at 11:38 AM, unknwn17 said:

Sir I'm getting reject from server when choosing a character... please help meee. T_T

any map-server error? 

 

I don't have but I think the source is the packet that i'm using... I changed my client version then I've got that error... How do I fix this?

and also how to change the language to english?

 

Thank You.

 

Edit src/common/mmo.h

#define PACKETVER 20131223

Change 20131223 to your client date.

Share this post


Link to post
Share on other sites

i foloow your guide but with the

 

2013-12-23Ragexe_Full_Client

 

however when i try login.. i can, i got the Server(0) screen, but in that time i got this error on the emu

 

[status]: Connection of the account 'USUARIO' accepted.
[info]: Closed connection from 'MYIP'.
 
Someone knows why this happn T_T 
 
my server wont crash, ,i just can login but cant access to my char or map >.<
 
Thanks =(

Share this post


Link to post
Share on other sites
  On 5/9/2014 at 6:47 PM, nana said:

 

i foloow your guide but with the

 

2013-12-23Ragexe_Full_Client

 

however when i try login.. i can, i got the Server(0) screen, but in that time i got this error on the emu

 

[status]: Connection of the account 'USUARIO' accepted.
[info]: Closed connection from 'MYIP'.
 
Someone knows why this happn T_T 
 
my server wont crash, ,i just can login but cant access to my char or map >.<
 
Thanks =(

 

Not good on client side (dunno how many times I ever say this on a single week :P) but last time it happened to me, it was because of a misconfiguration either in the other servers' IP at conf/char-server.conf and conf/map-server.conf. If you're setting it as a local test webserver, please try with their default values (commented) so that server will autodetect. You'll receive warning messages but that worked for me.

Share this post


Link to post
Share on other sites
  On 5/9/2014 at 7:04 PM, jaBote said:

 

  On 5/9/2014 at 6:47 PM, nana said:

 

i foloow your guide but with the

 

2013-12-23Ragexe_Full_Client

 

however when i try login.. i can, i got the Server(0) screen, but in that time i got this error on the emu

 

[status]: Connection of the account 'USUARIO' accepted.
[info]: Closed connection from 'MYIP'.
 
Someone knows why this happn T_T 
 
my server wont crash, ,i just can login but cant access to my char or map >.<
 
Thanks =(

 

Not good on client side (dunno how many times I ever say this on a single week :P) but last time it happened to me, it was because of a misconfiguration either in the other servers' IP at conf/char-server.conf and conf/map-server.conf. If you're setting it as a local test webserver, please try with their default values (commented) so that server will autodetect. You'll receive warning messages but that worked for me.

LOL woo!! thanks a lot...

 

sorry i didnt touch an emu since long time ago T_T

 

Thanks!!! <3

Share this post


Link to post
Share on other sites
  On 7/11/2014 at 11:28 PM, kaizenbaren said:

When I select the server i get disconnected. Everything is working fine in the emulator, i got no errors...

 

error3.png ... 

NO_ERRORS.png

Edit src/common/mmo.h

and change

#define PACKETVER yyyymmdd

to your client date, and recompile.

Share this post


Link to post
Share on other sites
  On 7/12/2014 at 4:28 AM, Dastgir said:

 

  On 7/11/2014 at 11:28 PM, kaizenbaren said:

When I select the server i get disconnected. Everything is working fine in the emulator, i got no errors...

 

error3.png ... 

NO_ERRORS.png

Edit src/common/mmo.h

and change

#define PACKETVER yyyymmdd

to your client date, and recompile.

still not working...  :wacko:

Edited by kaizenbaren

Share this post


Link to post
Share on other sites

 

  Reveal hidden contents


I just downloaded the 20150601 version client

Where can I find the LocalRO.exe files?
I suppose this is the file we execute when we want to play? Do I need to build it? How?


Can you tell me what these files for:

  Quote

 

- ragexe.exe
- ragexeRE.exe
- ragnarok.exe
- ragnarok_re.exe


I dont know which one is the .exe I need to execute to run the game

Edited by noobsee

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

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

Important Information

By using this site, you agree to our Terms of Use.