Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] zTeam Season 8 Episode 2 (Source)

Joined
Jun 27, 2010
Messages
940
Reaction score
1,193
almost....
oAJtaRH - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jun 27, 2010
Messages
940
Reaction score
1,193
Well i have "fixed"
6hpApeU - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

add these lines
above gObj[ClientIndex].PerSocketContext->IOContext[0].wsabuf.buf = gObj[ClientIndex].PerSocketContext->IOContext[0].Buffer;
Code:
//----
	memset(&gObj[ClientIndex].PerSocketContext->IOContext[0].Overlapped, 0, sizeof(OVERLAPPED));
	memset(&gObj[ClientIndex].PerSocketContext->IOContext[1].Overlapped, 0, sizeof(OVERLAPPED));
//----

and comment
Code:
/*if ( m_ObjBill[aIndex].SetBill( lpMsg->PayCode, lpMsg->EndTime, &lpMsg->EndDays[0] ) == TRUE )//need to fix here
	{
	gObjAddMsgSendDelay(&gObj[aIndex], 1000, aIndex, 100, 0);
}*/
on void GJPBillCeckRecv(SDHP_BILLSEARCH_RESULT * lpMsg)

i will dig more and try to find why need to comment some lines (database? maybe?)
any one have updated database?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Well i have "fixed"
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

add these lines
above gObj[ClientIndex].PerSocketContext->IOContext[0].wsabuf.buf = gObj[ClientIndex].PerSocketContext->IOContext[0].Buffer;
Code:
//----
    memset(&gObj[ClientIndex].PerSocketContext->IOContext[0].Overlapped, 0, sizeof(OVERLAPPED));
    memset(&gObj[ClientIndex].PerSocketContext->IOContext[1].Overlapped, 0, sizeof(OVERLAPPED));
//----

and comment
Code:
/*if ( m_ObjBill[aIndex].SetBill( lpMsg->PayCode, lpMsg->EndTime, &lpMsg->EndDays[0] ) == TRUE )//need to fix here
    {
    gObjAddMsgSendDelay(&gObj[aIndex], 1000, aIndex, 100, 0);
}*/
on void GJPBillCeckRecv(SDHP_BILLSEARCH_RESULT * lpMsg)

i will dig more and try to find why need to comment some lines (database? maybe?)
any one have updated database?

Try this db:
 
Newbie Spellweaver
Joined
Jun 19, 2015
Messages
49
Reaction score
1
Hello Guys
I am Newbie any one try Compiled Zdbmanager ?

Please Share zdbmanager ready to use

THX
 
Junior Spellweaver
Joined
Apr 26, 2013
Messages
143
Reaction score
75
Last full client: (Password: z-team.pro)

Last full db + last fix script + odbc:

Last tools: (zDBManager, zFileManager, zConfigurator)



-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Last edited:
Back
Top