Hello, does someone has DataServer Source 1.02 0.65.00 version to share it?
Hello, does someone has DataServer Source 1.02 0.65.00 version to share it?
Last edited by Th3AnG3L; 15-09-16 at 08:26 PM.
Hmm I dont think, maybe downgrade the muemu s4 ds?
as i managed to make clean 0.65.00 version DataServer
i had found only this problem here with connection to Database
Download: Source 0.65.00 BetaCode:if(CWZSEncode.Open(".\\dataserver.ini.dat") == FALSE) { AfxMessageBox("file 'dataserver.ini.dat' is not exist in local folder.", 16, 0); } CWZSEncode.GetToken(); gNewAccountCreate = CWZSEncode.GetNumber(); CWZSEncode.GetToken(); //?? CWZSEncode.GetToken(); strcpy(szDbConnectID, CWZSEncode.GetString()); CWZSEncode.GetToken(); strcpy(szDbConnectPass, CWZSEncode.GetString()); CWZSEncode.GetToken(); DCInfo.SetMabubBanjiOption( CWZSEncode.GetNumber() ); iTokenType = CWZSEncode.GetToken(); if(iTokenType == T_END) { strcpy(szDbConnectDsn, "MuOnline"); } else { strcpy(szDbConnectDsn, CWZSEncode.GetString()); } if(strcmp(szDbConnectDsn, "") == 0) { strcpy(szDbConnectDsn, "MuOnline"); } LogAddTD("szDbConnectDsn %s ", __FILE__, __LINE__); // Return Error CWZSEncode.Close();
Last edited by Th3AnG3L; 17-09-16 at 08:33 PM.
I'm glad to help others too :)
I am not sure the right way to comment that line, because than if you have any connection problem, you dont will see on the screen, like ODBC or any errors.
I cannot download it now, but your project doesnt contain the LogAddTD() function?
Or what was the error message, why is it recommended to comment that line?
For sure it will need a new way to connect if its require user and password
and why not use 0.74 and downgrade it?
because this is 0.74 downgraded :D
Because It's useless... If you have any error in the database there's a message box at start to seeing where's the error (like ODBC Error) and are simply logging the error.... (like this: 08:18:21a (2) SQLSTATE:42S22, Diagnosis:[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'Summoner'.)
That's a pointer not have any command... download it and see and think![]()
the only problem i found until now is this:
- Cannot save Character Skills (Learn skill, switch character, no skill learned)
- Cannot save Character Map Possition (go to some place switch and it will go back)
Anyone has this problem too ?
Are you sure its dataserver problem?
The dataserver Request recieve part okey?
The dataserver write the changes or any error ?
Did you tryed to debug - add breakpoint into the code in the update part of the dataserver?
ye im 100% sure that is from dataserver problem
somewhere doesnt read/save correct the stuff or in DS>GS send stuff is wrong
Weird, its working fine here
https://youtu.be/wOa-9RS28Iw
are you sure its not the gs?
i use it on 1.00.18 gs, and it got that problem, if i switch to default dataservers it works fine, with builded dataserver doesnt make it correct
well, that is weird, all id did on taht ds sources some minor stuff to compile it vs 2013, as for the gs im using deathways source so there shouldnt be anything that affects it
the problem is somewhere in dataserver, as i use clean 0.70 version dataserver downgraded it works fine it saves character information and moves, i will try research more to see the problem
- - - Updated - - -
i see the problem, as i managed to alot of fix this dataserver , i had found the problem that causes this stuff, when i create to read Resets of character from DataServer it makes this issue, will check it more
- - - Updated - - -
Edit: as i know it was from sql query problems , default option from dataserver is total wrong
now is working fine