EfeK#6993
on rightclick with a potion:
if player's tool is "kendinizegöreayarlayın":
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
cancel event
else:
set {potcooldown::%player%}
wait 5 seconds
delete {potcooldown::%player%}
MuzafferDNK#1826
Belirtilen yere iksirin ismini ingilizce yazıyorum ama olmuyor hata veriyor. nasıl yazmamız gerek örnek anında sağlık [ Splash potion of healing ] [Brewing] yazdım denedim hatta boşluk olan yerlere _ cektim yene olmadıDener misiniz? Ayrıca iksirinizin ismini İngilizce olarak belirtilen yere yazın.Kod:on rightclick with a potion: if player's tool is "kendinizegöreayarlayın": if {potcooldown::%player%} is set: send "Biraz sakinleş." cancel event else: set {potcooldown::%player%} wait 5 seconds delete {potcooldown::%player%}
EfeK#6993
Şunu deneyin bir de.Kod:on rightclick with a splash potion of healing: if {potcooldown::%player%} is set: send "Biraz sakinleş." cancel event else: set {potcooldown::%player%} wait 5 seconds delete {potcooldown::%player%}
EfeK#6993
on rightclick with a splash potion of healing:
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
cancel event
else:
set {potcooldown::%player%} to 1
wait 5 seconds
delete {potcooldown::%player%}
MuzafferDNK#1826
2 potion atınca envanterden siliniyor :(Eksik yazmışım buyrun.JavaScript:on rightclick with a splash potion of healing: if {potcooldown::%player%} is set: send "Biraz sakinleş." cancel event else: set {potcooldown::%player%} to 1 wait 5 seconds delete {potcooldown::%player%}
EfeK#6993
on rightclick with a splash potion of healing:
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
give 1 of "splash potion of healing" to player
cancel event
else:
set {potcooldown::%player%} to 1
wait 5 seconds
delete {potcooldown::%player%}
MuzafferDNK#1826
Beklemedeyim :)Şu an mobildeyim biraz zorlanıyorum yarın daha rahat yardımcı olabilirim çalışmazsa.JavaScript:on rightclick with a splash potion of healing: if {potcooldown::%player%} is set: send "Biraz sakinleş." give 1 of "splash potion of healing" to player cancel event else: set {potcooldown::%player%} to 1 wait 5 seconds delete {potcooldown::%player%}
EfeK#6993
on rightclick:
if event-item is splash of potion of healing:
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
give 1 of "splash potion of healing" to player
cancel event
else:
set {potcooldown::%player%} to 1
wait 5 seconds
delete {potcooldown::%player%}
EfeK#6993
on rightclick:
if event-item is "splash of potion of healing":
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
give 1 of "splash potion of healing" to player
cancel event
else:
set {potcooldown::%player%} to 1
wait 5 seconds
delete {potcooldown::%player%}
MuzafferDNK#1826
JavaScript:on rightclick: if event-item is "splash of potion of healing": if {potcooldown::%player%} is set: send "Biraz sakinleş." give 1 of "splash potion of healing" to player cancel event else: set {potcooldown::%player%} to 1 wait 5 seconds delete {potcooldown::%player%}
EfeK#6993
on rightclick:
if event-item is water_bottle:16453:
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
cancel event
else:
set {potcooldown::%player%} to 1
wait 5 seconds
delete {potcooldown::%player%}
on join:
delete {potcooldown::%player%}
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!