acocalypso Posted March 26, 2013 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
mrlongshen Posted March 26, 2013 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
Lemongrass Posted March 26, 2013 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
acocalypso Posted March 26, 2013 Author 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
acocalypso Posted March 26, 2013 Author 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
mrlongshen Posted March 26, 2013 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
acocalypso Posted March 26, 2013 Author 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
mrlongshen Posted March 26, 2013 Posted March 26, 2013 if u have been disable it, no need to edit src.. Quote
acocalypso Posted March 26, 2013 Author Posted March 26, 2013 ok now its working thank you all so much =) Quote
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 acocalypso9 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.