ozevenue
Koydum Çalışma Masasını
- Katılım
- 11 Temmuz 2015
- Mesajlar
- 60
- Elmaslar
- 7
- Puanlar
- 13.260
- Yaş
- 22
Arkadaşlar Otosat Skripttim galiba hatalı
/otosat ac yapıyotrum
herşey okey ama 640 kriktaş olduğunda satmıyor
hata nerededir bi bakrmısınız ?
options:
prefix: &c&lPlay&f&lTime&8»
essentials: true
iconomy: false
kaclapisolunca: 64
verilecekpara: 75000
on break cobblestone:
if {otomatik.kiriktas.satma.%player%} is set:
if player has {@640} cobblestone:
remove {@640} cobblestone from player
send " {@prefix} &9Kiriktas'lar &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@7300}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@7300}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 10
verilecekpara: 125000
on break diamond:
if {otomatik.elmas.satma.%player%} is set:
if player has {@640} diamond:
remove {@640} diamond from player
send " {@prefix} &9Elmas &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@44000}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@44000}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 10
verilecekpara: 170000
on break emerald:
if {otomatik.zumrut.satma.%player%} is set:
if player has {@640} emerald:
remove {@640} emerald from player
send " {@prefix} &2Zumrut &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@27000}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@27000}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 120
verilecekpara: 45000
on break iron ingot:
if {otomatik.demir.satma.%player%} is set:
if player has {@640} iron ingot:
remove {@640} iron ingot from player
send " {@prefix} &7Demir &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@8600}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@8600}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 120
verilecekpara: 60000
on break gold ingot:
if {otomatik.altin.satma.%player%} is set:
if player has {@640} gold ingot:
remove {@640} gold ingot from player
send " {@prefix} &eAltın &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@10400}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@10400}
command /otosat [<text>]:
trigger:
if arg 1 is "ac":
set {otomatik.kiriktas.satma.%player%} to true
set {otomatik.elmas.satma.%player%} to true
set {otomatik.zumrut.satma.%player%} to true
set {otomatik.altin.satma.%player%} to true
set {otomatik.demir.satma.%player%} to true
send " {@prefix} &aOtomatik &3Satma &aAcildi!"
send " {@prefix} &d640 &7adet &7Kiriktas &a7400 TL'dir&7! &c100 TL'si Harac!"
send " {@prefix} &d640 &7adet &bElmas &a64000 TL'dir&7! &c20000 TL'si Harac!"
send " {@prefix} &d640 &7adet &2Zumrut &a32000 TL'dir&7! &c5000 TL'si Harac!"
send " {@prefix} &d640 &7adet &6Altin &a12800 TL'dir&7! &c2400 TL'si Harac!"
send " {@prefix} &d640 &7adet &fDemir &a9600 TL'dir&7! &c1200 TL'si Harac!"
if arg 1 is "kapat":
delete {otomatik.kiriktas.satma.%player%}
delete {otomatik.elmas.satma.%player%}
delete {otomatik.zumrut.satma.%player%}
delete {otomatik.altin.satma.%player%}
delete {otomatik.demir.satma.%player%}
send " {@prefix} &aOtomatik &3Satma&c Kapatildi!"
if arg 1 is not set:
send " "
send " &7> &aOtomatik satmak icin: &9/otosat ac"
send " &7> &aOtomatik satmayyi kapatmak icin: &9/otosat kapat"
send " "
on command "/warp lapis":
send " "
send " "
on command "/warp VipHammadde":
send " "
send " "
send " "
/otosat ac yapıyotrum
herşey okey ama 640 kriktaş olduğunda satmıyor
hata nerededir bi bakrmısınız ?
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
options:
prefix: &c&lPlay&f&lTime&8»
essentials: true
iconomy: false
kaclapisolunca: 64
verilecekpara: 75000
on break cobblestone:
if {otomatik.kiriktas.satma.%player%} is set:
if player has {@640} cobblestone:
remove {@640} cobblestone from player
send " {@prefix} &9Kiriktas'lar &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@7300}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@7300}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 10
verilecekpara: 125000
on break diamond:
if {otomatik.elmas.satma.%player%} is set:
if player has {@640} diamond:
remove {@640} diamond from player
send " {@prefix} &9Elmas &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@44000}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@44000}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 10
verilecekpara: 170000
on break emerald:
if {otomatik.zumrut.satma.%player%} is set:
if player has {@640} emerald:
remove {@640} emerald from player
send " {@prefix} &2Zumrut &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@27000}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@27000}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 120
verilecekpara: 45000
on break iron ingot:
if {otomatik.demir.satma.%player%} is set:
if player has {@640} iron ingot:
remove {@640} iron ingot from player
send " {@prefix} &7Demir &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@8600}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@8600}
options:
prefix: &cPlayTime &8»
essentials: true
iconomy: false
kaclapisolunca: 120
verilecekpara: 60000
on break gold ingot:
if {otomatik.altin.satma.%player%} is set:
if player has {@640} gold ingot:
remove {@640} gold ingot from player
send " {@prefix} &eAltın &aOtomatik olarak satıldı!"
if {@essentials} is true:
execute console command "/eco give %player% {@10400}"
stop
if {@iconomy} is true:
execute console command "/money give %player% {@10400}
command /otosat [<text>]:
trigger:
if arg 1 is "ac":
set {otomatik.kiriktas.satma.%player%} to true
set {otomatik.elmas.satma.%player%} to true
set {otomatik.zumrut.satma.%player%} to true
set {otomatik.altin.satma.%player%} to true
set {otomatik.demir.satma.%player%} to true
send " {@prefix} &aOtomatik &3Satma &aAcildi!"
send " {@prefix} &d640 &7adet &7Kiriktas &a7400 TL'dir&7! &c100 TL'si Harac!"
send " {@prefix} &d640 &7adet &bElmas &a64000 TL'dir&7! &c20000 TL'si Harac!"
send " {@prefix} &d640 &7adet &2Zumrut &a32000 TL'dir&7! &c5000 TL'si Harac!"
send " {@prefix} &d640 &7adet &6Altin &a12800 TL'dir&7! &c2400 TL'si Harac!"
send " {@prefix} &d640 &7adet &fDemir &a9600 TL'dir&7! &c1200 TL'si Harac!"
if arg 1 is "kapat":
delete {otomatik.kiriktas.satma.%player%}
delete {otomatik.elmas.satma.%player%}
delete {otomatik.zumrut.satma.%player%}
delete {otomatik.altin.satma.%player%}
delete {otomatik.demir.satma.%player%}
send " {@prefix} &aOtomatik &3Satma&c Kapatildi!"
if arg 1 is not set:
send " "
send " &7> &aOtomatik satmak icin: &9/otosat ac"
send " &7> &aOtomatik satmayyi kapatmak icin: &9/otosat kapat"
send " "
on command "/warp lapis":
send " "
send " "
on command "/warp VipHammadde":
send " "
send " "
send " "
Son düzenleme: