Jump to content

Recommended Posts

I know, I should use novaline for client and mainline for server.

But I cant compile mainline game :/ (db works fine).

I compiled nova launcher and nova serverside and now I have problem with unknown packet header when I log to game.

 

I have problem with #93 packet header, so what I need to fix this?

 

I don't need solution, only tips for this. Thanks for even the smallest help.

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/
Share on other sites

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

syserr: Unknown packet header: 93, last: 81 106, so 93 is index of packet, yep?

 

I go game/src packet.h - search for packet #93 - doesnt exist

 

next -> go client/userinterface/packet.h - packet #93 - doesnt exist

 

what's going on? X.x

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/#findComment-18818
Share on other sites

Strange..

I create new character and log without any problems X.x

novaline bin, novaline game & db works.

 

Pro tip : D  use clear db tables.

 

#solved.

 

bulshit, when I used gm command -> disconnect, with syserr error: unknown packet header :) 

 

sry, my bad.. ;P

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/#findComment-18824
Share on other sites

I edited my previous post, sry. #my_bad

 

Again unknown packet, this time #194 - of course doesnt exist in src files.

I leave nova serverside.

 

+++++++++++++++

 

I want use mainline or mainline sg, but i cant compile this.

Maybe any tips for compile mainline on virtual machine from rls section? 

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/#findComment-18827
Share on other sites

  • Premium

Aww, I compiled mainline without problems, just fixed errors. Fixing errors isn't hard because compiler says to you what's wrong dude ;p

 

 

Easy way for fixing:

copy your error & google it. (no whole text, just error definition)

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/#findComment-18837
Share on other sites

  • 8 months later...
  • Active Member

Try it:

 

Source:
 
GAME FILE
 
mainline/srcs/server/game/src
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,
 
 
STARTER
 
noveline/srsc/server/game/src
 
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,

Buy a new system? 
My systems:  https://payhip.com/Pisti95

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/#findComment-43185
Share on other sites

 

Try it:

 

Source:
 
GAME FILE
 
mainline/srcs/server/game/src
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,
 
 
STARTER
 
noveline/srsc/server/game/src
 
Open packet.h
 
Search for:
HEADER_CG_LOGIN3                = 111,
 
change this:
HEADER_CG_LOGIN3                = 160,

 

fix?

Link to comment
https://metin2.dev/topic/2815-how-to-fix-packet-header/#findComment-43186
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.