SQLite causing server to crash
Moderator: Forum Moderator
- YamiKaitou
- Forum Moderator
- Posts: 1925
- Joined: Wed Feb 01, 2006 4:33 pm
- Contact:
Re: SQLite causing server to crash
I will not deny that wc3ft could be causing crashes, but without knowing the cause, we can't fix them. So, unless you can assist in locating the cause, there isn't much anyone can do
No support via PM or Email
-
- Spell Breaker
- Posts: 398
- Joined: Sun Apr 27, 2008 10:11 pm
Re: SQLite causing server to crash
well i noticed on the saves for skill level it has this in there
i found it irrelevant in saving the skill level if its 0 cause that means they have no skill in it so to reduce my system usage on change map if you have over 24 players theres alot of saving i just change it to
so if they actually have a skill level and its not the save as whats saved before then save, helps alot for me but not sure if its the problem of the crash but u never know
Code: Select all
iCurrentLevel >= 0 && g_iDBPlayerSkillStore[id][iSkillID] != iCurrentLevel
Code: Select all
iCurrentLevel > 0 && g_iDBPlayerSkillStore[id][iSkillID] != iCurrentLevel
