incerc sa il scot din sinners2 da nu reusesc sa gasesc ce lipseste aici pe game
In file included from new_offlineshop.cpp:9:
./new_offlineshop_manager.h:151:95: error: use of undeclared identifier 'TShopItemInfo'
151 | /*cli.*/bool Recompile sequence.cpp
cvShopCreateNewClientPacket(LPCHARACTER ch, TShopInfo& rShopInfo, std::vector<TShopItemInfo> & vec);
| ^
compile shop.cpp
./new_offlineshop_manager.h:175:71: error: unknown type name 'TFilterInfo'
175 | /*cli.*/bool RecvShopFilterRequestClientPacket(LPCHARACTER ch, const TFilterInfo& filter);
| ^
compile skill.cpp
./new_offlineshop_manager.h:196:77: error: use of undeclared identifier 'TAuctionListElement'
196 | /*cli.*/void SendAuctionListClientPacket(LPCHARACTER ch, const std::vector<TAuctionListElement>& auctionVec);
| ^
3 errors generated.
gmake: *** [Makefile:105: OBJDIR/new_offlineshop.o] Error 1
gmake: *** Waiting for unfinished jobs....
new_offlineshop_manager.cpp:1512:27: error: no matching member function for call to 'CharLog'
1512 | LogManager::Instance().CharLog(dwOwnerID, 0, 0, 0, "OFFLINESHOP_SAFEBOX_RECEIVE_MONEY", logBuf, "", 0);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
./log.h:36:9: note: candidate function not viable: requires 7 arguments, but 8 were provided
36 | void CharLog(DWORD dwPID, DWORD x, DWORD y, DWORD dw, const char * c_pszText, const char * c_pszHint, const char * c_pszIP);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./log.h:37:9: note: candidate function not viable: requires 4 arguments, but 8 were provided
37 | void CharLog(LPCHARACTER ch, DWORD dw, const char * c_pszText, const char * c_pszHint);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
gmake: *** [Makefile:104: OBJDIR/new_offlineshop_manager.o] Error 1