Jump to content
  • 0

Don't know how to make a client/grf


L-Jam

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

I've tried making a client with 2013-07-03 , the Ragexe and the xDiff . 

I Used the Grf data folder of client-side-translation . When i open up the exe . 

 

Its says:

"cannot open System/iteminfo.lub: No such file or directory"

"Iteminfo file Init"

"[string "bug"]:1:Attempt to index global 'CmdOnOffList' (a nil value)

(Exe opens)

"cannot open System/Towninfo.lub: No such file or directory"

"TownInfo File Init"

"[string "buf"]:6: bad arguement #1 to 'ipair' (table expected, got nil)

"cannot open System/monster_size_effect.lub: No such file or directory"

"ChampionMonster file Init"

(Exe Finally starts )

And Won't be able to log in/connect to the rAthena server .

 

Should I redo it ? Can someone please give me a list of guide to use please ? >~<

Or How can I fix this ?

 

Please Help Me ,

Thank you Thank you ^^

Edited by L-Jam
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

it's the lua files. get the compatible one or try to checkout all of this: https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/

 

@emistry: you have been here why didn't you reply as well?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

client date?

 

1. you need to get the lua files that's compatible with your client.

2. get this except luafiles514 rename the files to .lub

3. check data/clientinfo.xml make sure it's configured properly. http://rathena.org/wiki/Clientinfo

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

Is this how it's done ?  /oops

 

 

 

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
  <display>DonutRO</display>
  <desc>Ragnarok Online</desc>
  <balloon></balloon>
  <address>127.0.0.1</address>
  <port>6900</port>
  <version>42</version>
  <langtype>1</langtype>
  <registrationweb>127.0.0.1</registrationweb>
  <yellow>
   <admin>2000001</admin>
   <admin>2000002</admin>
   <admin>2000003</admin>
  </yellow>
  <loading>
   <image>loading00.jpg</image>
   <image>loading01.jpg</image>
   <image>loading02.jpg</image>
   <image>loading03.jpg</image>
   <image>loading04.jpg</image>
   <image>loading05.jpg</image>
   <image>loading06.jpg</image>
   <image>loading07.jpg</image>
   <image>loading08.jpg</image>
   <image>loading09.jpg</image>
   <image>loading10.jpg</image>
  </loading>
</connection>
</clientinfo>
Edited by L-Jam
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

I have a client thats 2013-07-03

Is this clientinfo.xml right ?


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>DonutRO</display>
<desc>Ragnarok Online</desc>
<balloon></balloon>
<address>127.0.0.1</address>
<port>6900</port>
<version>42</version>
<langtype>1</langtype>
<registrationweb>127.0.0.1</registrationweb>
<yellow>
<admin>2000001</admin>
<admin>2000002</admin>
<admin>2000003</admin>
</yellow>
<loading>
<image>loading00.jpg</image>
<image>loading01.jpg</image>
<image>loading02.jpg</image>
<image>loading03.jpg</image>
<image>loading04.jpg</image>
<image>loading05.jpg</image>
<image>loading06.jpg</image>
<image>loading07.jpg</image>
<image>loading08.jpg</image>
<image>loading09.jpg</image>
<image>loading10.jpg</image>
</loading>
</connection>
</clientinfo>

 

The Packet_db say 46
but the client.conf says
// 0x00000004: 2013-07-03 Ragexe  (version 42)
 
So I assumed 42 
And Im using client-side-translation data folder

 

Please Help me >w<

clientinfo.xml.txt

Edited by L-Jam
codebox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   1
  • Joined:  02/13/13
  • Last Seen:  


<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>korea</servicetype>

<servertype>sakray</servertype>

<connection>

<display>Rathena Ragnarok Online</display>

<balloon>Rathena Ragnarok Online</balloon>

<desc>Rathena Ragnarok Online</desc>

<address>127.0.0.1</address>

<port>6900</port>

<version>45</version>

<langtype>1</langtype>

<registrationweb>www.facebok.com</registrationweb>

<aid>

<admin>2000000</admin>

<admin>2000001</admin>

<admin>2000002</admin>

<admin>2000003</admin>

<admin>2000004</admin>

</aid>

<loading>

<image>loading01.jpg</image>

<image>loading02.jpg</image>

<image>loading03.jpg</image>

<image>loading04.jpg</image>

</loading>

</connection>

</clientinfo>

Edited by Emistry
codebox
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

Its still the same, can't connect/rejected from server(30), and the client say 

 

"[string "buf"]:1:attempt to index global 'CmdOnOffList' (a nil value)"

Exe opens and with another Error

"[string "buf"]:6: bad arguement #1 to 'ipairs' (table expected, got nil)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

it's the lua files. get the compatible one or try to checkout all of this: https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/

 

@emistry: you have been here why didn't you reply as well?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

not sure about the version. 2013-08-07 (mine) uses 45. probably.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

not sure about the version. 2013-08-07 (mine) uses 45. probably.

 

 

 

I tried that date . Only 1 more error . 

 

Exe opens and with another Error

"[string "buf"]:6: bad arguement #1 to 'ipairs' (table expected, got nil)

I don't know where to put the quest_function.lub to fix it >w<

 

I can connect but how can I get rid of this error ? >w<

Edited by L-Jam
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/24/13
  • Last Seen:  

 

it's the lua files. get the compatible one or try to checkout all of this: https://subversion.assembla.com/svn/client-side-translation/Data/luafiles514/lua%20files/

 

@emistry: you have been here why didn't you reply as well?

 

I had to replace it with the 2013 in the 2013 folder xD

Edited by L-Jam
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...