- UID
- 34232
- 阅读权限
- 20
- 回帖
- 72
- 喵币
- 0
- 有爱
- 23
- DKP
- 8
- 金币
- 1083
- 在线时间
- 53 小时
- 注册时间
- 2022-10-2
- 最后登录
- 2023-2-26
声望: 100   虚弱: 0

Lv.2(潜行者)
|
发表于 2022-10-7 22:39:03
|
显示全部楼层
测试了一天发现若干问题,已经确定更改拍卖行配置数据会导致宕机。
具体修改为mod_auctionhousebot表里的拍卖行物品最大和最小值,默认的250东西太少了
还有拍卖行配置表里的每次更新数量200
另外还有若干错误我从日志表里贴出来,帮助楼主修复:
1:Table 'acore_characters.log_money' doesn't exist
这个应该是差个表
2:
SmartAIMgr::LoadSmartAIFromDB: Creature entry (8200002) does not exist, skipped loading.
Table `creature` has creature (SpawnId: 3110424) with non existing creature entry 8200002 in id1 field, skipped.
SmartAIMgr::LoadSmartAIFromDB: Creature entry (8200001) does not exist, skipped loading.
大量报告这2个错误,实际是一个错误,就是creature表里的8200001和8200002这2个记录有问题
3:SmartAIMgr: entryorguid 8200001 source_type 0 id 2 action_type 62 has unused target_param1 with value 8, it must be 0, skipped.
SmartAIMgr: entryorguid 8200002 source_type 0 id 2 action_type 62 has unused target_param1 with value 8, it must be 0, skipped.
Creature (Entry: 8200002) has different `npcflag` in difficulty 1 mode (Entry: 30798).
还是这2条记录,错误类型不同,可能表也不同
4:
Table `command` contains data for non-existant command 'pbot.search'. Skipped.
Table `command` contains data for non-existant command 'pbot.teleport'. Skipped.
Table `command` contains data for non-existant command 'pbot.resetlevel'. Skipped.
Table `command` contains data for non-existant command 'pbot.logoutall'. Skipped.
Table `command` contains data for non-existant command 'pbot.loginall'. Skipped.
Table `command` contains data for non-existant command 'pbot.botcreate'. Skipped.
Table `command` contains data for non-existant command 'pbot.loginclasses'. Skipped.
Table `command` contains data for non-existant command 'pbot.loginacc'. Skipped.
Table `command` contains data for non-existant command 'pbot.loginone'. Skipped.
Table `command` contains data for non-existant command 'pbot.myacc'. Skipped.
Table `command` contains data for non-existant command 'pbot.acclogin'. Skipped.
Table `command` contains data for non-existant command 'pbot.acclogout'. Skipped.
机器人控制命令问题?
5:
Acore string entry 620001 not found in DB.
Acore string entry 620011 not found in DB.
Acore string entry 620012 not found in DB.
Acore string entry 620010 not found in DB.
Acore string entry 620009 not found in DB.
Acore string entry 620003 not found in DB.
Acore string entry 620002 not found in DB.
Acore string entry 620005 not found in DB.
Acore string entry 620011 not found in DB.
Acore string entry 620012 not found in DB.
Acore string entry 620005 not found in DB.
Acore string entry 620009 not found in DB.
Acore string entry 620005 not found in DB.
Acore string entry 620009 not found in DB.
Acore string entry 620010 not found in DB.
Acore string entry 620011 not found in DB.
Acore string entry 620012 not found in DB.
大量这种错误,我看了下,id基本都是从620001到620012
目前从db error中看到的就是这些
|
|