Sol Reklam

Element Skript İstek

Durum
Mesaj gönderimine kapalı.

trex79

Bir Kömür Göründü Kaptanım!
Katılım
11 Ocak 2015
Mesajlar
148
Elmaslar
15
Puanlar
13.370
Yaş
29
Bir isteğim olacaktı faction sunucumda oyuna yeni girenler kayıt olduktan sonra bi menü gelsin ordada ateş,su,hava,toprak elementleri olsun.
- Hava elementi savaşta %15 şansla 4saniye yavaşlatsın ve tüy düşüşü versin
- Su elementi savaşa can yenilenmesi ve suya girdiğinde nefes almasını geliştirsin
- Toprak elementide %15 şansla adamı savursun ve anında sağlık versin
- Ateşde adamı %15 havaya uçursun ve ateş direnci versin
menüden element seçmedende kapanmasın ve bunlar parayla şansları falan arttırılsın. Parayla yapacak olursanız parasınıda veririm.
 

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari
Kod:
on first login:
    wait 1 second
    open chest with 3 row named "&cElement Seçim" to player
    format slot 10 of player with chest named "&3Hava" to close then run [execute player command "elementhava"]
    format slot 12 of player with chest named "&bSu" to close then run [execute player command "elementsu"]
    format slot 14 of player with chest named "&aToprak" to close then run [execute player command "elementtoprak"]
    format slot 16 of player with chest named "&cAteş" to close then run [execute player command "elementates"]

on command:
    if command is "elementhava" or "elementsu" or "elementtoprak" or "elementates":
        if {element::%player%} is not set:
            if command is "elementhava":
                set {element::%player%} to "hava"
            if command is "elementsu":
                set {element::%player%} to "su"
            if command is "elementtoprak":
                set {element::%player%} to "toprak"
            if command is "elementates":
                set {element::%player%} to "ates"
            

on damage:
    {element::%attacker%} is "hava"
    chance of 15%:
        apply potion of slowness 1 to attacker for 4 second
        set {elemnt::tuydusus::%attacker%} to true
        wait 4 second
        delete {elemnt::tuydusus::%attacker%}
    if {elemnt::tuydusus::%victim%} is set:
        cancel event

on damage:
    {element::%victim%} is "su"
    set {elemnt::cnynlm::%victim%} to true

every 5 second:
    loop players:
        {elemnt::cnynlm::%loop-player%} is true
        add 0.5 to loop-player's health

on damage:
    {element::%victim%} is "toprak"
    chance of 15%:
        push victim backwards at speed 1
        add 0.5 to attacker's health
on damage:
    {element::%victim%} is "ates"
    chance of 15%:
        push victim upwards at speed 1
        apply potion of fire resistance 1 to attacker for 4 second
 

trex79

Bir Kömür Göründü Kaptanım!
Katılım
11 Ocak 2015
Mesajlar
148
Elmaslar
15
Puanlar
13.370
Yaş
29
Kod:
on first login:
    wait 1 second
    open chest with 3 row named "&cElement Seçim" to player
    format slot 10 of player with chest named "&3Hava" to close then run [execute player command "elementhava"]
    format slot 12 of player with chest named "&bSu" to close then run [execute player command "elementsu"]
    format slot 14 of player with chest named "&aToprak" to close then run [execute player command "elementtoprak"]
    format slot 16 of player with chest named "&cAteş" to close then run [execute player command "elementates"]

on command:
    if command is "elementhava" or "elementsu" or "elementtoprak" or "elementates":
        if {element::%player%} is not set:
            if command is "elementhava":
                set {element::%player%} to "hava"
            if command is "elementsu":
                set {element::%player%} to "su"
            if command is "elementtoprak":
                set {element::%player%} to "toprak"
            if command is "elementates":
                set {element::%player%} to "ates"
           

on damage:
    {element::%attacker%} is "hava"
    chance of 15%:
        apply potion of slowness 1 to attacker for 4 second
        set {elemnt::tuydusus::%attacker%} to true
        wait 4 second
        delete {elemnt::tuydusus::%attacker%}
    if {elemnt::tuydusus::%victim%} is set:
        cancel event

on damage:
    {element::%victim%} is "su"
    set {elemnt::cnynlm::%victim%} to true

every 5 second:
    loop players:
        {elemnt::cnynlm::%loop-player%} is true
        add 0.5 to loop-player's health

on damage:
    {element::%victim%} is "toprak"
    chance of 15%:
        push victim backwards at speed 1
        add 0.5 to attacker's health
on damage:
    {element::%victim%} is "ates"
    chance of 15%:
        push victim upwards at speed 1
        apply potion of fire resistance 1 to attacker for 4 second
teşekkür ederim
Gönderi otomatik olarak birleştirildi:

Kod:
on first login:
    wait 1 second
    open chest with 3 row named "&cElement Seçim" to player
    format slot 10 of player with chest named "&3Hava" to close then run [execute player command "elementhava"]
    format slot 12 of player with chest named "&bSu" to close then run [execute player command "elementsu"]
    format slot 14 of player with chest named "&aToprak" to close then run [execute player command "elementtoprak"]
    format slot 16 of player with chest named "&cAteş" to close then run [execute player command "elementates"]

on command:
    if command is "elementhava" or "elementsu" or "elementtoprak" or "elementates":
        if {element::%player%} is not set:
            if command is "elementhava":
                set {element::%player%} to "hava"
            if command is "elementsu":
                set {element::%player%} to "su"
            if command is "elementtoprak":
                set {element::%player%} to "toprak"
            if command is "elementates":
                set {element::%player%} to "ates"
           

on damage:
    {element::%attacker%} is "hava"
    chance of 15%:
        apply potion of slowness 1 to attacker for 4 second
        set {elemnt::tuydusus::%attacker%} to true
        wait 4 second
        delete {elemnt::tuydusus::%attacker%}
    if {elemnt::tuydusus::%victim%} is set:
        cancel event

on damage:
    {element::%victim%} is "su"
    set {elemnt::cnynlm::%victim%} to true

every 5 second:
    loop players:
        {elemnt::cnynlm::%loop-player%} is true
        add 0.5 to loop-player's health

on damage:
    {element::%victim%} is "toprak"
    chance of 15%:
        push victim backwards at speed 1
        add 0.5 to attacker's health
on damage:
    {element::%victim%} is "ates"
    chance of 15%:
        push victim upwards at speed 1
        apply potion of fire resistance 1 to attacker for 4 second
Hava elementine tıklıyorum bilinmeyen komut diyor
 
Son düzenleme:

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari
Kod:
on first login:
    wait 1 second
    open chest with 3 row named "&cElement Seçim" to player
    format slot 10 of player with chest named "&3Hava" to close then run [execute player command "elementhava"]
    format slot 12 of player with chest named "&bSu" to close then run [execute player command "elementsu"]
    format slot 14 of player with chest named "&aToprak" to close then run [execute player command "elementtoprak"]
    format slot 16 of player with chest named "&cAteş" to close then run [execute player command "elementates"]

on command:
    if command is "elementhava" or "elementsu" or "elementtoprak" or "elementates":
        cancel event
        if {element::%player%} is not set:
            if command is "elementhava":
                set {element::%player%} to "hava"
            if command is "elementsu":
                set {element::%player%} to "su"
            if command is "elementtoprak":
                set {element::%player%} to "toprak"
            if command is "elementates":
                set {element::%player%} to "ates"
          

on damage:
    {element::%attacker%} is "hava"
    chance of 15%:
        apply potion of slowness 1 to attacker for 4 second
        set {elemnt::tuydusus::%attacker%} to true
        wait 4 second
        delete {elemnt::tuydusus::%attacker%}
    if {elemnt::tuydusus::%victim%} is set:
        cancel event

on damage:
    {element::%victim%} is "su"
    set {elemnt::cnynlm::%victim%} to true

every 5 second:
    loop players:
        {elemnt::cnynlm::%loop-player%} is true
        add 0.5 to loop-player's health

on damage:
    {element::%victim%} is "toprak"
    chance of 15%:
        push victim backwards at speed 1
        add 0.5 to attacker's health
on damage:
    {element::%victim%} is "ates"
    chance of 15%:
        push victim upwards at speed 1
        apply potion of fire resistance 1 to attacker for 4 second

Şimdi hiç mesaj çıkmayacak ama element grubuna girecek.
 

trex79

Bir Kömür Göründü Kaptanım!
Katılım
11 Ocak 2015
Mesajlar
148
Elmaslar
15
Puanlar
13.370
Yaş
29
Kod:
on first login:
    wait 1 second
    open chest with 3 row named "&cElement Seçim" to player
    format slot 10 of player with chest named "&3Hava" to close then run [execute player command "elementhava"]
    format slot 12 of player with chest named "&bSu" to close then run [execute player command "elementsu"]
    format slot 14 of player with chest named "&aToprak" to close then run [execute player command "elementtoprak"]
    format slot 16 of player with chest named "&cAteş" to close then run [execute player command "elementates"]

on command:
    if command is "elementhava" or "elementsu" or "elementtoprak" or "elementates":
        cancel event
        if {element::%player%} is not set:
            if command is "elementhava":
                set {element::%player%} to "hava"
            if command is "elementsu":
                set {element::%player%} to "su"
            if command is "elementtoprak":
                set {element::%player%} to "toprak"
            if command is "elementates":
                set {element::%player%} to "ates"
         

on damage:
    {element::%attacker%} is "hava"
    chance of 15%:
        apply potion of slowness 1 to attacker for 4 second
        set {elemnt::tuydusus::%attacker%} to true
        wait 4 second
        delete {elemnt::tuydusus::%attacker%}
    if {elemnt::tuydusus::%victim%} is set:
        cancel event

on damage:
    {element::%victim%} is "su"
    set {elemnt::cnynlm::%victim%} to true

every 5 second:
    loop players:
        {elemnt::cnynlm::%loop-player%} is true
        add 0.5 to loop-player's health

on damage:
    {element::%victim%} is "toprak"
    chance of 15%:
        push victim backwards at speed 1
        add 0.5 to attacker's health
on damage:
    {element::%victim%} is "ates"
    chance of 15%:
        push victim upwards at speed 1
        apply potion of fire resistance 1 to attacker for 4 second

Şimdi hiç mesaj çıkmayacak ama element grubuna girecek.
Menü açılıyor bu sferde :D
 

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari

trex79

Bir Kömür Göründü Kaptanım!
Katılım
11 Ocak 2015
Mesajlar
148
Elmaslar
15
Puanlar
13.370
Yaş
29

Buhari

Software Developer
Yönetici
Emektar
Onaylı Satıcı

Discord:

xBuhari

Katılım
6 Eylül 2017
Mesajlar
1.878
Elmaslar
1.008
Puanlar
18.150
Discord İzni
Minecraft
xBuhari

trex79

Bir Kömür Göründü Kaptanım!
Katılım
11 Ocak 2015
Mesajlar
148
Elmaslar
15
Puanlar
13.370
Yaş
29

_OnePage_

Işık + Taş = Işıktaşı

Discord:

OnePage#1881

Katılım
16 Ocak 2020
Mesajlar
1.229
Elmaslar
838
Puanlar
8.575
Minecraft
_OnePage_
tuske ile yapılsa daha iyi olmazmıydı
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı