Moblardan eşya düşürme

Persoft

Marangoz
En iyi cevaplar
0
Skript İsteği
Bir skript istiyorum canavarlardan ÇeyrekAltın isimli altın parçası düşücek. Ama renkli yazılı olucak,aynı zamanda chestshop ile tabeladan satabileceğim. Nasıl yaparım ?

Aciliyet Durumu Yüksek !
 

BurakCG

Demir Madencisi
En iyi cevaplar
0
Buyur.ChestShop'da Satarken Eline Çeyrek Altını Alacaksın Ama Tabelada Satmayı Bilmiyorum
Kod:
on death of zombie:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of skeleton:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of creeper:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of enderman:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of spider:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of cave spider:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of blaze:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of magma cube:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of zombie pigman:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of slime:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of ghast:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
on death of silverfish:
    attacker is a player
    chance of 100%:
        drop gold nugget named "&2CeyrekAltin" at attacker
TEST EDİLDİ
 
Son düzenleme:

ShortPallMall

AtinaSaga.Com Türkiyenin ilk MMOSurvival sunucusu
En iyi cevaplar
2
Kod:
on death of wolf:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of zombie:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of skeleton:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of creeper:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of spider:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"
%50 şans ile çeyrek altın düşücektir

Kod:
on death of wolf:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of zombie:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of skeleton:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of creeper:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of spider:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"
ikisinden biri mutlaka çalışacaktır
 

Kadir93

Marangoz
En iyi cevaplar
0
Kod:
on death of wolf:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of zombie:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of skeleton:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of creeper:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"

on death of spider:
 attacker is a player
 chance of 50%:
  execute console command "give %attacker% 371 named "&cÇeyrek &cAltın"
%50 şans ile çeyrek altın düşücektir

Kod:
on death of wolf:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of zombie:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of skeleton:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of creeper:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"

on death of spider:
 attacker is a player
 chance of 50%:
  Give 1 gold nugget named "&cÇeyrek &cAltın" to player"
ikisinden biri mutlaka çalışacaktır



Kod:
on death:
    attacker is a player:
        victim is a zombie or spider or creeper or enderman or witch or skeleton or blaze or slime or zombie pigman or cave spider or magma cube:
            chance of 50%:
                chance of 100%:
                    drop a gold nugget named  "Çeyrek Altın" at location of victim


bu şekilde hem satırdan tasarruf etmiş oluruz hemde altın parçası direkt envantere değilde yere düşer buda doğallık katmış olur
 

Veba_

Zombi Katili
En iyi cevaplar
0
elinize alıp -/iteminfo komuduyla yapamaz mısınız satış işini ?
 
Üst