- 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
meneleos 83
Hi.
Someone know ho to fix it ?
bt
#0 intrusive_ptr_add_ref (p=0xffffffff) at event.cpp:218
218 event.cpp: No such file or directory.
[Current thread is 1 (LWP 100139)]
(gdb) bt
#0 intrusive_ptr_add_ref (p=0xffffffff) at event.cpp:218
#1 0x08170b55 in boost::intrusive_ptr<event>::intrusive_ptr (rhs=..., this=<optimized out>)
at ../../../Extern/include/boost/smart_ptr/intrusive_ptr.hpp:96
#2 boost::intrusive_ptr<event>::operator= (rhs=..., this=<optimized out>)
at ../../../Extern/include/boost/smart_ptr/intrusive_ptr.hpp:133
#3 event_cancel (ppevent=0x3706d3ac) at event.cpp:58
#4 0x080f77c8 in CNewPetSystem::Destroy (this=0x3706d380) at New_PetSystem.cpp:2549
#5 0x08093558 in CHARACTER::Destroy (this=0x41c1b000) at char.cpp:549
#6 0x08093b09 in CHARACTER::~CHARACTER (this=0x41c1b000, __in_chrg=<optimized out>)
at char.cpp:180
#7 0x080cf02e in CHARACTER_MANAGER::DestroyCharacter (this=0xffffbf7c, ch=0x41c1b000)
at char_manager.cpp:166
#8 0x080981eb in CHARACTER::Disconnect (this=0x41c1b000
bt full
#0 intrusive_ptr_add_ref (p=0xffffffff) at event.cpp:218
No locals.
#1 0x08170b55 in boost::intrusive_ptr<event>::intrusive_ptr (rhs=..., this=<optimized out>)
at ../../../Extern/include/boost/smart_ptr/intrusive_ptr.hpp:96
No locals.
#2 boost::intrusive_ptr<event>::operator= (rhs=..., this=<optimized out>)
at ../../../Extern/include/boost/smart_ptr/intrusive_ptr.hpp:133
No locals.
#3 event_cancel (ppevent=0x313dc3ac) at event.cpp:58
__FUNCTION__ = "event_cancel"
#4 0x080f77c8 in CNewPetSystem::Destroy (this=0x313dc380) at New_PetSystem.cpp:2549
No locals.
#5 0x08093558 in CHARACTER::Destroy (this=0x3f07c000) at char.cpp:549
party = <optimized out>
#6 0x08093b09 in CHARACTER::~CHARACTER (this=0x3f07c000, __in_chrg=<optimized out>)
at char.cpp:180
No locals.
#7 0x080cf02e in CHARACTER_MANAGER::DestroyCharacter (this=0xffffbf7c, ch=0x3f07c000)
at char_manager.cpp:166
it = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<unsigned int const, CHARACTER*>, false>> = {_M_cur_node = 0x2ddb6ba0, _M_cur_bucket = 0xffffbfd0}, <No data fields>}
__FUNCTION__ = "DestroyCharacter"
#8 0x080981eb in CHARACTER::Disconnect (this=0x3f07c000,
c_pszReason=0x848ece6 "DESC::~DESC") at char.cpp:1841
p = {bHeader = 2 '\002',
szName = "NICK\000:;\337`\001\000\361)\210(\016\000\\\000\021\370\207"}
#9 0x08150406 in DESC::Destroy (this=0x2b57c300) at desc.cpp:131
CNewPetSystem::Destroy (this=0x313dc380) at New_PetSystem.cpp:2549
2549: event_cancel(&m_pkNewPetSystemUpdateEvent);
in
event.cpp 218: ++(p->ref_count);
Link to comment
Share on other sites
Top Posters For This Question
1
Popular Days
Aug 26
1
Top Posters For This Question
meneleos 1 post
Popular Days
Aug 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