soramame_256
soramame_256
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
ドキュメント
10 replies
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
10 replies
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
discord role with idは多分vixioとかの構文なのでdiscordを省いたら通ります
10 replies
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
roles of %member%はリストなのでcontainsで条件式書ける
10 replies
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
on join:
set {_guild} to guild with id "1267345808991322210"
set {_member} to member with id {discord.id.%UUID of player%} in {_guild}
if (roles of {_member}) contains (role with id "1308340710218534940"):
message "aa" to console
on join:
set {_guild} to guild with id "1267345808991322210"
set {_member} to member with id {discord.id.%UUID of player%} in {_guild}
if (roles of {_member}) contains (role with id "1308340710218534940"):
message "aa" to console
こうだね
10 replies
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
いやこれちがうな?
10 replies
PDCPlayerRealms developerS Community
Created by shu on 11/20/2024 in #help-forum
diskyで特定のロールを持っているか調べたい。
retrieve user with id "%{discord.id.%uuid of player%}%" from なんかのbot and store it in {_user} if {_user} has discord role with id~~
10 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
notsetでもいいかも
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
そもそもhealthから-した場合ってattackerはnoneになるから
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
damage > player's max health *80でも無視!w
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
damage = 0なら無視!w
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
あ~~~
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
同チック以内にダメージ判定出たら無視でいいんじゃないですか
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
まぁ
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
それかな
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
DamageSourceにignorearmorっていうのつけれるから
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
tada
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
Damage Modifierとかはあるけどfinal damage取得する構文はないと思うよ
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
わかんにゃい
45 replies
PDCPlayerRealms developerS Community
Created by 月猫ch on 11/15/2024 in #help-forum
アーマーによる軽減を無効化したい
No description
45 replies