Jump to content
TrinityCore

HiddenBboy

Plebs
  • Posts

    11
  • Joined

  • Last visited

Posts posted by HiddenBboy

  1. Hello guys, I have some errors on compiling will be happy if someone helps me :) : 

     

    • error LNK2019: unresolved external symbol "void __cdecl LoadGameObjectModelList(void)" (?LoadGameObjectModelList@@YAXXZ) referenced in function "public: void __thiscall World::SetInitialWorldSettings(void)" (?SetInitialWorldSettings@World@@QAEXXZ)
      C:\Users\Javad\Desktop\Circle\src\server\worldserv er\game.lib(World.obj)
      ———-
      error LNK2019: unresolved external symbol "public: __thiscall GameObjectModel::~GameObjectModel(void)" (??1GameObjectModel@@QAE@XZ) referenced in function "public: virtual __thiscall GameObject::~GameObject(void)" (??1GameObject@@UAE@XZ)
      C:\Users\Javad\Desktop\Circle\src\server\worldserv er\game.lib(GameObject.obj)
      ———-
      error LNK2019: unresolved external symbol "public: static class GameObjectModel * __cdecl GameObjectModel::Create(class GameObject const &)" (?Create@GameObjectModel@@SAPAV1@ABVGameObject@@@Z ) referenced in function "public: bool __thiscall GameObject::Create(unsigned int,unsigned int,class Map *,unsigned int,float,float,float,float,float,float,float,floa t,unsigned int,enum GOState,unsigned int)" (?Create@GameObject@@QAE_NIIPAVMap@@IMMMMMMMMIW4GO State@@I@Z)
      C:\Users\Javad\Desktop\Circle\src\server\worldserv er\game.lib(GameObject.obj)
      ———-
      error LNK2019: unresolved external symbol "public: bool __thiscall GameObjectModel::intersectRay(class G3D::Ray const &,float &,bool,unsigned int)const " (?intersectRay@GameObjectModel@@QBE_NABVRay@G3D@@A AM_NI@Z) referenced in function "public: bool __thiscall BIHWrap<class GameObjectModel,struct BoundsTrait<class GameObjectModel> >::MDLCallback<struct DynamicTreeIntersectionCallback>::operator()(class G3D::Ray const &,unsigned int,float &,bool)" (??R?$MDLCallback@UDynamicTreeIntersectionCallback @@@?$BIHWrap@VGameObjectModel@@U?$BoundsTrait@VGam eObjectModel@@@@@@QAE_NABVRay@G3D@@IAAM_N@Z)
      C:\Users\Javad\Desktop\Circle\src\server\worldserv er\collision.lib(DynamicTree.obj)
  2. Hi there,

    I have a problem with opening some of dbc files for example Achievement_Criteria.dbc
    when I try to open it with dbc editors sends me this error: byte packed dbc files not supported.
    I think its cause of editor does not match with 4.3.4,
    someone can help me ?:(
    or tell me another way to find criteria ID of Achievements,
    Sry for bad English :)

×
×
  • Create New...