-
Activity
-
879
[40250] Reference Serverfile + Client + Src [15 Available Languages]
You can change it if you modifiy the password in the CONFIG files too.- 1
-
-
879
[40250] Reference Serverfile + Client + Src [15 Available Languages]
I believe that you can't change root password in SQL database -
0
Autopatcher not working in my friends pc but working in everyone else's
Yesterday i configured an autopatcher so that i could run some tests without having to upload and people download everytime i do something Autopatcher is working perfectly fine for 3 people but for 1 it's not working and giving this error It works for everyone else just not this guy, any idea ? -
9
Top Metin2 - Changelogs
Top Metin2 has been updated! Update 1.8 for Top Metin2... Removal of the type and subtype system (Fun, Like, Oldschool...) New tag system (Fun, Like, Oldschool...) Added new translations Ranking can be filtered by tag Advanced statistics can be filtered by tag Fixed an error when calculating a discount in the shop Caching registration and add new game server forms Graphical improvements Changed some icons Form fields all have a custom hover Added a 0.5 second transition on animations Editing the main menu Added notice when filters are active in ranking -
-
0
Dungeon Info System - compile Error
Good evening, have installed the DungeonInfo system here from a forum. Or tried. Now an error has come in the Dungeoninfo.cpp when compiling. The file was already in the archive - have not changed anything. Attached once picture of the error. Would be great if someone could write what I have to do, so that it runs. Greetings Edit: Fliege v2 Files [Hidden Content] -
0
core crash (GetName, SaveSingleItem?)
Hi, I have a core crash, i dont really understand whats the problem. [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] Corresponding code lines: [Hidden Content] item.cpp #ifdef ENABLE_EXTENDED_ITEMNAME_ON_GROUND const char* CItem::GetName() { # ifdef ENABLE_MULTI_LANGUAGE_SYSTEM BYTE bLocale = (GetOwner() && GetOwner()->GetDesc()) ? GetOwner()->GetDesc()->GetLanguage() : LOCALE_DEFAULT; # endif static char szItemName[128]; memset(szItemName, 0, sizeof(szItemName)); if (GetProto()) { int len = 0; switch (GetType()) { case ITEM_POLYMORPH: { const DWORD dwMobVnum = GetSocket(0); const CMob* pMob = CMobManager::instance().Get(dwMobVnum); if (pMob) { # ifdef ENABLE_MULTI_LANGUAGE_SYSTEM len = snprintf(szItemName, sizeof(szItemName), "%s", LC_LOCALE_MOB_TEXT(dwMobVnum, bLocale)); # else len = snprintf(szItemName, sizeof(szItemName), "%s", pMob->m_table.szLocaleName); # endif } break; } case ITEM_SKILLBOOK: [Hidden Content] item_manager.cpp if(!item->GetName()) { sys_err("SaveSingleItem: item->GetName NULL"); return; } if (!item->GetOwner()) { DWORD dwID = item->GetID(); DWORD dwOwnerID = item->GetLastOwnerPID(); //sys_log(0, "item->GetOwner NULL - Name: %s dwID: %d dwOwnerID: %d",item->GetName(), dwID, dwOwnerID); db_clientdesc->DBPacketHeader(HEADER_GD_ITEM_DESTROY, 0, sizeof(DWORD) + sizeof(DWORD)); db_clientdesc->Packet(&dwID, sizeof(DWORD)); db_clientdesc->Packet(&dwOwnerID, sizeof(DWORD)); //sys_log(1, "ITEM_DELETE %s:%u", item->GetName(), dwID); return; } //sys_log(1, "ITEM_SAVE %s:%d in %s window %d", item->GetName(), item->GetID(), item->GetOwner()->GetName(), item->GetWindow()); TPlayerItem t; Thanks. -
4
[TUT] Increase MAX yang FULL
Sorry to rewoke this thread but i have this error, and I think I didn't missed anything. Anyone has any ideas? [Hidden Content] -
3
System Mob target Color
it's not my server, I don't have that server ....I saw him at someone else's
-
-
Recently Browsing
- No registered users viewing this page.
Question
godlike 1
http://gyazo.com/b35b1ade322515b9023905b64aa122b4
hello, the error from above link occurs when start my metin2client.... any fixing?
Link to comment
Share on other sites
Top Posters For This Question
3
3
Popular Days
Jul 11
5
Jul 10
1
Top Posters For This Question
godlike 3 posts
Ken 3 posts
Popular Days
Jul 11 2014
5 posts
Jul 10 2014
1 post
Popular Posts
godlike
http://gyazo.com/b35b1ade322515b9023905b64aa122b4 hello, the error from above link occurs when start my metin2client.... any fixing?
Ken
Open PythonUtils.cpp in scriptLib and add these #define PyLong_AsLong PyLong_AsLongLong #define PyLong_AsUnsignedLong PyLong_AsUnsignedLongLong Problem can be solved. Best Regards Ellie
5 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