Hello everyone, I am working on the AKCore server files, trying to achieve something,
so far I pretty much understood many pieces of the code (sending and receiving packets, the uses of enums and some structs, database related code, other functions, etc.)
my question is...
in the code, there are some declarations of "tables" data,
e.g.
now, I know what this code does, what I want to know is, where is the content of the table?Code:CItemTable * pItemTable = app->g_pTableContainer->GetItemTable(); sITEM_TBLDAT * itemTBL = reinterpret_cast<sITEM_TBLDAT*>(pItemTable->FindData(app->db->getInt("tblidx")));
I mean, if I wanted to know what item I want to search for for any use, I have to know where am I searching and what I am searching for, like are the items stored under some fields and records...?
pls someone help![]()


, 
Reply With Quote
my bad, thx :) i will look at it now
