Kod:
on death of player:
attacker is player
add 1 to {kills::%attacker%}
send "&eUltinin Açılmasına &c%{kills::%attacker%}%&7/&c5" to attacker
if {kills::%attacker%} is 5:
set {kills::%attacker%} to 0
send "&eUltin Açıldı" to attacker
chance of 50%:
apply potion of strength of tier 2 to the attacker for 5 seconds
chance of 50%:
apply potion of regeneration of tier 2 to the attacker for 5 seconds
else: # şanslar tutmazsa bu kısım çalışır
apply potion of strength of tier 2 to the attacker for 5 seconds
on placeholderapi placeholder request for the prefix "skript":
if the identifier is "kills":
set the result to "%{kills::%player%}%"
