Skip to content
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

[バグ] Levelが最大のときに経験値を取るとすぐにレベルアップする #289

Closed
NePonpon opened this issue Apr 5, 2024 · 0 comments
Labels
1-19-4 MCver1.19.4で確認された問題 バグ バグ。修正したらクローズ。

Comments

@NePonpon
Copy link
Member

NePonpon commented Apr 5, 2024

発生したTUSBv13のVersion

v13.2.1α2

概要

50Lv+50CP(100Lv)を超えると必要経験値量が1になり、経験値を取るたびにHPとMPが回復する。

再現方法

  1. レベルを最大にする
  2. 経験値を取る
  3. すぐにレベルアップする

予想される動作

レベルが最大になっても1CP上げるのと同じ経験値量を必要とする

原因となるコマンド

#> job:level_up/

#レベルアップ打ち止め
execute if score @s Level matches 101.. run scoreboard players operation @s Exp = @s RequiredExp
execute if score @s Level matches 101.. run scoreboard players remove @s Exp 1
execute if score @s Level matches 101.. run scoreboard players set @s Level 100

NBTデータ

No response

ログ

No response

@NePonpon NePonpon added バグ バグ。修正したらクローズ。 1-19-4 MCver1.19.4で確認された問題 labels Apr 5, 2024
@NePonpon NePonpon closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-19-4 MCver1.19.4で確認された問題 バグ バグ。修正したらクローズ。
Projects
None yet
Development

No branches or pull requests

1 participant