こすも
こすも
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
了解です
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
動いた後にloop stored enchants of player's tool:で型の問題かを確認しました 言い忘れてました すみません
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
ありがとうございました
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
行けました おそらくloop enchantments of player's tool:のループのところでloop stored enchants of player's tool:に変えないといけないのだと思われます
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
No description
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
動きませんね... 何か間違ったところがあったんですかね
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
もう1回やってみます
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
一応そちらの入れてるアドオン確認したいのですが平気ですか
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
No description
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
No description
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
1 stored enchants 後のコードを消した場合
command /getench:
trigger:
loop enchantments of player's tool:
set {_level} to enchantment level of loop-value
set {_enchant} to enchantment of loop-value
send "%{_enchant}% %{_level}%" to player
command /getench:
trigger:
loop enchantments of player's tool:
set {_level} to enchantment level of loop-value
set {_enchant} to enchantment of loop-value
send "%{_enchant}% %{_level}%" to player
エラーはなし send "%{_enchant}% %{_level}%" to playerによるメッセージは送られませんでした
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
No description
16 replies
PDCPlayerRealms developerS Community
Created by こすも on 1/28/2024 in #help-forum
エンチャント本のエンチャント名とレベルを個別に取得したい
色々試した時stored enchantsのほうでしかエンチャントが取れなかったんですよね
16 replies