Booxed Posted July 22, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Share Posted July 22, 2013 When I load the server, this appears. I then get this, I type in a username and password, then when I login it crashes. Quote Link to comment Share on other sites More sharing options...
Brynner Posted July 22, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1953 Reputation: 202 Joined: 01/08/12 Last Seen: Monday at 05:42 PM Share Posted July 22, 2013 check your client configuration. and also don't forget to add your custom grf in your data.ini files. Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 22, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 22, 2013 I'm really new to this obviously. Can you explain? Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted July 22, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted July 22, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 23, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 23, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted July 23, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted July 23, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. kindly vote my post up if it helped you =) Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 24, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 24, 2013 (edited) also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. kindly vote my post up if it helped you =) It did not work. It made it worse. I am now getting nil value errors. Anything else? I change the langtype back to 1. Okay, so I changed the langtype back to 1, not the nil errors and stuff stopped... Still the nomsg and stuff. Crashes when I login. Edited July 23, 2013 by Booxed Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted July 24, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted July 24, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. kindly vote my post up if it helped you =) It did not work. It made it worse. I am now getting nil value errors. Anything else? I change the langtype back to 1. Okay, so I changed the langtype back to 1, not the nil errors and stuff stopped... Still the nomsg and stuff. Crashes when I login. i see,how about your client date and the settings on the src. they need to have the same settings. Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 24, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 24, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. kindly vote my post up if it helped you =) It did not work. It made it worse. I am now getting nil value errors. Anything else? I change the langtype back to 1. Okay, so I changed the langtype back to 1, not the nil errors and stuff stopped... Still the nomsg and stuff. Crashes when I login. i see,how about your client date and the settings on the src. they need to have the same settings. Where is that? Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted July 24, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted July 24, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. kindly vote my post up if it helped you =) It did not work. It made it worse. I am now getting nil value errors. Anything else? I change the langtype back to 1. Okay, so I changed the langtype back to 1, not the nil errors and stuff stopped... Still the nomsg and stuff. Crashes when I login. i see,how about your client date and the settings on the src. they need to have the same settings. Where is that? /src/common/mmo.h the client date should be compatible with your packetver #define PACKETVER 20120410 Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 24, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 24, 2013 also check for the langtype, you can find it inside your clientinfo.xml you will know everything about that if you will start from the tutorial Doing it right now. I hope it works! Thank you. kindly vote my post up if it helped you =) It did not work. It made it worse. I am now getting nil value errors. Anything else? I change the langtype back to 1. Okay, so I changed the langtype back to 1, not the nil errors and stuff stopped... Still the nomsg and stuff. Crashes when I login. i see,how about your client date and the settings on the src. they need to have the same settings. Where is that? /src/common/mmo.h the client date should be compatible with your packetver #define PACKETVER 20120410 Which one do I edit? #ifndef PACKETVER #define PACKETVER 20131017 //#define PACKETVER 20130320 //#define PACKETVER 20111116 #endif Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted July 24, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted July 24, 2013 define PACKETVER 20120410 please remove the // the other u can remove or leave it save recompile test again 1 Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 24, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 24, 2013 (edited) Let me try that real quick. Thank you. Edit: That did not fix the problem. I heard something about lua/lub files. What are those and how can I fix them? Edited July 24, 2013 by Booxed Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted July 24, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted July 24, 2013 edit the one without // Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 24, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 24, 2013 (edited) Back to square one. Still no solutions yet. I really don't know what to do... Edited July 24, 2013 by Booxed Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted July 24, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted July 24, 2013 Let me try that real quick. Thank you. Edit: That did not fix the problem. I heard something about lua/lub files. What are those and how can I fix them? try this sir. replace your lua files. luafiles514.rar 1 Quote Link to comment Share on other sites More sharing options...
Booxed Posted July 24, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 07/10/13 Last Seen: August 1, 2013 Author Share Posted July 24, 2013 (edited) Let me try that real quick. Thank you. Edit: That did not fix the problem. I heard something about lua/lub files. What are those and how can I fix them? try this sir. replace your lua files. luafiles514.rar Doing it now! I also added you on Skype. Edit: It didn't work. Still the same error. Maybe I should try another client? Edited July 24, 2013 by Booxed Quote Link to comment Share on other sites More sharing options...
Question
Booxed
When I load the server, this appears.
I then get this, I type in a username and password, then when I login it crashes.
Link to comment
Share on other sites
16 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.