Hey guys, I need help how do you properly change character job?
Hey guys, I need help how do you properly change character job?
Code:USE CHARACTER_01_DBF GO UPDATE CHARACTER_TBL SET m_nJob = 'HERE THE JOB DEFINENUMBER' WHERE m_szName = 'PLAYERS NAME' AND account = 'PLAYERS ACCOUNT'
Thanks, I have a little question not related to this.
I have set up a game server and web server. On the web server I am using the DSN login,character01 to get data from the database. also LOGIN_STR to login, I have observed that there is a weird happenings. I'm having this error, could this be a database stored procedure related error, or something about the DSN?
Spoiler:
That is because of this
16/12/30 15:31:17
query:LOG_USER_CNT_STR '01', 0, 0
SQLSTATE:08S01 error:[Microsoft][SQL Server Native Client 11.0]TCP Provider: An existing connection was forcibly closed by the remote host.
As you can see the connection was closed by the remote server. So then all things that are releated to the database server will not work.
Since its closed.
No i dont know what the problem is.
I only can tell you that the Database server has closed the connection. Its for you to figure it out why it has closed the connection.
So check your Database Server logs. And not the Error.logs but if you log in onto your Server hoster you can see the logs if you have an good hoster.
HELP the change job query it doesn't work properly.