Jump to content
  • 0
acocalypso

20120410 Security Code Problem

Question

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 by acocalypso
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

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
  • Upvote 1
Link to comment
Share on other sites

        // 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?

  • Upvote 1
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

 

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 :P

Link to comment
Share on other sites

 

 

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 :P

still dont know where to add this :D

 

        // create new char
#if PACKETVER >= 20120307
        // S 0970 <name>.24B <slot>.B <hair color>.W <hair style>.W
        case 0x970:
            FIFOSD_CHECK(31);
#else
 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.