Skript Paylaşımı Edit İksirler / Menülü / Ayarlanabilir!

Yazdığım ilk skript olduğunu düşünürsek durum?

  • Güzel

  • Fena değil

  • Kötü


Sonuçlar yalnızca oylamadan sonra görülebilir.
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

HyperionX_09

Odunlara Vur Vur Vur!
Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puan
0
Konum
Türkiye

Discord:

HyperionX #5914

Selamlar dostlar sizlere yazmış olduğum ilk skripti paylaşmak istiyorum.
Fazla ayrınıtısı olmayan bir skript (acemilik)

Kullanım:
/iksirler (iksiri vermek istediğiniz kişi) yazdıktan sonra bir menu açılacaktır menuden vermek istediğiniz iksire tıklamanız yeterli.
73779

biraz skript bilginiz varsa daha çok iksir ekleyebilir yada iksirlerin sürelerini veya güçlerini arttırabilirsiniz.

bir tane güçlü bir iksir ekledim içtiğiniz zaman menude bulunan bütün iksirleri içmiş sayılıyorsunuz.
73780

Screenshot_3.png


Buyrun Kod:
Kod:
command /iksirler [<player>]:
    trigger:
        if arg 1 is set:
            player has permission "cezaver.yetkili":
                open virtual chest with size 5 named "             &3&lEdit &5&lİksir" to player
                wait 1 tick
                make gui slot 11 of player with bottle of water named "&eHız İksiri"  to close then run player command "hız %arg 1%"
                make gui slot 12 of player with bottle of water named "&cAcele İksiri" to close then run player command "acele %arg 1%"
                make gui slot 13 of player with bottle of water named "&6Güç İksiri" to close then run player command "güç %arg 1%"
                make gui slot 14 of player with bottle of water named "&4Zıplama İksiri" to close then run player command "zıplama %arg 1%"
                make gui slot 15 of player with bottle of water named "&bYenileme İksiri" to close then run player command "yenileme %arg 1%"
                make gui slot 21 of player with bottle of water named "&1Direnç İksiri" to close then run player command "direnç %arg 1%"
                make gui slot 22 of player with bottle of water named "&8Ateş Direnci İksiri" to close then run player command "ateş %arg 1%"
                make gui slot 23 of player with bottle of water named "&aCan İksiri" to close then run player command "can %arg 1%"
                make gui slot 31 of player with bottle of water named "&3Edit &cIksir" to close then run player command "editiksirver %arg 1%"
                make gui slot 0 of player with magenta glass named " " to close then run player command ""
                make gui slot 1 of player with magenta glass named " " to close then run player command ""
                make gui slot 2 of player with magenta glass named " " to close then run player command ""
                make gui slot 3 of player with magenta glass named " " to close then run player command ""
                make gui slot 4 of player with magenta glass named " " to close then run player command ""
                make gui slot 5 of player with magenta glass named " " to close then run player command ""
                make gui slot 6 of player with magenta glass named " " to close then run player command ""
                make gui slot 7 of player with magenta glass named " " to close then run player command ""
                make gui slot 8 of player with magenta glass named " " to close then run player command ""
                make gui slot 9 of player with magenta glass named " " to close then run player command ""
                make gui slot 10 of player with purple glass named " " to close then run player command ""
                make gui slot 16 of player with purple glass named " " to close then run player command ""
                make gui slot 17 of player with magenta glass named " " to close then run player command ""
                make gui slot 18 of player with magenta glass named " " to close then run player command ""
                make gui slot 19 of player with purple glass named " " to close then run player command ""
                make gui slot 20 of player with purple glass named " " to close then run player command ""
                make gui slot 24 of player with purple glass named " " to close then run player command ""
                make gui slot 25 of player with purple glass named " " to close then run player command ""
                make gui slot 26 of player with magenta glass named " " to close then run player command ""
                make gui slot 27 of player with magenta glass named " " to close then run player command ""
                make gui slot 28 of player with purple glass named " " to close then run player command ""
                make gui slot 29 of player with purple glass named " " to close then run player command ""
                make gui slot 30 of player with purple glass named " " to close then run player command ""
                make gui slot 32 of player with purple glass named " " to close then run player command ""
                make gui slot 33 of player with purple glass named " " to close then run player command ""
                make gui slot 34 of player with purple glass named " " to close then run player command ""
                make gui slot 35 of player with magenta glass named " " to close then run player command ""
                make gui slot 36 of player with magenta glass named " " to close then run player command ""
                make gui slot 37 of player with magenta glass named " " to close then run player command ""
                make gui slot 38 of player with magenta glass named " " to close then run player command ""
                make gui slot 39 of player with magenta glass named " " to close then run player command ""
                make gui slot 40 of player with magenta glass named " " to close then run player command ""
                make gui slot 41 of player with magenta glass named " " to close then run player command ""
                make gui slot 42 of player with magenta glass named " " to close then run player command ""
                make gui slot 43 of player with magenta glass named " " to close then run player command ""
                make gui slot 44 of player with magenta glass named " " to close then run player command ""

command /hız [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&eHız İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&eHız İksiri":
        remove 1 bottle of water named "&eHız İksiri" from player's inventory
        wait 1 second
        apply speed 4 to player for 5 minute
    
command /acele [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&cAcele İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&cAcele İksiri":
        remove 1 bottle of water named "&cAcele İksiri" from player's inventory
        wait 1 second
        apply haste 3 to player for 3 minute
    
command /güç [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&6Güç İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&6Güç İksiri":
        remove 1 bottle of water named "&6Güç İksiri" from player's inventory
        wait 1 second
        apply strength 4 to player for 8 minute
    
command /zıplama [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&4Zıplama İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&4Zıplama İksiri":
        remove 1 bottle of water named "&4Zıplama İksiri" from player's inventory
        wait 1 second
        apply jump boost 3 to player for 5 minute
    
command /yenileme [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bYenileme İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bYenileme İksiri":
        remove 1 bottle of water named "&bYenileme İksiri" from player's inventory
        wait 1 second
        apply regeneration 4 to player for 8 minute
    
command /direnç [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bDirenç İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bDirenç İksiri":
        remove 1 bottle of water named "&bDirenç İksiri" from player's inventory
        wait 1 second
        apply resistance 3 to player for 4 minute
    
command /ateş [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bAteş Direnci İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bAteş Direnci İksiri":
        remove 1 bottle of water named "&bAteş Direnci İksiri" from player's inventory
        wait 1 second
        apply fire resistance 3 to player for 5 minute
    
command /can [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bCan İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bCan İksiri":
        remove 1 bottle of water named "&bCan İksiri" from player's inventory
        wait 1 second
        apply health boost 3 to player for 8 minute
    
command /editiksirver [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&3Edit&aIksir" to player
            send " &aBasarili ! &b%arg 1% &eAdli Kisiye &3Edit&aIksir &eVerdin!" to player
            send " &cDikkat » &b%player% &eAdli Kisi Sana &3Edit&aIksir &eVerdi." to arg 1
        if arg 1 is not set:
            send " &cBasarisiz ! &eOyuncu Ismi Eksik!"
        
on rightclick with bottle of water:
    if tool's name is "&3Edit&aIksir":
        remove 1 bottle of water named "&3Edit&aIksir" from player's inventory
        wait 1 second
        apply speed 4 to player for 5 minute
        apply haste 3 to player for 3 minute
        apply strength 4 to player for 8 minute
        apply jump boost 3 to player for 5 minute
        apply regeneration 4 to player for 8 minute
        apply resistance 3 to player for 4 minute
        apply fire resistance 3 to player for 5 minute
        apply water breathing 2 to player for 2 minute
        apply night vision 3 to player for 15 minute
        apply health boost 3 to player for 8 minute
        apply absorption 4 to player for 6 minute
        apply saturation 2 to player for 15 minute
 
Son düzenleme:
İlk skriptin böyleyse diğer skriptlerinde heralde özel oyun kodluyacaksın :) cidden başarılı buldum arşivime ekledim ve seni takip ediyorum artık skript paylaşmaya devam et discord üzerinden ulaşabilirsen 1-2 şey var kafamda yapalım istersen
 
İlk skriptin böyleyse diğer skriptlerinde heralde özel oyun kodluyacaksın :) cidden başarılı buldum arşivime ekledim ve seni takip ediyorum artık skript paylaşmaya devam et discord üzerinden ulaşabilirsen 1-2 şey var kafamda yapalım istersen
Çok teşekkür ederim discord üzerinden ulaşabilirim fakat bu skripti yazmak bile 1-2 saatimi aldı ne kadar yardımcı olabilirim bilmiyorum.
 
Gui başlığı değiştirilebilir (güzel gözükmüyor). Boş slotlara cam doldurulabilir.
Başarılar...
 

Ben bunun yaptığınız ilk Skript olduğuna inanamıyorum. Daha doğrusu gerçekten çok güzel olmuş. Bu şekilde devam etmelisin!
 
Camlar Eklendi Menu Başılığı Düzeltildi!
 
İlk Skriptine Göre Gerçekten Başarılı Olmuş, görselliğe biraz daha önem verdiğin sürece her şey daha güzel olabilir, devam etmelisin. Başarılar :alkis:
 
İlk Skriptine Göre Gerçekten Başarılı Olmuş, görselliğe biraz daha önem verdiğin sürece her şey daha güzel olabilir, devam etmelisin. Başarılar :alkis:
Paylaşım olarak açtığım ilk konu olduğu için zamanla düzelteceğime inanıyorum Teşekkürler
 
Güzel lakin görselliğe biraz daha dikkat etmen gerekiyor
 
Harika güzel olmuş tb
 
Güzel olmuş.Ben beğendim Başarılar...:))
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst