LimonYiyenAdam
Koydum Çalışma Masasını
- Katılım
- 8 Ekim 2017
- Mesajlar
- 68
- Elmaslar
- 1
- Puanlar
- 0
- Yaş
- 25
Arkadaşlar yaptıgım skriptte kasaya sag tıklayınca dedigim itemleri yazdıgım olasalıklar ile vermesi gerekiyor ama ara sıra boş oluyor hiçbirşey gelimyor sebebi ne bilen varsa yardım ederse sevinirim acilen.!!!
Kod:
on rightclick holding a chest:
if tool's name is "&aDeneme &aKutusu":
cancel event
remove 1 chest named "&aDeneme &aKutusu" from player
chance of 20%:
execute console command "/ekle %player% 5"
send "&8&l[ &cDeneme Kutusu &8&l] &e5 &61 Elmas &aHesabınıza Eklendi " to player
stop
chance of 15%:
execute console command "/ekle %player% 10"
send "&8&l[ &aDeneme Kutusu &8&l] &e10 &Elmas &aHesabınıza Eklendi " to player
stop
chance of 10%:
execute console command "/ekle %player% 15"
send "&8&l[ &aDeneme Kutusu &8&l] &e15 &aElmas &aHesabınıza Eklendi " to player
stop
chance of 5%:
execute console command "/ekle %player% 20"
send "&8&l[ &aDeneme Kutusu &8&l] &e30 &6Elmas &aHesabınıza Eklendi " to player
stop
chance of 3%:
execute console command "/ekle %player% 25"
send "&8&l[ &aDeneme Kutusu &8&l] &e95 &6Elmas &aHesabınıza Eklendi " to player
stop
chance of 1%:
execute console command "/ekle %player% 30"
send "&8&l[ &cDeneme Kutusu &8&l] &e300 &6Elmas &aHesabınıza Eklendi " to player
stop