-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some bugs #80
Fix some bugs #80
Conversation
Asayu233
commented
Jul 7, 2022
- 修复旧版给予角色命令生成错误角色ID的问题。
- 修复在生成实体中,当实体列表为动物时,切换语言后列表不会刷新的问题。
- 修复启动工具时若为旧版命令,圣遗物给予的等级提示错误的问题。
- 旧版命令中,给予所有角色的按钮将会置灰。
ListGameItems.BeginUpdate(); | ||
ListEntity.Items.Clear(); | ||
ListEntity.Items.AddRange(rb.Tag as string[]); | ||
ListGameItems.EndUpdate(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
emm 貌似应该是 ListEntity.BeginUpdate()/EndUpdate()
我以前复制粘贴写错了,后面多处也是一样的问题。这个是为了防止闪烁的,其实加不加都可以,因为数据都是一次性添加的。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
阿巴阿巴阿巴
如何修改聖遺物 找不到代碼 |
本工具只是生成GC指令,指令中只包含獲得聖遺物的命令,並沒有修改的命令。 |
不是可以生成改了數據的聖遺物嗎 |
是的,可以,在聖遺物的界面,下方可以編輯聖遺物的詞條,我覺得使用起來應該沒有難度,你認為哪裡有問題? |
我不理解,什麼意思?生成的命令無法執行?還是執行後沒有反應? |
你可以截圖嗎?另外請你提供一下遊戲服務器的版本號。 |
你的截圖沒有上傳完成,請重新上傳。另外本工具與mojo無關,使用的是open-command插件。 |
這樣是哪樣?你沒有發送任何示例。 |
你使用的應該是舊版本的伺服器,你需要在 |