L-Jam Posted October 10, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 58 Reputation: 0 Joined: 02/24/13 Last Seen: October 17, 2014 Share Posted October 10, 2014 (edited) 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 October 10, 2014 by L-Jam Quote Link to comment Share on other sites More sharing options...
Winz Posted October 12, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 12, 2014 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? Quote Link to comment Share on other sites More sharing options...
Winz Posted October 10, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 10, 2014 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 Quote Link to comment Share on other sites More sharing options...
L-Jam Posted October 10, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 58 Reputation: 0 Joined: 02/24/13 Last Seen: October 17, 2014 Author Share Posted October 10, 2014 (edited) Is this how it's done ? <?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 October 10, 2014 by L-Jam Quote Link to comment Share on other sites More sharing options...
L-Jam Posted October 10, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 58 Reputation: 0 Joined: 02/24/13 Last Seen: October 17, 2014 Author Share Posted October 10, 2014 (edited) 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 From : [Tutorial] How to Create Ragnarok Offline 2013 client [Tutorial] Please Help me >w< clientinfo.xml.txt Edited October 10, 2014 by L-Jam codebox Quote Link to comment Share on other sites More sharing options...
Shadow Rebom Posted October 10, 2014 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 50 Reputation: 1 Joined: 02/13/13 Last Seen: September 14, 2021 Share Posted October 10, 2014 (edited) <?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 October 10, 2014 by Emistry codebox Quote Link to comment Share on other sites More sharing options...
L-Jam Posted October 10, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 58 Reputation: 0 Joined: 02/24/13 Last Seen: October 17, 2014 Author Share Posted October 10, 2014 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) Quote Link to comment Share on other sites More sharing options...
Winz Posted October 11, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 11, 2014 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? Quote Link to comment Share on other sites More sharing options...
Winz Posted October 11, 2014 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted October 11, 2014 not sure about the version. 2013-08-07 (mine) uses 45. probably. Quote Link to comment Share on other sites More sharing options...
L-Jam Posted October 11, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 58 Reputation: 0 Joined: 02/24/13 Last Seen: October 17, 2014 Author Share Posted October 11, 2014 (edited) 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 October 11, 2014 by L-Jam Quote Link to comment Share on other sites More sharing options...
L-Jam Posted October 12, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 58 Reputation: 0 Joined: 02/24/13 Last Seen: October 17, 2014 Author Share Posted October 12, 2014 (edited) 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 October 12, 2014 by L-Jam Quote Link to comment Share on other sites More sharing options...
Question
L-Jam
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-JamLink to comment
Share on other sites
10 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.