
Originally Posted by
phoenix_147
Well I checked my Server Log again and it did not show me any QuestGameLog overflow error. It disconnected like 4 times the whole night. It's reduced, thanks for it. For the remaining part, here's my server.ini :
Code:
MODE="clan"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="1"
ACCEPT_INVALID_IP="0"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Code:
MODE="clan"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Note: Don't ever use an IP Country filter again.
Also, as I've said in the previous post, change the procedure data type of the variable to int, and replace the "QuestLog" table's column data type to int.
You will need to find the column name of the table and the procedure variable that stores the data which overflowed.