mert_gaming
Somon Balığı Selam Vermeye Geldi
- Katılım
- 8 Eylül 2016
- Mesajlar
- 13
- Elmaslar
- 0
- Puanlar
- 0
- Yaş
- 24
Olmadı[DOUBLEPOST=1503129693,1503129603][/DOUBLEPOST]SkQuery SkRayFall WildSkript pluginlerini indirip denermisin?
OlmadıSkQuery SkRayFall WildSkript pluginlerini indirip denermisin?
on npc right click:
if citizen is named "&bBob":
if {Gorev::1::%player%::Durum} is not set:
set {Gorev::1::%player%::Durum} to true
set {Gorev::1::%player%::Asama} to 1
send "&bBob &3► &7Merhaba &a%player%&7! Seni gördüğüme sevindim!" to player
wait 2 second
send "&bBob &3► &7Son zamanda aylaklar tarafından saldırıya uğruyorum" to player
wait 2 second
send "&bBob &3► &7Sana rica etsem &n10 Aylak &7öldürür müsün?" to player
wait 2 second
send "&c" to player
send "&e&lGÖREV &8&l► &7&nBob'un ricası &7görevi alındı!" to player
set {Gorev::1::%player%::Asama} to 2
set {Gorev::1::%player%::Sayi} to 0
else if {Gorev::1::%player%::Asama} is 3:
set {Gorev::1::%player%::Asama} to 4
send "&bBob &3► &7Tekrardan merhaba &a%player%&7!" to player
wait 2 second
send "&bBob &3► &7Ne? Aylakları öldürdün mü?" to player
wait 2 second
send "&bBob &3► &7Bu çok zordu, baya yetenekli olmalısın!" to player
wait 2 second
send "&bBob &3► &7Fazla uzatmadan ödülünü vereyim." to player
wait 2 second
give 10 351:0 with name "&6Iskembe" with lore "&cKanli ve kokusmus" to player
send "&c" to player
send "&e&lGÖREV &8&l► &7&nBob'un ricası &atamamlandı&7!" to player
delete {Gorev::1::%player%::Sayi}
else if {Gorev::1::%player%::Asama} is 2:
send "&bBob &3► &7Hâla öldürmen gereken bir kaç aylak var!" to player
on death of zombie:
if name of victim is "&7Aylak":
if {Gorev::1::%attacker%::Sayi} is set:
if {Gorev::1::%attacker%::Sayi} is 9:
add 1 to {Gorev::1::%attacker%::Sayi}
send "&e&lGÖREV &8&l► &7&nBob'un ricası &7görevi güncellendi! &bBob &7ile konuş!" to attacker
stop
else:
add 1 to {Gorev::1::%attacker%::Sayi}
stop
mudlusamoi#5646
variables:
{gorev.lapis.%player%} = 0
options:
prefix: &2&lGOREV &6&l>
command /gorevnpc [<text>]:
permission: sk.npc
permission message: &cBunu yapmak için yetkin yok.
trigger:
if arg 1 is "joni" or "Joni Sins" or "sins":
spawn 1 iron golem at location of player
set name of spawned iron golem to "&e&lJoni Sins"
set maximum health of last spawned iron golem to 999999
set health of last spawned iron golem to 999999
set last spawned iron golem's walking speed to -1
send " {@prefix} &aGörev npc'si başarıyla canlandırıldı!"
if arg 1 is not set:
send " {@prefix} &cNPC ismi giriniz."
on rightclick on iron golem:
iron golem's name is "&e&lJoni Sins":
open chest with 2 rows named "&cGörev Listesi" to player
wait 1 tick
format slot 0 of player with diamond named "&6&l1.Görev" with lore "&2Amaç: &9100 tane lapis kaz ve getir." to close then run [make player execute "287gorevler lapis1"]
command /287gorevler [<text>]:
trigger:
if arg 1 is "lapis1":
if {gorev.bitti.1.%player%} is not set:
if {gorev.lapis.%player%} is greater than or equal to 100:
if player has 100 lapis lazuli:
remove 100 lapis lazuli from player
give 8 diamond to player
set {gorev.bitti.1.%player%} to true
send " {@prefix} &aGörevi başarıyla tamamladınız."
else:
send " {@prefix} &cEnvanterinizde &a100 &ctane lapis yok."
else:
send " {@prefix} &cYeteri kadar lapis kazmamışsınız."
send " {@prefix} &9Ne kadar kazdıgınızı görmek için &4/goster &9yazın."
else:
send " {@prefix} &cBu görevi zaten yapmışsınız."
command /goster:
trigger:
send " "
send " {@prefix} &bŞuana kadar &4%{gorev.lapis.%player%}% &blapis kazmışsınız."
send " "
on break of lapis ore:
add 1 to {gorev.lapis.%player%}
mudlusamoi#5646
Başka birisi için kodlamıştım :)Joni Sins? Ne Alaka :D