- 0
-
Activity
-
1
-
9
-
9
-
9
-
9
-
-
5
boss victim calculation problem
GameLib/ActorInstanceBattle.cpp: 1. #include "../UserInterface/PythonNonPlayer.h" at the top under the other includes. 2. Look for: Below add: This will fix the problem with bosses, which are using skills. If you're talking about player sync delay this is the only solution: -
2
Unwear/swap weapon/armor with costume on [c++]
hello, is there a solution for that? -
5
boss victim calculation problem
This is a normal bug on all servers. I fixed it some time ago but I don't remember how honestly All I know it's from binary source: [Hidden Content]
-
-
Recently Browsing
- No registered users viewing this page.
Question
40kdev 0
Hello, I'm getting the following errors as I try to compile client source in VS2019
Severity Code Description Project File Line Suppression State Error LNK1120 5 unresolved externals UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\Release\metin2client.exe 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol [email protected] referenced in function "public: bool __thiscall CGrannyMaterial::CreateFromGrannyMaterialPointer(struct granny_material *)" ([email protected]@@[email protected]@@Z) UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\eterGrnLib.lib(Material.obj) 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol [email protected] referenced in function "public: bool __thiscall CGrannyMesh::CreateFromGrannyMeshPointer(struct granny_skeleton *,struct granny_mesh *,int,int,class CGrannyMaterialPalette &)" ([email protected]@@[email protected]@[email protected]@[email protected]@@Z) UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\eterGrnLib.lib(Mesh.obj) 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol [email protected] referenced in function "public: void __thiscall CGrannyModelInstance::UpdateTransform(struct D3DXMATRIX *,float)" ([email protected]@@[email protected]@[email protected]) UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\eterGrnLib.lib(ModelInstanceUpdate.obj) 1 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol ___iob_func referenced in function _output_message UserInterface C:\Users\Metin2\Desktop\Client\source\UserInterface\libjpeg-9aMT.lib(jerror.obj) 1
Anyone who can propose a fix?
Link to comment
Share on other sites
Top Posters For This Question
1
Popular Days
Feb 28
1
Top Posters For This Question
40kdev 1 post
Popular Days
Feb 28 2021
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