(istek) Kazma Skripti Yazabilir misiniz

xMustafaReiss

Ağaç Yumruklayıcı
En iyi cevaplar
0
Bi skript istiyorum oyuncu /madenciksin yazacak adamin eline maden gelecek /blokciksin yazcak blok gelecek mesela normal tas gibi 2 3 tane sansiyla eklerseniz sevinirim (cobblestone generatorde) ama sanslari ayarli olsun lütfen.
 
Son düzenleme:

AtomyTR

yerli webtoon & manga destekçisi
Grafiker
Emekli
En iyi cevaplar
19
Skyblock sunucularında olan cobblestone generatorden belirlenmiş şanslarla maden çıkmasını mı demek istiyorsun ?
 

Zariarius

People will destroyed when they kill each other...
En iyi cevaplar
0
İstemek yerine bir skripter tutun. Hem skriptiniz size özel olur.
 

IaReLeGenD

Marangoz
En iyi cevaplar
0
Kod:
command blokciksin:
    trigger:
        set {şans.%player%} to "blok"
        send "artik kiriktas kazarken blok cikarabilecen!" to player

command madenciksin:
    trigger:
        set {şans.%player%} to "maden"
        send "artik kiriktas kazarken maden cikarabilecen!" to player

on break of cobblestone:
    if {şans.%player%} is "blok":
        chance of 3%:
            give 1 emerald block to player
            send "kiriktas kazarken zumrut blok buldun!" to player
        chance of 3%:
            give 1 diamond block to player
            send "kiriktas kazarken elmas blok buldun!" to player
        chance of 3%:
            give 1 gold block to player
            send "kiriktas kazarken altin blok buldun!" to player
        chance of 3%:
            give 1 iron block to player
            send "kiriktas kazarken demir blok buldun!" to player
    if {şans.%player%} is "maden":
        chance of 3%:
            give 1 emerald to player
            send "kiriktas kazarken zumrut buldun!" to player
        chance of 3%:
            give 1 diamond to player
            send "kiriktas kazarken elmas blok buldun!" to player
        chance of 3%:
            give 1 gold ingot to player
            send "kiriktas kazarken altin blok buldun!" to player
        chance of 3%:
            give 1 iron ingot to player
            send "kiriktas kazarken demir blok buldun!" to player
 
Son düzenleme:

xMustafaReiss

Ağaç Yumruklayıcı
En iyi cevaplar
0
A
Kod:
command blokciksin:
    trigger:
        set {şans.%player%} to "blok"
        send "artik kiriktas kazarken blok cikarabilecen!" to player

command madenciksin:
    trigger:
        set {şans.%player%} to "maden"
        send "artik kiriktas kazarken maden cikarabilecen!" to player

on break of cobblestone:
    if {şans.%player%} is "blok":
        chance of 3%:
            give 1 emerald block to player
            send "kiriktas kazarken zumrut blok buldun!" to player
        chance of 3%:
            give 1 diamond block to player
            send "kiriktas kazarken elmas blok buldun!" to player
        chance of 3%:
            give 1 gold block to player
            send "kiriktas kazarken altin blok buldun!" to player
        chance of 3%:
            give 1 iron block to player
            send "kiriktas kazarken demir blok buldun!" to player
    if {şans.%player%} is "maden":
        chance of 3%:
            give 1 emerald to player
            send "kiriktas kazarken zumrut buldun!" to player
        chance of 3%:
            give 1 diamond to player
            send "kiriktas kazarken elmas blok buldun!" to player
        chance of 3%:
            give 1 gold ingot to player
            send "kiriktas kazarken altin blok buldun!" to player
        chance of 3%:
            give 1 iron ingot to player
            send "kiriktas kazarken demir blok buldun!" to player
Adamin dibisin eyw denicem
 

xMustafaReiss

Ağaç Yumruklayıcı
En iyi cevaplar
0
  • bir hata aldım bakarmısınız bide tas kırınca direk ele gelse guzel olur lutfen yaparmısınız ve bakarmısınız zahmet olmazsa.Deneme İcin %100 yapmıstım.

Kod:
[22:03:45 INFO]: [Skript] Reloading the config and all scripts...
[22:03:46 ERROR]: 'locked chest' is not an item type (aliases-english.sk, line 1
18: fuelĞs = lava bucket, blaze rod, any coal, planks, log, huge mushroom, workb
ench, fence, wooden stairs, trapdoor, sapling, stick, chest, locked chest, jukeb
ox, note block')
[22:03:46 INFO]: Loaded a total of 11616 english aliases
[22:03:46 WARN]: There are no aliases defined for the following ids: 165, 166, 1
67, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 1
89, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 4
16, 423, 424, 425, 427, 428, 429, 430, 431
[22:03:46 ERROR]: indentation error: expected 2 tabs, but found 8 spaces (blok.s
k, line 13: chance of 100%:')
[22:03:46 ERROR]: indentation error: expected 2 tabs, but found 12 spaces (blok.
sk, line 14: give 1 cobblestone to player')
[22:03:46 ERROR]: indentation error: expected 2 tabs, but found 8 spaces (blok.s
k, line 15: chance of 100%:')
[22:03:46 ERROR]: indentation error: expected 2 tabs, but found 12 spaces (blok.
sk, line 16: give 1 emerald block to player')
[22:03:46 ERROR]: indentation error: expected 2 tabs, but found 12 spaces (blok.
sk, line 17: send "kiriktas kazarken zumrut blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 19: give 1 diamond block to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 20: send "kiriktas kazarken elmas blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 8 spaces (blok.s
k, line 21: chance of 100%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 22: give 1 gold block to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 23: send "kiriktas kazarken altin blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 8 spaces (blok.s
k, line 24: chance of 100%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 25: give 1 iron block to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 26: send "kiriktas kazarken demir blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 4 spaces (blok.s
k, line 27: if {│ans.%player%} is "maden":')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found '->____' [-> = t
ab, _ = space, ? = other whitespace] (blok.sk, line 28: chance of 100%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 29: give 1 cobblestone to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 30: send "kiriktas kazarken zumrut blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found '->____' [-> = t
ab, _ = space, ? = other whitespace] (blok.sk, line 31: chance of 3%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 32: give 1 emerald to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 33: send "kiriktas kazarken zumrut buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 8 spaces (blok.s
k, line 34: chance of 3%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 35: give 1 diamond to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 36: send "kiriktas kazarken elmas blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 8 spaces (blok.s
k, line 37: chance of 3%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 38: give 1 gold ingot to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 39: send "kiriktas kazarken altin blok buldun!" to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 8 spaces (blok.s
k, line 40: chance of 3%:')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 41: give 1 iron ingot to player')
[22:03:46 ERROR]: indentation error: expected 3 tabs, but found 12 spaces (blok.
sk, line 42: send "kiriktas kazarken demir blok buldun!" to player')
[22:03:46 INFO]: Loaded 1 script with a total of 1 trigger and 2 commands in 0.1
1 seconds
[22:03:46 INFO]: [Skript] Encountered 30 errors while reloading the config and a
ll scripts!
 
Üst