Sol Reklam
Sağ Reklam

Çözüldü elmas spawner skripti

Durum
Mesaj gönderimine kapalı.

AlihanYZR

Somon Balığı Selam Vermeye Geldi
Katılım
20 Haziran 2018
Mesajlar
16
Elmaslar
1
Puanlar
6.210
Yaş
26
Minecraft
AlihanYZR
Elmas spawner skripti normal minecraft dünyasında sorunsuz çalışıyor /is go yazıp adama gittiğimde çalışmıyor domuz spawneri oluyor domuz spawnlanıyor yani askyblock dünyasında çalışmıyor
 
G

Garp

Ziyaretçi
Skripttiniz tek dünya için ayarlıdır. Buraya atarsanız yardımcı olabilirim.
 

AlihanYZR

Somon Balığı Selam Vermeye Geldi
Katılım
20 Haziran 2018
Mesajlar
16
Elmaslar
1
Puanlar
6.210
Yaş
26
Minecraft
AlihanYZR
Skripttiniz tek dünya için ayarlıdır. Buraya atarsanız yardımcı olabilirim.
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:5b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
 
G

Garp

Ziyaretçi
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:5b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
Kod içine koyarsanız daha iyi olur.
 

AlihanYZR

Somon Balığı Selam Vermeye Geldi
Katılım
20 Haziran 2018
Mesajlar
16
Elmaslar
1
Puanlar
6.210
Yaş
26
Minecraft
AlihanYZR
Kod içine koyarsanız daha iyi olur.
kod içine derken anlamadım nasıl yapacağım dediğiniz şeyi acaba
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:5b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
Gönderi otomatik olarak birleştirildi:

böylemi
 
Son düzenleme:

mustafa986

Odunlara Vur Vur Vur!
Katılım
29 Haziran 2016
Mesajlar
34
Elmaslar
1
Puanlar
13.210
Yaş
25
Oncelikle Merhaba

KOD :
#########################
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:1b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
#########################
#/uretec Kodunu kullanbilirsin.
 

AlihanYZR

Somon Balığı Selam Vermeye Geldi
Katılım
20 Haziran 2018
Mesajlar
16
Elmaslar
1
Puanlar
6.210
Yaş
26
Minecraft
AlihanYZR
Oncelikle Merhaba

KOD :
#########################
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&b&lElmas Üreteci"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 1 second
execute console command "setblock %{_x}% %{_y}% %{_z}% mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:minecraft:diamond,Count:1b}},SpawnCount:1,SpawnRange:5,RequiredPlayerRange:140,Delay:10,MinSpawnDelay:0,MaxSpawnDelay:00,MaxNearbyEntities:1}"
send "&e&l » &bElmas üreteci başarıyla koydun!"
set {_1} to location of event-block
add {_1} to {elmasspawner::*}

on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&b&lElmas Üreteci" at {_1}
remove {_1} from {elmasspawner::*}
command /uretec:
trigger:
if player is op:
give a mob spawner named "&b&lElmas Üreteci" to player
#########################
#/uretec Kodunu kullanbilirsin.
Askyblock dünyasında çalışıyormu calisi
 

mustafa986

Odunlara Vur Vur Vur!
Katılım
29 Haziran 2016
Mesajlar
34
Elmaslar
1
Puanlar
13.210
Yaş
25
Hımm. Bu destek yazmadıgın icin bilmiyorumda skript kullanmayı deneyebilirsin
 

AlihanYZR

Somon Balığı Selam Vermeye Geldi
Katılım
20 Haziran 2018
Mesajlar
16
Elmaslar
1
Puanlar
6.210
Yaş
26
Minecraft
AlihanYZR
Hımm. Bu destek yazmadıgın icin bilmiyorumda skript kullanmayı deneyebilirsin
2018-06-23_12.20.39.png
2018-06-23_12.20.45.png
2018-06-23_12.20.49.png

böyle hata veriyor tam sığmadığından parça parça attım
 

Ancienty

Yay Yok, İskelet Yok
Onaylı Satıcı

Discord:

ancienty

Katılım
7 Mart 2017
Mesajlar
301
Elmaslar
371
Puanlar
14.420
Discord İzni
Minecraft
Ancienty
Skriptteki "trigger:" yazısını koymamışsınız veya diğer mesajları ona uyarlamamışsınız..
Konu çok eskidiği için kapatıyorum, istiyorsanız yeni konu açabilirsiniz.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı