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!

GMTool Edit Error

Joined
Feb 4, 2014
Messages
962
Reaction score
36
Anyone knows the reason why GMTool is having an error when saving?

Note: It will successfully save only if you do change character name too.

Source: Juver

xWzO6vH - GMTool Edit Error - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
There is some function that ChaSave doesn't read. You need to check it again what is the last added function.
 
Upvote 0
Banned
Banned
Joined
May 22, 2020
Messages
226
Reaction score
72
anyone solve the problem? pls share thanks
GMToolOdbcConn.cpp
Find:
C++:
char szConnectString[256];
below that declaration, I'm pretty sure the driver is set to Native Server or something, if you're not using Native Server in ODBC Connection, you must change it. I'm using

C++:
sprintf( szConnectString, "DRIVER={SQL Server Native Client 11.0};SERVER=%s,%d;DATABASE=%s;UID=%s;PWD=%s;", m_szServer, m_nServerPort, m_szDatabase, m_szUsrID, m_szUsrPass );

that will fix the issue
 
Upvote 0
Back
Top