KanedgyBO
SkriptTale
- Katılım
- 29 Mart 2018
- Mesajlar
- 923
- Elmaslar
- 382
- Puan
- 14.575
- Yaş
- 19
- Konum
- Bursa / Erikli
- Minecraft
- TheLudoBile
Discord:
TheLudoBile#3485
Sunucunuzdaki vslere biraz farklılık daha katak istiyorsanız tam size göre.
➤ Peki bunu özel yapan ne?
● Performansın korunduğuna dikkat edilmiştir.
● Seviyeler sınırsızdır ve okların hasarı, gidiş hızı genel bir mekaniğe bağlanmıştır. (yakında bunu siz ayarlayabileceksiniz :D)
Bu tür şeylere kolayca ulaşmak için:
➤ Peki bunu özel yapan ne?
● Performansın korunduğuna dikkat edilmiştir.
● Seviyeler sınırsızdır ve okların hasarı, gidiş hızı genel bir mekaniğe bağlanmıştır. (yakında bunu siz ayarlayabileceksiniz :D)
Kod:
damage:
attacker's tool's name contains "Ok Çubuğu"
projectile is an arrow
set {_name2} to (getinfo(attacker) parsed as number)
set damage to {_name2} + 2
rightclick with stick:
player's tool's name contains "Ok Çubuğu":
set {_namee2} to (getinfo(player) parsed as number)
make player shoot arrow at speed {_namee2} + 2
set {_namee4} to player's tool's name
replace all "&eOk Çubuğu" with "&8[&aYenileniyor&8] &e" in player's tool's name
replace all "&eOk Çubuğu Sv. " with "" in {_namee4}
{_namee4} is "1":
wait 1 second
else:
wait ("%({_namee4} parsed as number - 0.5)% second" parsed as timespan)
replace all "&8[&aYenileniyor&8] &e" with "&eOk Çubuğu" in player's tool's name
else if player's tool's name contains "Yenileniyor":
send action bar "&cÇubuğunu kullanmak için beklemelisin." to player
play sound "NOTE_PLING" to player with volume 100 and pitch 1
command /okçubukları [<text>] [<number>]:
trigger:
arg 1 isn't set:
open virtual chest with size 3 named "Ok Çubukları" to player
make gui slot (numbers between 0 and 26) of player with light blue stained glass pane named "&e&lAvelis MC Hizmetleri" with lore "||&d@Bilal##9409 (Skripter)" to nothing
make gui slot 13 of player with glowing paper named "&6Kullanmak için &c/okçubukları al [seviye]" to nothing
else:
arg 1 is "al":
arg 2 isn't set:
send "&cBir rakam girin."
else:
send "&eOk çubuğunuz verildi."
givewand(player, arg 2)
function getinfo(p: player) :: text:
set {_name} to {_p}'s tool's name
replace all "&eOk Çubuğu Sv. " with "" in {_name}
return {_name}
function givewand(p: player, lv: number):
play sound "NOTE_PLING" to {_p} with volume 100 and pitch 10
give a stick named "&eOk Çubuğu Sv. %{_lv}%" with lore "&7Ateşlemek için sağ tıklayın." to {_p}
Değerli ziyaretçimiz, içeriği görebilmek için
şimdi giriş yapın veya kayıt olun.
Moderatör tarafından düzenlendi: