- 0
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Activity
-
4
How To Create a Questboard
Good, the contribution is appreciated! -
1
Metin2 TitleBar Move Frezze
Sure, one way would be to edit: m_hWnd = CreateWindow( c_szClassName, c_szName, ws, 0, 0, 0, 0, NULL, NULL, ms_hInstance, NULL); with: m_hWnd = CreateWindow( c_szClassName, c_szName, WS_POPUPWINDOW, 0, 0, 0, 0, NULL, NULL, ms_hInstance, NULL); but then you wouldn't be able to move the window. There are no other options, it's not something Metin2 related. Example with League of Legends: [Hidden Content] -
1
Metin2 TitleBar Move Frezze
Hello guys, I have a question about metin2 window moving, how can i remove the freeze [Hidden Content] -
0
Navicat "Trial" Reset
Hi You can simply reset your trial in any Navicat version by using this Navicat Premium Reset Trial Version Is not a crack as the github said is just deleting some files that the trial is stored and then you are able again to click "Trial" when you opening Navicat like the first time. The source is open so you can just check out the code and run the .py or you can download the precompiled .exe (Scan it before i will not drop a virustotal link but is safe) (Run always as admin cause to delete some files required Admin privileges) I don't have any connection with the repo in github in any way. I just found it interesting and it may help you as well and I shared here. Not gonna take the code and change it little bit and pretinding that I did that, like many do. Credits going to the author.- 1
-
-
13
fix Item ToolTip Width Fix
txn you very much for sharing, I followed everything to the letter but I still see everything the same I don't have any errors. image -
0
Guild icon wrong position
hello friends, when I add the guild icon, both the icon on the character and the icon on the window go there. I made a few attempts to solve the problem, but I could not fix the error, what could the problem be? [Hidden Content] -
3
Monster health
else { p.dwHp = m_pkChrTarget->GetHP(); p.dwHpMax = m_pkChrTarget->GetMaxHP(); } else { if (m_pkChrTarget->GetMaxHP() <= 0) { p.dwHp = 0; p.dwHpMax = 0; } else { p.dwHp = m_pkChrTarget->GetHP(); p.dwHpMax = m_pkChrTarget->GetMaxHP(); } } -
-
38
Core X → Top Metin2 & Metin2 Download → Changelogs
Metin2 Download Top Metin2 Core X has been updated upgraded! Update 1.9.0 4.7.0 5.0.0 for Core X... Internal Changes Merge user tables Merge referers tables Merge emails tables Merge browsers tables Merge visits tables Merge translations tables Merge languages tables Merge servers tables Migrating cron jobs Integration of missing PHP classes and upgrades of existing PHP classes Bug fixes & Minor changes New template for common routes for all cores (Sign In, Sign Up etc...) Fixed an issue where the review order was not in the system cache
-
Question
Yoyox 0
Hi! I When i'm trying to connect to server with a wrong account i receive wrong account but when i try with a valid account i receive that server is down. This is auth syslog:
Jul 26 23:18:39 :: SYSTEM: new connection from [192.168.23.25] fd: 21 handshake 2601752846 output input_len 0, ptr 0x2910fc00
Jul 26 23:18:39 :: Handshake: client_time 0 server_time 315927
Jul 26 23:18:40 :: AUTH_PHASE 0x2910fc00
Jul 26 23:18:40 :: InputAuth::Login : test(4) desc 0x2910fc00
Jul 26 23:18:40 :: SetLoginKey 237360863
Jul 26 23:18:40 :: InputAuth::Login : key 237360863:0x61139484 login test
Jul 26 23:18:40 :: QID_AUTH_LOGIN: START 237360863 0x2910fc00
Jul 26 23:18:40 :: Create_Time 0 19700101
Jul 26 23:18:40 :: Block Time -2
Jul 26 23:18:40 :: SetRemainSecs test 0 type 2
Jul 26 23:18:40 :: SendAuthLogin test key 1
Jul 26 23:18:40 :: AuthLogin result 1 key 237360863
Jul 26 23:18:40 :: SYSTEM: closing socket. DESC #21
Can somebody help me ?
Link to comment
Share on other sites
Top Posters For This Question
1
Popular Days
Jul 26
1
Top Posters For This Question
Yoyox 1 post
Popular Days
Jul 26 2017
1 post
0 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