You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AccountItem dont exists in the sqlite db, when the server make a request give an throw error
i love ur project :)
#off
do u think in put the tooltip in items ? like the gunz 1.5, make the ui more clean removing the fixed ui to item desc.
The text was updated successfully, but these errors were encountered:
CREATE TABLE "AccountItem" ( AIIDINTEGER PRIMARY KEY AUTOINCREMENT,AIDINTEGER NOT NULL,ItemIDINTEGER NOT NULL,RentDateINTEGER DEFAULT NULL,RentHourPeriodINTEGER DEFAULT NULL,Cnt INTEGER DEFAULT NULL )
and in MatchServer/SQLiteDatabase.cpp add "outItemNode[NodeCount].nItemID = 0;" before outItemNode[NodeCount].nItemID = itemid;.
The errors and crashes stopped. Unfortunately, the game dont show the items loaded, so, I think there is some modification in the GunZ files causing it to not show.
So, some testing later and it is not stable, some times the server crashes even with the corrections I made, it feels like loading when clicking on the tab make things a little buggy and unpredictable.
AccountItem dont exists in the sqlite db, when the server make a request give an throw error
i love ur project :)
#off
do u think in put the tooltip in items ? like the gunz 1.5, make the ui more clean removing the fixed ui to item desc.
The text was updated successfully, but these errors were encountered: