[SKRİPT] ACİLL YARDİM !!

PixelEnder

Taş Madencisi
En iyi cevaplar
0
Oncelikle Selamun Aleyküm Arkadaslar Benim Sizlerden Bir İstegim Olacak Ama Biraz Zor Olabilir Simdiden Skripterler Kolay Gelsin
İstegim Şu :
Adam Yapraga Sağ Tıkladıgında 5 saniye sonra 3 tane elma verecek ama bidahaki sağ tıklayısı 7 saniye sonra olacak bunu yaparsanız sevinirim
Simdiden Teşekkür Ederim Hepinize
 

Sezdolonoid400

Demir Madencisi
En iyi cevaplar
0
Kod:
on rightclick on leaves:
 if {ilkalinis.%player%} is set:
  if {elmatoplaniyor.%player%} is set:
   send "&c&lZaten elma topluyorsun!" to player
  else:
   send "&a&lElma &atoplaniyor..." to player
   set {elmatoplaniyor.%player%} to 1
   apply slowness 255 to the player for 9999 second
   apply jump 255 to the player for 9999 second
   loop 7 times: 
    if event-block isn't leaves:
     send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
     remove jump from player
     remove slowness from player
     delete {elmatoplaniyor.%player%}
     stop trigger
    wait 1 second
   remove jump from player
   remove slowness from player
   delete {elmatoplaniyor.%player%}
   give 3 apple to player
   send "&a&lElma &atoplandi!" to player
   set event-block to air
 else: 
  if {elmatoplaniyor.%player%} is set:
   send "&c&lZaten elma topluyorsun!" to player
  else:
   send "&a&lElma &atoplaniyor..." to player
   set {elmatoplaniyor.%player%} to 1
   apply slowness 999 to the player for 9999 second
   apply jump 999 to the player for 9999 second
   loop 5 times: 
    if event-block isn't leaves:
     send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
     remove jump from player
     remove slowness from player
     delete {elmatoplaniyor.%player%}
     stop trigger
    wait 1 second
   remove jump from player
   remove slowness from player
   delete {elmatoplaniyor.%player%}
   give 3 apple to player
   set {ilkalinis.%player%} to 1
   send "&a&lElma &atoplandi!" to player
   set event-block to air
İlk tıklayışı 5 saniye,geri tıklayışların hepsi 7 saniye.
Tamamen gerçekçilikle kodlandı. Adam elma toplarken kımıldayamaz, 1 yaprak sonsuz elma vermez, elma toplandığında yok olur. Üstelik tek seferde 40,50 elma toplayamaz.
Üstüne üstlük; eğer elma topladığın yaprak kırılırsa, elma toplaman bozulur. Kesinlikle bunu kullanmalısın.
 
Son düzenleme:

ChocolateStation

Kömür Madencisi
En iyi cevaplar
0
Kod:
on join:
    set {apple.%player%} to 1

on rightclick on oak leaves:
    cancel event
    if {apple.%player%} is equal to 1:
        wait 5 seconds
        give 3 apples to player
        set {apple.%player%} to 2
    if {apple.%player%} is equal to 2:
        wait 7 seconds
        give 3 seconds to player
 

Sezdolonoid400

Demir Madencisi
En iyi cevaplar
0
Kod:
on join:
    set {apple.%player%} to 1

on rightclick on oak leaves:
    cancel event
    if {apple.%player%} is equal to 1:
        wait 5 seconds
        give 3 apples to player
        set {apple.%player%} to 2
    if {apple.%player%} is equal to 2:
        wait 7 seconds
        give 3 seconds to player

Adam elma toplarken kımıldar gerçekçiliği kalmaz,
Ve adam sağ click spam yaparsa bi anda 40,50 elma kazanabilir. Üstelik gerçek hayatta sadece bir yapraktan sonsuz elma çıkaramıyorsun.
 

Sezdolonoid400

Demir Madencisi
En iyi cevaplar
0
Oncelikle Tesekkür Ederim Ama Calısmıyor :(
Yeni attığımı dene? Bende gayet iyi çalışıyor yeni attığım.

Kod:
on rightclick on leaves:
 if {ilkalinis.%player%} is set:
  if {elmatoplaniyor.%player%} is set:
   send "&c&lZaten elma topluyorsun!" to player
  else:
   send "&a&lElma &atoplaniyor..." to player
   set {elmatoplaniyor.%player%} to 1
   apply slowness 255 to the player for 9999 second
   apply jump 255 to the player for 9999 second
   loop 7 times: 
    if event-block isn't leaves:
     send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
     remove jump from player
     remove slowness from player
     delete {elmatoplaniyor.%player%}
     stop trigger
    wait 1 second
   remove jump from player
   remove slowness from player
   delete {elmatoplaniyor.%player%}
   give 3 apple to player
   send "&a&lElma &atoplandi!" to player
   set event-block to air
 else: 
  if {elmatoplaniyor.%player%} is set:
   send "&c&lZaten elma topluyorsun!" to player
  else:
   send "&a&lElma &atoplaniyor..." to player
   set {elmatoplaniyor.%player%} to 1
   apply slowness 999 to the player for 9999 second
   apply jump 999 to the player for 9999 second
   loop 5 times: 
    if event-block isn't leaves:
     send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
     remove jump from player
     remove slowness from player
     delete {elmatoplaniyor.%player%}
     stop trigger
    wait 1 second
   remove jump from player
   remove slowness from player
   delete {elmatoplaniyor.%player%}
   give 3 apple to player
   set {ilkalinis.%player%} to 1
   send "&a&lElma &atoplandi!" to player
   set event-block to air
 

PixelEnder

Taş Madencisi
En iyi cevaplar
0
Yeni attığımı dene? Bende gayet iyi çalışıyor yeni attığım.

Kod:
on rightclick on leaves:
if {ilkalinis.%player%} is set:
  if {elmatoplaniyor.%player%} is set:
   send "&c&lZaten elma topluyorsun!" to player
  else:
   send "&a&lElma &atoplaniyor..." to player
   set {elmatoplaniyor.%player%} to 1
   apply slowness 255 to the player for 9999 second
   apply jump 255 to the player for 9999 second
   loop 7 times: 
    if event-block isn't leaves:
     send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
     remove jump from player
     remove slowness from player
     delete {elmatoplaniyor.%player%}
     stop trigger
    wait 1 second
   remove jump from player
   remove slowness from player
   delete {elmatoplaniyor.%player%}
   give 3 apple to player
   send "&a&lElma &atoplandi!" to player
   set event-block to air
else: 
  if {elmatoplaniyor.%player%} is set:
   send "&c&lZaten elma topluyorsun!" to player
  else:
   send "&a&lElma &atoplaniyor..." to player
   set {elmatoplaniyor.%player%} to 1
   apply slowness 999 to the player for 9999 second
   apply jump 999 to the player for 9999 second
   loop 5 times: 
    if event-block isn't leaves:
     send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
     remove jump from player
     remove slowness from player
     delete {elmatoplaniyor.%player%}
     stop trigger
    wait 1 second
   remove jump from player
   remove slowness from player
   delete {elmatoplaniyor.%player%}
   give 3 apple to player
   set {ilkalinis.%player%} to 1
   send "&a&lElma &atoplandi!" to player
   set event-block to air
çok Teşekkür Ederim Çalıştı Birde Su ilk toplama 5 saniye digerleri 7 saniye olmasada hepsinin 5 olmasını ayarlıyabilirmisin ?
 

Sezdolonoid400

Demir Madencisi
En iyi cevaplar
0
çok Teşekkür Ederim Çalıştı Birde Su ilk toplama 5 saniye digerleri 7 saniye olmasada hepsinin 5 olmasını ayarlıyabilirmisin ?
Evet.
Kod:
on rightclick on leaves:
 if {elmatoplaniyor.%player%} is set:
  send "&c&lZaten elma topluyorsun!" to player
 else:
  send "&a&lElma &atoplaniyor..." to player
  set {elmatoplaniyor.%player%} to 1
  apply slowness 999 to the player for 9999 second
  apply jump 999 to the player for 9999 second
  loop 5 times: 
   if event-block isn't leaves:
    send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
    remove jump from player
    remove slowness from player
    delete {elmatoplaniyor.%player%}
    stop trigger
   wait 1 second
  remove jump from player
  remove slowness from player
  delete {elmatoplaniyor.%player%}
  give 3 apple to player
  set {ilkalinis.%player%} to 1
  send "&a&lElma &atoplandi!" to player
  set event-block to air
 

PixelEnder

Taş Madencisi
En iyi cevaplar
0
Evet.
Kod:
on rightclick on leaves:
if {elmatoplaniyor.%player%} is set:
  send "&c&lZaten elma topluyorsun!" to player
else:
  send "&a&lElma &atoplaniyor..." to player
  set {elmatoplaniyor.%player%} to 1
  apply slowness 999 to the player for 9999 second
  apply jump 999 to the player for 9999 second
  loop 5 times: 
   if event-block isn't leaves:
    send "&c&lElma topladigin yaprak kirildi, elma toplaman bozuldu!" to player
    remove jump from player
    remove slowness from player
    delete {elmatoplaniyor.%player%}
    stop trigger
   wait 1 second
  remove jump from player
  remove slowness from player
  delete {elmatoplaniyor.%player%}
  give 3 apple to player
  set {ilkalinis.%player%} to 1
  send "&a&lElma &atoplandi!" to player
  set event-block to air
Teşekkür Ederim :)
 
Üst