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!

[Release] Complete Attendance Script

Experienced Elementalist
Joined
Mar 23, 2013
Messages
244
Reaction score
6
DB:{call sp_LogAction_Insert(2554,1,0,4,83010344758280192,0,0,0)}
DB:42000, NativeError:8114, [Microsoft][SQL Server Native Client 11.0][SQL Server]Error converting data type numeric to money.

any guide how to fix this ? and how to fix reward ?? because reward not insert in itembank
 
Newbie Spellweaver
Joined
Apr 30, 2008
Messages
90
Reaction score
51
you cannot set IsIdentity to yes, unless you make Purkey datatype to INT or BigINT
 
Initiate Mage
Joined
Dec 6, 2020
Messages
1
Reaction score
0
Sorry for jumping in as I am curious as well how to make the attendance system work. However, after I tried using your script. My character create for SG school Female shaman is no longer working. Any idea on this? Thanks -Chuck
 
Newbie Spellweaver
Joined
Apr 19, 2018
Messages
56
Reaction score
15
DB:{call sp_InsertItem('20220225wwaw','wwwa',11,0,?)}DB:23000, NativeError:544, [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.



DB:{call sp_InsertItem('20220225wwaw','wwwa',11,0,?)}DB:23000, NativeError:544, [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.DB:{call sp_InsertItem('20220225wwwar','wwwre',11,0,?)}DB:23000, NativeError:544, [Microsoft][SQL Server Native Client 11.0][SQL Server]Cannot insert explicit value for identity column in table 'ShopPurchase' when IDENTITY_INSERT is set to OFF.



SAME PROBLEM , DID YOU FIX YOURS ?
 
Back
Top