Jump to content

Cheque system mrlibya db build error


Recommended Posts

  • Active+ Member

[/code]
Cache.cpp: In member function 'virtual void
CItemPriceListTableCache::OnFlush()':
Cache.cpp:266:96: error: 'TItemPriceInfo' has no member
named 'price'
GetTablePostfix(), m_data.dwOwnerID, m_data.aPriceInfo
[idx].dwVnum, m_data.aPriceInfo[idx].price.dwPrice,
m_data.aPriceInfo[idx].price.byChequePrice);
^
Cache.cpp:266:134: error: 'TItemPriceInfo' has no member
named 'price'
GetTablePostfix(), m_data.dwOwnerID, m_data.aPriceInfo
[idx].dwVnum, m_data.aPriceInfo[idx].price.dwPrice,
m_data.aPriceInfo[idx].price.byChequePrice);
^
gmake: *** [.obj/Cache.o] Error 1
gmake: *** Waiting for unfinished jobs....
ClientManagerPlayer.cpp: In function 'size_t
CreatePlayerSaveQuery(char*, size_t, TPlayerTable*)':
ClientManagerPlayer.cpp:150:10: error: 'TPlayerTable' has no
member named 'cheque'
pkTab->cheque,
^
ClientManagerPlayer.cpp: In member function 'void
CClientManager::QUERY_PLAYER_LOAD(CPeer*, DWORD,
TPlayerLoadPacket*)':
ClientManagerPlayer.cpp:276:103: error: 'TPlayerTable' has no
member named 'cheque'
sys_log(0, "[PLAYER_LOAD] ID %s pid %d gold %d cheque %d ",
pTab->name, pTab->id, pTab->gold, pTab->cheque);
^
ClientManagerPlayer.cpp: In function 'bool
CreatePlayerTableFromRes(MYSQL_RES*, TPlayerTable*)':
ClientManagerPlayer.cpp:496:23: error: 'TPlayerTable' has no
member named 'cheque'
str_to_number(pkTab->cheque, row[col++]);
^
ClientManagerPlayer.cpp: In member function 'void
CClientManager::__QUERY_PLAYER_CREATE(CPeer*, DWORD,
TPlayerCreatePacket*)':
ClientManagerPlayer.cpp:916:26: error: 'TPlayerTable' has no
member named 'cheque'
,packet->player_table.cheque
^
ClientManagerPlayer.cpp:930:25: error: 'TPlayerTable' has no
member named 'cheque'
packet->player_table.cheque,
^
ClientManager.cpp: In member function 'void
CClientManager::RESULT_PRICELIST_LOAD(CPeer*,
SQLMsg*)':
ClientManager.cpp:927:49: error: 'TItemPriceInfo' has no
member named 'price'
str_to_number(table.aPriceInfo[table.byCount].price.dwPrice,
row[1]);
^
ClientManager.cpp:928:49: error: 'TItemPriceInfo' has no
member named 'price'
str_to_number(table.aPriceInfo
[table.byCount].price.byChequePrice, row[2]);
^
ClientManager.cpp: In member function 'void
CClientManager::RESULT_PRICELIST_LOAD_FOR_UPDATE
(SQLMsg*)':
ClientManager.cpp:975:49: error: 'TItemPriceInfo' has no
member named 'price'
str_to_number(table.aPriceInfo[table.byCount].price.dwPrice,
row[1]);
^
ClientManager.cpp:976:49: error: 'TItemPriceInfo' has no
member named 'price'
str_to_number(table.aPriceInfo
[table.byCount].price.byChequePrice, row[2]);
^
gmake: *** [.obj/ClientManagerPlayer.o] Error 1
gmake: *** [.obj/ClientManager.o] Error 1
[/code]


cache.cpp https://paste2.org/Eyt25VxY
clientmanager.cpp https://paste2.org/OdsWtMnt
clientmanagerplayer.cpp https://paste2.org/JOXNh86Y

  • Metin2 Dev 1
Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.