Jump to content
  • 0

20120410 Security Code Problem


Question

Posted (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 by acocalypso

9 answers to this question

Recommended Posts

Posted

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

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.

Posted

 

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

Posted

 

 

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
 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...