- 0
-
Activity
-
22
Paid Service - Metin2 Systems
The stripped version of the Premium Offline Shop is now available. More information on website. -
40
-
1
TXT File To Lower Case [Phaselis Map Works]
for py users import os # function to rename files def rename_files(path): for dirpath, dirnames, filenames in os.walk(path): for filename in filenames: # check if filename contains uppercase characters if any(c.isupper() for c in filename): # rename file to lowercase os.rename(os.path.join(dirpath, filename), os.path.join(dirpath, filename.lower())) # enter the path of the directory to rename files path = input("Enter directory path: ") rename_files(path) print("All files have been renamed to lowercase.") -
1
-
0
Looking for a Tehnician
Hello! i have my server files but i need a technician to continue the work i started with another man. I have all the necessary systems, I just need to add the drop, check the systems and possible bugs, changes in Game play and so on. I would like to know if it is possible to have a long-term collaboration and if you can help me. The last technician was not serious and left me with the unfinished server. Thank you! discord: Alexannder#9089 -
40
-
40
-
40
Upgraded Reference (TMP4 Base) By Ulthar
exactly! proves: just check the difference in the size of the files when I compare the game that came inside the FTP.rar that is working and when I compile a new one using the files inside the ulthar_sf_13.1.vdi -
2
official Official Environment Effect Options [REVERSED]
Thank you, Mali !- 1
-
-
-
Recently Browsing
- No registered users viewing this page.
Question
.JαyZoN 41
Hello community,
before three days i compiled client binary, game and db (for Windows) without problems.
The binaries are working without problems but there's a little error which is annoying me.
The error only appears during the login and the error is irregular, sometimes the error appears directly, sometimes the error appears after login 20 times.
However, the client gets a crash during the message "Connected to server" with the following error message;
The unknown packet header (here 140) is random, but the part "last: 251 250" is always the same. If i get the error after login 20 times again, the packet is different.
I don't know how to fix this 'cause the packets do not exist. (of course i was looking for the packet id)
The error is really rare but it makes me angry when I start the client for the first time and then the error appears directly so i have to restart..
I've compared the packets in the clientbinary and serverside, there's no difference. It's only during login, ingame is working without mistakes. There are no errors serverside, too.
However, can you help me?
__
by the way; I think this topic is similar or maybe the same; http://metin2dev.org/board/topic/343-unknown-packet-header-xx-last-xxx-xxx/?hl=unknown+packet+header
Link to comment
Share on other sites
Top Posters For This Question
6
4
2
2
Popular Days
Mar 15
12
May 22
4
Jan 29
1
Mar 16
1
Top Posters For This Question
.JαyZoN 6 posts
Metin2 Dev 4 posts
Originale 2 posts
ATAG 2 posts
Popular Days
Mar 15 2014
12 posts
May 22 2016
4 posts
Jan 29 2016
1 post
Mar 16 2014
1 post
Popular Posts
ATAG
#ifdef _IMPROVED_PACKET_ENCRYPTION_ struct TPacketKeyAgreement { static const int MAX_DATA_LEN = 256; BYTE bHeader; WORD wAgreedLength; WORD wDataLength; BYTE data[MAX_DATA_LEN]; }; struct TPack
.JαyZoN
Guys you have to remember; Packet Encryption Key structure of game_2089(M)_32. Don't forget the packets @ packet.h...
23 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now