vencol121
发表于 2025-5-30 08:49:07
顶一个
zzy0081
发表于 2025-8-1 19:20:40
worldserver.conf----->
# BindIP
# Description: Bind world server to IP/hostname
# Default: "0.0.0.0" - (Bind to all IPs on the system)
BindIP = "127.0.0.1"
将IP修改成 0.0.0.0
局域网可连接
zzy0081
发表于 2025-8-1 19:48:32
死亡骑士 那个 眼球的任务 直接宕机
zzy0081
发表于 2025-8-1 20:07:40
shgedu 发表于 2025-4-1 10:52
world.sql
在导入前,把
0000-00-00 00:00:00
用NOT ++ 打开 或者 记事本
将这个 准确的 字符串替换
timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
---->
timestamp NOT NULL DEFAULT '2013-01-01 00:00:01'
-----------------
如果仅将0000-00-00 00:00:00 全部替换成 2013-01-01 00:00:01 还是会报错