Skip to content

fix(quest): 补充任务 8541 奖励物品 2022141(镇魂包子)的定义#802

Open
ArthurZhu1992 wants to merge 1 commit into
BeiDouMS:masterfrom
ArthurZhu1992:fix/quest8541-reward-item
Open

fix(quest): 补充任务 8541 奖励物品 2022141(镇魂包子)的定义#802
ArthurZhu1992 wants to merge 1 commit into
BeiDouMS:masterfrom
ArthurZhu1992:fix/quest8541-reward-item

Conversation

@ArthurZhu1992

Copy link
Copy Markdown
Contributor

问题

任务 8541(佛珠2)提交时 V83 客户端闪退。

根因

任务奖励物品 2022141 在 Item.wz 和 String.wz 中均无定义,ItemInformationProvider.getSlotMax() 返回 0 导致 addById 失败,但 getShowItemGain 仍发送给客户端,客户端因查不到该物品崩溃。

修复

  1. wz/Item.wz/Consume/0202.img.xml -- 新增物品 2022141(镇魂包子),slotMax=3000,hpR=100,mpR=100,全异常状态解除
  2. wz/String.wz/Consume.img.xml -- 英文名 Soul-Steaming Bun
  3. wz-zh-CN/String.wz/Consume.img.xml -- 中文名 镇魂包子

完整分析报告

详见 doc/quest8541_crash_report.md

@ArthurZhu1992 ArthurZhu1992 changed the title fix(quest): add missing item 2022141 definition for quest 8541 reward fix(quest): 补充任务 8541 奖励物品 2022141(镇魂包子)的定义 Jul 5, 2026
Task 8541 (佛珠2) rewards 3x item 2022141 (镇魂包子/Soul-Steaming Bun)
but the item was missing from Item.wz and String.wz, causing client crash
on quest completion. Added item definition with full spec (HP/MP 100% restore,
all abnormal status cure).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant