hi,everyone! who can share the 3.0 db and billing server? not ep2 thanks!!!!!!!!
hi,everyone! who can share the 3.0 db and billing server? not ep2 thanks!!!!!!!!
just a hint in the game server is Billing server included and which ep3 version you looking for?
billing with this error:
and the ep3 like picture...Code:05-17 23:12:59|[ERROR]: BillingPayW_Yetime_Chn error!!, [A(admin:1) C(德芬:3) CI(171)], Err(12296:ERR_CASH_LIBRARY_INIT_ERROR) ErrString(CoCreateInstance error) 05-17 23:12:59| SendErrorMsg to [A(admin:1) C(德芬:3) CI(171)] 192.168.1.200 ==> ERR_CASH_LIBRARY_INIT_ERROR(0x3008) AT T_FC_CHARACTER_GET_CASH_MONEY_COUNT Param1(0) Param2(0) Msg((null))
can help me ?
î see an ep2 server :D
with modified interface for 10 skills
xor key for odbc is in ur field server search there
maybe you are right. some code from the ep4 is :
and the db not match the serverfile. maybe db lost some thing.Code:Err_t BillingPayW_Yetime_Chn(int *o_pnCurTotalMoney, char *o_szErrString, char *i_szServerGroupName, char *i_szAccountName, char *i_szCharacterName, int i_nBuyItemNum/*=0*/, int i_nBuyCnts/*=0*/, int i_nBuyTotalMoney/*=0*/) { _ACEPayLib *pACEPayLib = NULL; HRESULT hr = ::CoCreateInstance(__uuidof(ACEPayLib) ,NULL , CLSCTX_INPROC_SERVER , __uuidof(_ACEPayLib) , (void**)&pACEPayLib); if(FAILED(hr) || NULL == pACEPayLib) { strcpy(o_szErrString, "CoCreateInstance error"); return ERR_CASH_LIBRARY_INIT_ERROR; }
but i don't known how to fix it. can help ?