Jump to content

HELP packet header 66


Recommended Posts

		case HEADER_CG_CLIENT_VERSION:
			Version(d->GetCharacter(), c_pData);
			break;

		default:
			sys_err("login phase does not handle this packet! header %d", bHeader);
			d->SetPhase(PHASE_CLOSE);
			return (0);
	}

	return (iExtraLen);
}

Create a new case, below. Identifies the 66th packet and add an empty case.
 

  • Sad 1
  • Love 1
Link to comment
Share on other sites

 

hace 23 minutos, ridetpro dijo:

		case HEADER_CG_CLIENT_VERSION:
			Version(d->GetCharacter(), c_pData);
			break;

		default:
			sys_err("login phase does not handle this packet! header %d", bHeader);
			d->SetPhase(PHASE_CLOSE);
			return (0);
	}

	return (iExtraLen);
}

Create a new case, below. Identifies the 66th packet and add an empty case.
 

mmm Okey but this function only hide the error... ? no the repair?

  • Love 1
Link to comment
Share on other sites

sometimes...

SYSERR: Jul 12 17:46:40 :: Analyze: login phase does not handle this packet! header 66
SYSERR: Jul 12 17:46:40 :: Process: SEQUENCE 2c7f4400 mismatch 0x8a != 0x0 header 6
SYSERR: Jul 12 17:46:40 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [109 : 0xaf]
    [066 : 0xca]
    [006 : 0x8a]

and close client

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.