acocalypso Posted March 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 06/15/12 Last Seen: August 19, 2014 Share Posted March 26, 2013 (edited) Im triying to set up my RO Server but having a problem regarding the Security Code after first login. Im using the 20120410 ragexe and Miruku 20130902 after i set up the secure code, and logging in again RO tells me that my security code is false, but it isnt. And i cant create a char im always getting following error on my server: [Error]: parse_char: Received unknown packet 0x970 from ip 'my ip adress'! Disconnecting! Any solution for this? Edited March 26, 2013 by acocalypso Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 26, 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 March 26, 2013 char_athena.conf //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: no 1 Quote Link to comment Share on other sites More sharing options...
Lemongrass Posted March 26, 2013 Group: Developer Topic Count: 28 Topics Per Day: 0.01 Content Count: 547 Reputation: 270 Joined: 11/08/11 Last Seen: June 10, 2024 Share Posted March 26, 2013 // create new char #if PACKETVER >= 20120307 // S 0970 <name>.24B <slot>.B <hair color>.W <hair style>.W case 0x970: FIFOSD_CHECK(31); #else The package you reported is the new packet for creating a character and has nothing to do with the pincode system. But anyways, did you set your PACKETVER correctly and also recompile the server after setting it? 1 Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 26, 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 March 26, 2013 disable pincode features . hehe~ Quote Link to comment Share on other sites More sharing options...
acocalypso Posted March 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 06/15/12 Last Seen: August 19, 2014 Author Share Posted March 26, 2013 this is my packetver in mmo.h #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20111116 #endif disable pincode features . hehe~ where can i do that? Quote Link to comment Share on other sites More sharing options...
acocalypso Posted March 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 06/15/12 Last Seen: August 19, 2014 Author Share Posted March 26, 2013 char_athena.conf //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: no many thx for this. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 26, 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 March 26, 2013 char_athena.conf //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: no many thx for this. you are welcome. topic close. haha Quote Link to comment Share on other sites More sharing options...
acocalypso Posted March 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 06/15/12 Last Seen: August 19, 2014 Author Share Posted March 26, 2013 char_athena.conf //=================================== // Pincode system //=================================== // NOTE: Requires client 2011-03-09aragexeRE or newer. // A window is opened before you can select your character and you will have to enter a pincode by using only your mouse. // Default: yes pincode_enabled: no many thx for this. you are welcome. topic close. haha still dont know where to add this // create new char #if PACKETVER >= 20120307 // S 0970 <name>.24B <slot>.B <hair color>.W <hair style>.W case 0x970: FIFOSD_CHECK(31); #else Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 26, 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 March 26, 2013 if u have been disable it, no need to edit src.. Quote Link to comment Share on other sites More sharing options...
acocalypso Posted March 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 28 Reputation: 0 Joined: 06/15/12 Last Seen: August 19, 2014 Author Share Posted March 26, 2013 ok now its working thank you all so much =) Quote Link to comment Share on other sites More sharing options...
Question
acocalypso
Im triying to set up my RO Server but having a problem regarding the Security Code after first login.
Im using the 20120410 ragexe and Miruku 20130902
after i set up the secure code, and logging in again RO tells me that my security code is false, but it isnt.
And i cant create a char im always getting following error on my server:
Any solution for this?
Edited by acocalypsoLink to comment
Share on other sites
9 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.