- 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
jkhan 3
Hi guys,
sorry for my english.
before first channel is turned on,
after second a channel is not turned on.
and core & syslog
Channel syslog:
game.core:
db.core:
Game:
log.cpp: https://pastebin.com/PQx270V2
main.cpp: https://pastebin.com/vmps68CA
DB:
DBManager.cpp: https://pastebin.com/cbtejJhh
main.cpp: https://pastebin.com/UDThLk8d
LibSQL:
AsyncSQL.h: https://pastebin.com/wqM1XCHt
game.core bt full:
db.core bt full:
And if we turn it on;
file game
core db.core
acce.cpp: https://pastebin.com/tBrbEfg9
char_item.cpp: https://pastebin.com/KBAp6TAD
minilzo.c: https://pastebin.com/TjTt2tr1
Thanks, kind regards.
Link to comment
Share on other sites
Top Posters For This Question
2
Popular Days
Aug 18
2
Top Posters For This Question
jkhan 2 posts
Popular Days
Aug 18 2017
2 posts
1 answer 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