- 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.- 2
-
-
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
theacastus 0
Hi,
I found my self a new friend with his help I can do some work - I am not alone to all of the M2 related stuff alone, so it helps a lot
I want to port M2 to Debian - as I say, some kind of normal/regular OS, not that BSD bullsh...
So I am wondering which libraries have to be ported? I
I think stuff from compat7x, for the BSD stuff. But I think there is more to that.
I have seen tutorials to run M2 on Windows, but It is almost the same as FreeBSD... i want some good linux OS, if not Debian, ubuntu should be good either.
I hope that there is someone out there who can help me.
Thanks.
btw. I found this but I am not sure if it can help me or not.
https://www.debian.org/ports/kfreebsd-gnu/
I would like to apologize for the post above. I have never worked in FreeBSD for period of time longer. I have done some research about FreeBSD and I agree about most of the things written down bellow - I didnt try much, but as I read, I found out it is great OS and I am thing about installing it to my RPi for home server.
Litte back story for what I have wrote. A few people who I know and has far more bigger with Linux/Unix based operating systems (one of them work for IBM as unix support - he hates freebsd, mostly because of M2 noobs, like me...). And when you are surrounded by people who don't like the OS, one more time I am sorry for this hate that I have shared.
Why Debian ? Well I am more comfortable with the way it works, it's package manager. But as I watched the rise of newer versions (7,8 and 9) after release the kernel was unstable and I waited around a year before upgrading. The kernel get fixed after few (2-3) months, but the packages are junk even after 10 months (some of them). So I still run my server on Debian 8.
Link to comment
Share on other sites
Top Posters For This Question
3
1
1
1
Popular Days
Sep 9
3
Sep 10
1
Oct 15
1
Feb 24
1
Top Posters For This Question
theacastus 3 posts
tierrilopes 1 post
North 1 post
GostMan 1 post
Popular Days
Sep 9 2017
3 posts
Sep 10 2017
1 post
Oct 15 2017
1 post
Feb 24 2018
1 post
Popular Posts
Suspect
FreeBSD bull***? You don't know what you're saying. *BSD are the most stable OS for Server Environment. I know what I am saying, I work as a sysadmin in a Datacenter and I face a lot of issues wi
7 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