Skript Yardım ----> Özel kılıç ?

afesraca

Obsidyen Madencisi
Mesajlar
1,445
En iyi cevaplar
0
Beğeniler
783
Puanları
2,240
Ruh hali
Arkadaşlar Skript arıyorum yapabilecek varmı ? Aslında plugin ile yazılabilir mi emin değilim. iştediğim şey özel kılıç veya özel ench özellikleri:
mesela kılıcın adı vampir olcak diyelim Eğer birini öldürürsek bize 1 kalp gelcek yani 11 kalpli olcaz tekrar birini öldürürsek 12 kalbimiz olcak ve bu 10dk sürcek sonra sıfırlancak
birde mesela kılıcın adı buz olcak her 100 vurşta bir karşıdaki kişiye yavaşlık 2 yada 3 vercek
birde kılıcın adı yıldırım olcak her 100 vuruşta bir yıldırım çarptırcak

yapabilen varmı ?
 


Colonel

Antik Oyuncu
Mesajlar
444
En iyi cevaplar
0
Beğeniler
105
Puanları
490
Daha Önce Hiç Görmedim Güzel bir şey Eğer Bulursan Banada Atarmısın :D
 

BadActive

Kızıltaş Madencisi
Mesajlar
496
En iyi cevaplar
0
Beğeniler
165
Puanları
480
Ruh hali
Kolay Ancak Burda Hazıra Yerleşmeyiniz.
 

afesraca

Obsidyen Madencisi
Mesajlar
1,445
En iyi cevaplar
0
Beğeniler
783
Puanları
2,240
Ruh hali
yapabilecek varmı ?
 

şifrenisöyle

Kızıltaş Madencisi
Mesajlar
438
En iyi cevaplar
0
Beğeniler
263
Puanları
0
eğer istersen plugin ile basit bi şekilde yapabilirim ö.m ile skype adresini at ben ekler ayrıntıları konuşuruz
 

Sezdolonoid400

Demir Madencisi
Mesajlar
324
En iyi cevaplar
0
Beğeniler
181
Puanları
740
Diğerlerini bilmem ama vampir kılıcını yaptım:
Kod:
on death:
    attacker is a player
    victim is a player
    if name of attacker's tool is "Vampir": #Burdan ismi ayarlayacaksan ayarla.
        add 1 to {canemme.%attacker%}
        set attacker's max health to 10 + {canemme.%attacker%} 
        set {bekleme.%attacker%} to 10


every minute:
    loop all players:
        if {bekleme.%loop-player%} is greater than 0:
            remove 1 from {bekleme.%loop-player%}
            if {bekleme.%loop-player%} is less than 1:
                set loop-player's max health to 10
                set {canemme.%loop-player%} to 0

Bu seferlik verdim ama hep hazırcılığa kaçmayın.
 
Son düzenleme:

BadActive

Kızıltaş Madencisi
Mesajlar
496
En iyi cevaplar
0
Beğeniler
165
Puanları
480
Ruh hali
Diğerlerini bilmem ama vampir kılıcını yaptım:
Kod:
on death:
    attacker is a player
    victim is a player
    if name of attacker's tool is "Vampir": #Burdan ismi ayarlayacaksan ayarla.
        add 1 to {canemme.%attacker%}
        set attacker's max health to 10 + {canemme.%attacker%} 
        set {bekleme.%attacker%} to 10


every minute:
    loop all players:
        if {bekleme.%loop-player%} is greater than 0:
            remove 1 from {bekleme.%loop-player%}
            if {bekleme.%loop-player%} is less than 1:
                set loop-player's max health to 10
                set {canemme.%loop-player%} to 0

Bu seferlik verdim ama hep hazırcılığa kaçmayın.
Arkadaşa Katılıyorum Artık Hazırcılık Yapmayın Bari Yarısını Yapın Atın Bu Kadarını Yapabildim Diyin :D
 

MrGorkemEfe

Zombi Katili
Mesajlar
186
En iyi cevaplar
0
Beğeniler
25
Puanları
110
Böyle bir şey İşine Yararmi Bilmiyorum Sen Düzenlersin Sağ Click Yaptiklarinda Olcaklar Bunu LeftClick ile değiştirebilirsin :)

Kod:
command /kilicver <text> <text>:
    trigger:
        if arg-1 is not set:
            send "&eLütfen Kılıç Adı Girin"
        if arg-2 is not set:
            send "&eLütfen Oyuncu Adı Girin"
        if arg 1 is "normalkilic":
            if arg-2 is set:
                if {kredi.%player%} is greater than 24:
                    execute console command "give %arg 2% 268 1 sharpness:3 smite:2 fireaspect:1 unbreaking:1 Name:&3Normal_Kılıç Lore:&3Bu_Kılıçla_Herşeyi_Yapabilirsin_Dostum!"
                    execute console command "adminkredi silme %arg 2% 25"
        if arg-1 is "dulbirakan":
            arg-2 is set:
                if {kredi.%player%} is greater than 74:
                    execute console command "give %arg 2% 272 1 sharpness:4 smite:4 fireaspect:2 unbreaking:2 Name:&cDul_Bırakan Lore:&cGit_Ve_Onu_Öldür!"
                    execute console command "adminkredi silme %arg 2% 75"
                else:
                    send "Kredin Yeterli Değil 75 kredi lazım"
        if arg-1 is "oksuzdoyuran":
            if arg-2 is set:
                if {kredi.%player%} is greater than 124:
                    execute console command "give %arg 2% 267 1 sharpness:5 smite:5 fireaspect:2 unbreaking:2 Name:&eÖksüz_Doyuran Lore:&eSana_Güveniyorum!"
                    execute console command "adminkredi silme %arg 2% 125"
        if arg-1 is "thorunbaltasi":
            if arg-2 is set:
                if {kredi.%player%} is greater than 174:
                    execute console command "give %arg 2% 286 1 smite:10 unbreaking:10 sharpness:8 Name:&aThor'un_Baltası"
                    execute console command "adminkredi silme %arg 2% 175"
        if arg-1 is "titankilic":
            arg-2 is set:
                if {kredi.%player%} is greater than 224:
                    execute console command "give %arg 2% 276 1 sharpness:8 smite:6 fireaspect:2 unbreaking:2 Name:&9Titan_Kılıç"
                    execute console command "adminkredi silme %arg 2% 225"
on rightclick:
    if display name of player's tool contains "&3Normal Kılıç":
        apply damage resistance 1 to player for 0.3 seconds
    if display name of player's tool contains "&cDul Bırakan":
        apply regeneration 2 to player for 0.2 seconds
        apply damage resistance 2 to player for 0.3 seconds
    if display name of player's tool contains "&eÖksüz Doyuran":
        apply absorption 8 to player for 0.3 seconds
        apply increase damage 2 to player for 0.5 seconds
        apply regeneration 4 to player for 0.5 seconds
        apply damage resistance 2 to player for 0.1 seconds
    if display name of player's tool contains "&aThor'un Baltası":
        strike lightning at the targeted block
        apply increase damage 2 to player for 0.2 seconds
        apply speed 2 to player for 15 seconds
        apply regeneration 1 to player for 0.5 seconds
    if display name of player's tool contains "&9Titan Kılıç":
        apply increase damage 4 to player for 0.2 seconds
        apply absorption 4 to player for 0.5 seconds
        apply damage resistance 2 to player for 0.1 seconds
on damage:
    if display name of attacker's tool contains "&3Normal Kılıç":
        set damage to 15
        chance of 1%:
            kill victim
            send "&eŞanssızsın" to victim
    if display name of attacker's tool contains "&cDul Bırakan":
        set damage to 40
        chance of 5%:
            kill victim
            send "&eO adam şanslıydı dostum !" to victim
            send "&eŞanslısın dostum !" to attacker
        chance of 1%:
            set damage to 3
            send "&eŞanssızsın dostum !" to attacker
            send "&eŞanslısın dostum !" to victim
    if display name of attacker's tool contains "&eÖksüz Doyuran":
        set damage to 13
        chance of 1%:
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
        chance of 5%:
            heal the victim
            apply damage resistance 4 to victim for 15 seconds
            strike lightning at location
    if display name of attacker's tool contains "&aThor'un Baltası":
        set damage to 28
        chance of 1%:
            cancel event
            send "&eKorundun!" to attacker
        chance of 1%:
            kill victim
        chance of 5%:
            heal the victim
            apply damage resistance 4 to victim for 15 seconds
            strike lightning at location
    if display name of attacker's tool contains "&9Titan Kılıç":
        set damage to 30
        set attacker's health to 40
        chance of 15%:
            drop 4 diamond
        chance of 5%:
            apply jump boost -255 to attacker for 2 seconds
 

afesraca

Obsidyen Madencisi
Mesajlar
1,445
En iyi cevaplar
0
Beğeniler
783
Puanları
2,240
Ruh hali
Böyle bir şey İşine Yararmi Bilmiyorum Sen Düzenlersin Sağ Click Yaptiklarinda Olcaklar Bunu LeftClick ile değiştirebilirsin :)

Kod:
command /kilicver <text> <text>:
    trigger:
        if arg-1 is not set:
            send "&eLütfen Kılıç Adı Girin"
        if arg-2 is not set:
            send "&eLütfen Oyuncu Adı Girin"
        if arg 1 is "normalkilic":
            if arg-2 is set:
                if {kredi.%player%} is greater than 24:
                    execute console command "give %arg 2% 268 1 sharpness:3 smite:2 fireaspect:1 unbreaking:1 Name:&3Normal_Kılıç Lore:&3Bu_Kılıçla_Herşeyi_Yapabilirsin_Dostum!"
                    execute console command "adminkredi silme %arg 2% 25"
        if arg-1 is "dulbirakan":
            arg-2 is set:
                if {kredi.%player%} is greater than 74:
                    execute console command "give %arg 2% 272 1 sharpness:4 smite:4 fireaspect:2 unbreaking:2 Name:&cDul_Bırakan Lore:&cGit_Ve_Onu_Öldür!"
                    execute console command "adminkredi silme %arg 2% 75"
                else:
                    send "Kredin Yeterli Değil 75 kredi lazım"
        if arg-1 is "oksuzdoyuran":
            if arg-2 is set:
                if {kredi.%player%} is greater than 124:
                    execute console command "give %arg 2% 267 1 sharpness:5 smite:5 fireaspect:2 unbreaking:2 Name:&eÖksüz_Doyuran Lore:&eSana_Güveniyorum!"
                    execute console command "adminkredi silme %arg 2% 125"
        if arg-1 is "thorunbaltasi":
            if arg-2 is set:
                if {kredi.%player%} is greater than 174:
                    execute console command "give %arg 2% 286 1 smite:10 unbreaking:10 sharpness:8 Name:&aThor'un_Baltası"
                    execute console command "adminkredi silme %arg 2% 175"
        if arg-1 is "titankilic":
            arg-2 is set:
                if {kredi.%player%} is greater than 224:
                    execute console command "give %arg 2% 276 1 sharpness:8 smite:6 fireaspect:2 unbreaking:2 Name:&9Titan_Kılıç"
                    execute console command "adminkredi silme %arg 2% 225"
on rightclick:
    if display name of player's tool contains "&3Normal Kılıç":
        apply damage resistance 1 to player for 0.3 seconds
    if display name of player's tool contains "&cDul Bırakan":
        apply regeneration 2 to player for 0.2 seconds
        apply damage resistance 2 to player for 0.3 seconds
    if display name of player's tool contains "&eÖksüz Doyuran":
        apply absorption 8 to player for 0.3 seconds
        apply increase damage 2 to player for 0.5 seconds
        apply regeneration 4 to player for 0.5 seconds
        apply damage resistance 2 to player for 0.1 seconds
    if display name of player's tool contains "&aThor'un Baltası":
        strike lightning at the targeted block
        apply increase damage 2 to player for 0.2 seconds
        apply speed 2 to player for 15 seconds
        apply regeneration 1 to player for 0.5 seconds
    if display name of player's tool contains "&9Titan Kılıç":
        apply increase damage 4 to player for 0.2 seconds
        apply absorption 4 to player for 0.5 seconds
        apply damage resistance 2 to player for 0.1 seconds
on damage:
    if display name of attacker's tool contains "&3Normal Kılıç":
        set damage to 15
        chance of 1%:
            kill victim
            send "&eŞanssızsın" to victim
    if display name of attacker's tool contains "&cDul Bırakan":
        set damage to 40
        chance of 5%:
            kill victim
            send "&eO adam şanslıydı dostum !" to victim
            send "&eŞanslısın dostum !" to attacker
        chance of 1%:
            set damage to 3
            send "&eŞanssızsın dostum !" to attacker
            send "&eŞanslısın dostum !" to victim
    if display name of attacker's tool contains "&eÖksüz Doyuran":
        set damage to 13
        chance of 1%:
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop diamond
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop emerald
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop gold ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
            drop iron ingot
        chance of 5%:
            heal the victim
            apply damage resistance 4 to victim for 15 seconds
            strike lightning at location
    if display name of attacker's tool contains "&aThor'un Baltası":
        set damage to 28
        chance of 1%:
            cancel event
            send "&eKorundun!" to attacker
        chance of 1%:
            kill victim
        chance of 5%:
            heal the victim
            apply damage resistance 4 to victim for 15 seconds
            strike lightning at location
    if display name of attacker's tool contains "&9Titan Kılıç":
        set damage to 30
        set attacker's health to 40
        chance of 15%:
            drop 4 diamond
        chance of 5%:
            apply jump boost -255 to attacker for 2 seconds
vay be O.o
 

MuzafferM54

Kızıltaş Madencisi
Mesajlar
537
En iyi cevaplar
0
Beğeniler
78
Puanları
460
Kod:
minute:
    loop all players:
        if {bekleme.%loop-player%} is greater than 0:
            remove 1 from {bekleme.%loop-player%}
            if {bekleme.%loop-player%} is less than 1:
                set loop-player's max health to 10
                set {canemme.%loop-player%} to 0
mantıklı ancak bir hatan var. bu kısım her 1 dakikada bir defa yenilenir. skriptin yenilenmesine 2-3 saniye kala oyuncu adam öldürürse oyuncu 9 dakika 3 saniye o canı kullanmıs olur. AMA MANTIGIN GÜZEL
 

Üst