Save Player Problem

09/16/2018 01:13 LookAtTheFlower#1
I got Tottemia file to work.
[Only registered and activated users can see links. Click Here To Register...]
But there is no save game. I'll explain..when im leveling up my char and getting items. and then closing the programs.
its not saving anything.

and give me this error:
Quote:
2018/ 9/16 00:54:39
SavePlayer(test6) - Exec RETURN FALSE, ThreadID : 9884
I also have CHARACTER_STR problem
Quote:
2018/09/16 00:54:39
query:{call CHARACTER_STR('U1','0000002','01','',?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,? ,?,?,?,?, 0, 0, 0,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, ?,?)}
SQLSTATE:42000 error:[Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function CHARACTER_STR has too many arguments specified.
But i can ignore that no? 'cause the server is work and everything just there is no game save...
Please help me fix this :)
09/16/2018 02:27 Nιgнтмαяε#2
SQLSTATE:42000 error:[Microsoft][SQL Server Native Client 10.0][SQL Server]Procedure or function CHARACTER_STR has too many arguments specified.
09/16/2018 10:18 LookAtTheFlower#3
FIXED.
05/08/2019 23:18 Ryandiffer9575#4
how to fix?
05/09/2019 16:52 LookAtTheFlower#5
Quote:
Originally Posted by Ryandiffer9575 View Post
how to fix?
Try to run this query , don't really remember how i fixed it.

05/09/2019 18:14 Naltalah#6
Quote:
Originally Posted by LookAtTheFlower View Post
Try to run this query , don't really remember how i fixed it.

This query will most likely not help anyone without the according systems that use these parameters:

, @im_nPvpKills int = 0
, @im_nPvpDeaths int = 0
, @im_nReb int = 0
, @im_szVipEndTime varchar(13) = 20120202
, @im_szOwnTitle varchar(20) = ''
, @im_dwMadrigalGiftExp int = 0
, @im_tmLogout bigint = 0
, @im_nHideCoat int = 0
, @im_nPvpK int = 0
, @im_nPvpD int = 0
, @im_tmNextRoulette bigint = 0
, @[Only registered and activated users can see links. Click Here To Register...]wArmleft int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wArmRight int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wLegLeft int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wLegRight int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wBody int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wHandLeft int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wHandRight int = 0

These people will not even be able to run the CHARACTER_STR change.

Fixing character saving issues can only be solved by supplying the correct amount of parameters in the DbManagerSave the CHARACTER_STR requests.
05/10/2019 00:39 LookAtTheFlower#7
Quote:
Originally Posted by Naltalah View Post
This query will most likely not help anyone without the according systems that use these parameters:

, @im_nPvpKills int = 0
, @im_nPvpDeaths int = 0
, @im_nReb int = 0
, @im_szVipEndTime varchar(13) = 20120202
, @im_szOwnTitle varchar(20) = ''
, @im_dwMadrigalGiftExp int = 0
, @im_tmLogout bigint = 0
, @im_nHideCoat int = 0
, @im_nPvpK int = 0
, @im_nPvpD int = 0
, @im_tmNextRoulette bigint = 0
, @[Only registered and activated users can see links. Click Here To Register...]wArmleft int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wArmRight int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wLegLeft int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wLegRight int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wBody int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wHandLeft int = 0
, @[Only registered and activated users can see links. Click Here To Register...]wHandRight int = 0

These people will not even be able to run the CHARACTER_STR change.

Fixing character saving issues can only be solved by supplying the correct amount of parameters in the DbManagerSave the CHARACTER_STR requests.
It's like I said, I don't exactly remember how I fixed it So i just brought my own "CHARACTER_STR", Which is the same one that i actually fixed the problem with . :).