wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Share Posted December 13, 2012 i keep on getting this error, can someone help me ? Quote Link to comment Share on other sites More sharing options...
Mootie Posted December 13, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted December 13, 2012 check all of your files....especially your configuration and packet_db Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 13, 2012 (edited) still the same. here is my setting packet_db.txt // Main packet version of the DB to use (default = max available version) // Client detection is faster when all clients use this version. // Version 23 is the latest Sakexe (above versions are for Renewal clients) //packet_db_ver: 26 packet_db_ver: default mmo.h #ifndef PACKETVER //#define PACKETVER 20120618 #define PACKETVER 20120410 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif clif.h // packet DB #define MAX_PACKET_DB 0x980 #define MAX_PACKET_VER 26 #define MAX_PACKET_POS 20 Edited December 13, 2012 by wadepak Quote Link to comment Share on other sites More sharing options...
Mootie Posted December 13, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted December 13, 2012 (edited) lol.....check those error its already said on the [ERROR] those files arent found....if you still cant get it you have to import those files shown in error Edited December 13, 2012 by Mootie Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 13, 2012 this is after i check the error, still got the error. Quote Link to comment Share on other sites More sharing options...
Mootie Posted December 13, 2012 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted December 13, 2012 still got error? but i dont see any error on the images that you provide Quote Link to comment Share on other sites More sharing options...
Erba Posted December 13, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 13, 2012 (edited) did you copy paste the text in the import folder??? and after >>> diff your client and [check] skippacketheader Edited December 13, 2012 by 2834 Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 13, 2012 (edited) well, yea. that error already fixed. but now got new error, can anyone take a look at it ? Edited December 13, 2012 by wadepak Quote Link to comment Share on other sites More sharing options...
Erba Posted December 13, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 13, 2012 (edited) its a problem in your lua files... maybe its out dated; incompatible to your client's date, do you have your packet db 30? for 2012-10-04aRagexeRE...then set packet_db_ver to 30... use Alexandria's data folder.. i forgot the link try to find it.. DL the latest lua folder [luafiles514].. and paste it in the data folder then make a grf Edited December 13, 2012 by 2834 Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 13, 2012 what client are you using>???? 2011-03-15aRagexeRE.exe lua files here. Quote Link to comment Share on other sites More sharing options...
Erba Posted December 13, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 13, 2012 2011-03-15aRagexeRE.exe lua files here. YOURE mmo.h you must set define packetver into your clients date which is 2011-03-15 #definepacketver 20110315 then packet_db_ver: default then copy luafile514 in to the data folder and make a new grf Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 13, 2012 2011-03-15aRagexeRE.exe lua files here. YOURE mmo.h you must set define packetver into your clients date which is 2011-03-15 #definepacketver 20110315 then packet_db_ver: default then copy luafile514 in to the data folder and make a new grf how about that chatbox ? why all the text seems not to be appear ? http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ < how about this one ? for lua files. http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ < this one for client. which one would i choose ? Quote Link to comment Share on other sites More sharing options...
Erba Posted December 13, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 13, 2012 because of your lua files.. is this what youre doing? open luafile514> then copy "lua files" then paste it in your data folder then make a grf? if that the way you do it you might probably get that error.. you must copy luafile514 instead of lua files inside it.. Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 13, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 13, 2012 because of your lua files.. is this what youre doing? open luafile514> then copy "lua files" then paste it in your data folder then make a grf? if that the way you do it you might probably get that error.. you must copy luafile514 instead of lua files inside it.. well, i use svn checkout to get all luafiles. Quote Link to comment Share on other sites More sharing options...
Erba Posted December 13, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 13, 2012 waaa.. this will be my last reply ill go out now, will be checking your post/reply later... try putting the lua files in a folder.. luafiles514/lua files/............ make a folder "luafiles514" then paste "lua files" folder inside the "luafiles514" folder... well, yea. that error already fixed. but now got new error, can anyone take a look at it ? hows your server? still getting error? Quote Link to comment Share on other sites More sharing options...
Magnetix Posted December 14, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share Posted December 14, 2012 (edited) Don't use the newer lua files. You should download the revision that matches your client date. Edited December 14, 2012 by Magnetix Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 15, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 15, 2012 (edited) ah, i see. okay then, thank you. [info]: Attempt to connect to login-server... [status]: Connecting to serverip:6900 [Error]: make_connection: connect failed (socket #2, code 10061)! i try to run to dedicated server, but this error appear. can someone help me with this error ? Edited December 15, 2012 by wadepak Quote Link to comment Share on other sites More sharing options...
Erba Posted December 15, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 15, 2012 check your ip.. if they are all correct Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 15, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 15, 2012 well, all seems to be correct, when i try at my own pc with localhost, all run with no error. but, after i change to dedicated ip and run it in dedicated server, that error appear. Quote Link to comment Share on other sites More sharing options...
Erba Posted December 15, 2012 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 550 Reputation: 9 Joined: 11/06/12 Last Seen: August 14, 2014 Share Posted December 15, 2012 Oooops! this is as far as i could help you.. hehe lets wait for other PRO^^ Quote Link to comment Share on other sites More sharing options...
wadepak Posted December 15, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 08/27/12 Last Seen: December 25, 2012 Author Share Posted December 15, 2012 haha, okay sir. no problem. Quote Link to comment Share on other sites More sharing options...
Winz Posted December 18, 2012 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 December 18, 2012 ah, i see. okay then, thank you. [info]: Attempt to connect to login-server... [status]: Connecting to serverip:6900 [Error]: make_connection: connect failed (socket #2, code 10061)! i try to run to dedicated server, but this error appear. can someone help me with this error ? So, did you get a hosting provider already? I mean, will your server be accessible 24/7 even if your computer is turned off? Then, what is the serverip from "serverip:6121" (you don't have to tell us). Is it 192.168.0.111 or the server's IP? or 127.0.01? Check your login_athena.conf, char_athena.conf, and map_athena.conf. check the IPs, make sure you set them to 127.0.0.1 as well as inter_athena.conf restart the server and tell us the result Quote Link to comment Share on other sites More sharing options...
Question
wadepak
i keep on getting this error, can someone help me ?
Link to comment
Share on other sites
21 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.