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!

[Resolved] TeamNG 2016 files - Unable to learn Skills

Junior Spellweaver
Joined
May 19, 2013
Messages
132
Reaction score
3
All characters are unable to learn any skills, either through scrolls, or procedure (ie power of love from wedding)

I've ran the script to fix the error by adding in the procedure, which now stops this from appearing in the debug logs.

000064 2020-05-06 17:38:58 ERROR - CSQLPCharacter::usp_LinkScroll_SetDestMap, state = 37000 error_num = 2812 error_str = [Microsoft][SQL Server Native Client 11.0][SQL Server]Could not find stored procedure 'usp_LinkScroll_SetDestMap'.
000065 2020-05-06 17:38:58 ERROR - CPFsCharacter::fc_NC_ITEMDB_MAPLINK_ITEM_COMPARE_MAP_REQ : sp call fail SET MapLinkScrollDest charRegNum 1

Still get: Failed to learn the skill, message in client, and the skill scroll disappears. No errors appear in the logs.

Attempted using Databases within the release, as well as databases provided in EvilDarkang server install tool.

Thoughts?
 
Last edited:
Junior Spellweaver
Joined
May 19, 2013
Messages
132
Reaction score
3
Re: TeamNG 2016 files - Unable to learn Skills

Issue resolved by switching from ODBC connections to SQL Drivers in the serverinfo.txt (windows server 2016)

Thanks to EvilDarkang for the assist.
 
Back
Top