mrbosstl Posté(e) le 17 juillet 2016 Posté(e) le 17 juillet 2016 j'ai tapé ceci en espérant que cela fonctionne mais aucune erreur ni fonctionnement seriez vous en mesure de m'aider s'il vous plais :/ command /butcher <r=200>: trigger: set {_x} to random number between 141 and 372 set {_y} to random number between -1 and 256 set {_z} to random number between 343 and 92 set {_R} to location at {_x}, {_y}, {_z} loop entities in radius r-argument around {_R}: if loop-entity is not a player: kill loop-entity
0 Nashoba Posté(e) le 17 juillet 2016 Posté(e) le 17 juillet 2016 Ta location {_R} n'a pas de monde :/ Utilise plutôt ceci: set {_R} to location ({_x}, {_y}, {_z}) in world "TON MONDE"
0 mrbosstl Posté(e) le 17 juillet 2016 Auteur Posté(e) le 17 juillet 2016 command /butcher <R=200>: trigger: set {_x} to random number between 141 and 372 set {_y} to random number between -1 and 256 set {_z} to random number between 343 and 92 set {_R} to location ({_x}, {_y}, {_z}) in world "PVP" loop entities in radius R-argument around the player: if loop-entity is not a player: kill loop-entity J'ai mis sa j'ai une erreur maintenant :/
0 mrbosstl Posté(e) le 17 juillet 2016 Auteur Posté(e) le 17 juillet 2016 il me disais que R n'étais pas définis :/ j'ai testé autre chose toujours sans succes :/
0 mrbosstl Posté(e) le 17 juillet 2016 Auteur Posté(e) le 17 juillet 2016 options: pos: 1, 1, 1 #x y z on load: set {kill.wither} to location {@pos} every 1 second: loop all entity around 200 blocks of {kill.wither}: if loop-entity is not player: kill loop-entity
Question
mrbosstl
j'ai tapé ceci en espérant que cela fonctionne mais aucune erreur ni fonctionnement seriez vous en mesure de m'aider s'il vous plais :/
command /butcher <r=200>:
trigger:
set {_x} to random number between 141 and 372
set {_y} to random number between -1 and 256
set {_z} to random number between 343 and 92
set {_R} to location at {_x}, {_y}, {_z}
loop entities in radius r-argument around {_R}:
if loop-entity is not a player:
kill loop-entity
7 réponses à cette question
Messages recommandés