Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Szukam skryptu na Spawnery


sooldier1234

Rekomendowane odpowiedzi

Opublikowano

Witam, szukam skryptu na spawnery, po kupieniu spawneru gracz moze postawic spawner i jak kliknie prawym na spawner pojawi mu sie gui w ktorym beda znajdowac sie wszystkie moby, gracz bedzie mogl sobie wybrac typ moba, mozliwosc wybrania tylko raz !

Pomagam na PW (Prywatna Wiadomosc)

▄ . ► KONTAKT .
Wyślij do mnie Prywatną Wiadomość (PW)

►Skype: smith.polska

Opublikowano

Napisałem. Dużo mi to zajęło, ale masz. Nie załączyłem mobów z mc 1.8 i wyższych wersji. Wymagania: Skript, SkQuery, Umbaska

 

 

 

#-----------------------#
#          Autor:       #
#         Palladin      #
#-----------------------#

on rightclick on monster spawner:
    if {spawner.%event-block%} is set:
        send "&cSpwaner mozna ustawic tylko raz!"
    else:
        open chest with 3 rows named "&b&lWybierz moba:"
        wait 2 ticks
        set {_spawner.%player%} to location of clicked block
        format slot 0 of player with 1 of 383:50 named "&eUstaw na moba: &2Creeper" to close then run "wykonaj %player% /ustaw creeper"
        format slot 1 of player with 1 of 383:51 named "&eUstaw na moba: &8Szkielet" to close then run "wykonaj %player% /ustaw skeleton"
        format slot 2 of player with 1 of 383:52 named "&eUstaw na moba: &cPajak" to close then run "wykonaj %player% /ustaw spider"
        format slot 3 of player with 1 of 383:54 named "&eUstaw na moba: &aZombie" to close then run "wykonaj %player% /ustaw zombie"
        format slot 4 of player with 1 of 383:55 named "&eUstaw na moba: &2Szlam" to close then run "wykonaj %player% /ustaw slime"
        format slot 5 of player with 1 of 383:56 named "&eUstaw na moba: &8Ghast" to close then run "wykonaj %player% /ustaw ghast"
        format slot 6 of player with 1 of 383:57 named "&eUstaw na moba: &cPig Zombie" to close then run "wykonaj %player% /ustaw pigzombie"
        format slot 7 of player with 1 of 383:58 named "&eUstaw na moba: &8Enderman" to close then run "wykonaj %player% /ustaw enderman"
        format slot 8 of player with 1 of 383:59 named "&eUstaw na moba: &4Pajak Jaskiniowy" to close then run "wykonaj %player% /ustaw cavespider"
        format slot 9 of player with 1 of 383:60 named "&eUstaw na moba: &8Rybik Cukrowy" to close then run "wykonaj %player% /ustaw silverfish"
        format slot 10 of player with 1 of 383:61 named "&eUstaw na moba: &4Blaze" to close then run "wykonaj %player% /ustaw blaze"
        format slot 11 of player with 1 of 383:62 named "&eUstaw na moba: &cKostka Magmy" to close then run "wykonaj %player% /ustaw magmacube"
        format slot 12 of player with 1 of 383:65 named "&eUstaw na moba: &6Wiedzma" to close then run "wykonaj %player% /ustaw witch"
        format slot 13 of player with 1 of 383:90 named "&eUstaw na moba: &cSwinia" to close then run "wykonaj %player% /ustaw pig"
        format slot 14 of player with 1 of 383:91 named "&eUstaw na moba: &8Owca" to close then run "wykonaj %player% /ustaw sheep"
        format slot 15 of player with 1 of 383:92 named "&eUstaw na moba: &9Krowa" to close then run "wykonaj %player% /ustaw cow"
        format slot 16 of player with 1 of 383:93 named "&eUstaw na moba: &cKura" to close then run "wykonaj %player% /ustaw chicken"
        format slot 17 of player with 1 of 383:94 named "&eUstaw na moba: &1Kalamarnica" to close then run "wykonaj %player% /ustaw squid"
        format slot 18 of player with 1 of 383:95 named "&eUstaw na moba: &cWilk" to close then run "wykonaj %player% /ustaw wolf"
        format slot 19 of player with 1 of 383:96 named "&eUstaw na moba: &cGrzybowa Krowa" to close then run "wykonaj %player% /ustaw mushroomcow"
        format slot 20 of player with 1 of 383:98 named "&eUstaw na moba: &eOcelot" to close then run "wykonaj %player% /ustaw ocelot"
        format slot 21 of player with 1 of 383:100 named "&eUstaw na moba: &1Kon" to close then run "wykonaj %player% /ustaw horse"
        format slot 22 of player with 1 of 383:120 named "&eUstaw na moba: &e&lOsadnik" to close then run "wykonaj %player% /ustaw villager"

command /wykonaj [<player>] [<text>]
    executable by: console
    trigger:
        execute arg 1 command "arg 2"

command /ustaw-creeper:
    executable by: players
    permission: spawners.sk
    permission msg: Unkown command. Type "/help" for help.
    trigger:
        set spawner {_spawner.%player%} to "creeper"
        set {spawner.%targeted block%} to 1
        set "&aSpawner ustawiony!"

command /ustaw <text>:
    executable by: players
    permission: spawners.sk
    permission msg: Unkown command. Type "/help" for help.
    trigger:
        set spawner {_spawner.%player%} to "%arg 1%"
        set {spawner.%targeted block%} to 1
        set "&aSpawner ustawiony na moba: &c&l%arg 1%&r&a!"

 

 

 

 

Odpisz mi, jeżeli coś nie działa, bo nie testowałem. W każdym razie liczę na like.

 

// Edit

 

Nie zwracaj uwagi na błędy o numerycznych id przedmiotów. Nic te błędy nie psują.

:D  Let's start with MPCForum :D

 

 

 

30/50/69/100/150/200/250...

Opublikowano

Napisałem. Dużo mi to zajęło, ale masz. Nie załączyłem mobów z mc 1.8 i wyższych wersji. Wymagania: Skript, SkQuery, Umbaska

 

 

 

#-----------------------#
#          Autor:       #
#         Palladin      #
#-----------------------#

on rightclick on monster spawner:
    if {spawner.%event-block%} is set:
        send "&cSpwaner mozna ustawic tylko raz!"
    else:
        open chest with 3 rows named "&b&lWybierz moba:"
        wait 2 ticks
        set {_spawner.%player%} to location of clicked block
        format slot 0 of player with 1 of 383:50 named "&eUstaw na moba: &2Creeper" to close then run "wykonaj %player% /ustaw creeper"
        format slot 1 of player with 1 of 383:51 named "&eUstaw na moba: &8Szkielet" to close then run "wykonaj %player% /ustaw skeleton"
        format slot 2 of player with 1 of 383:52 named "&eUstaw na moba: &cPajak" to close then run "wykonaj %player% /ustaw spider"
        format slot 3 of player with 1 of 383:54 named "&eUstaw na moba: &aZombie" to close then run "wykonaj %player% /ustaw zombie"
        format slot 4 of player with 1 of 383:55 named "&eUstaw na moba: &2Szlam" to close then run "wykonaj %player% /ustaw slime"
        format slot 5 of player with 1 of 383:56 named "&eUstaw na moba: &8Ghast" to close then run "wykonaj %player% /ustaw ghast"
        format slot 6 of player with 1 of 383:57 named "&eUstaw na moba: &cPig Zombie" to close then run "wykonaj %player% /ustaw pigzombie"
        format slot 7 of player with 1 of 383:58 named "&eUstaw na moba: &8Enderman" to close then run "wykonaj %player% /ustaw enderman"
        format slot 8 of player with 1 of 383:59 named "&eUstaw na moba: &4Pajak Jaskiniowy" to close then run "wykonaj %player% /ustaw cavespider"
        format slot 9 of player with 1 of 383:60 named "&eUstaw na moba: &8Rybik Cukrowy" to close then run "wykonaj %player% /ustaw silverfish"
        format slot 10 of player with 1 of 383:61 named "&eUstaw na moba: &4Blaze" to close then run "wykonaj %player% /ustaw blaze"
        format slot 11 of player with 1 of 383:62 named "&eUstaw na moba: &cKostka Magmy" to close then run "wykonaj %player% /ustaw magmacube"
        format slot 12 of player with 1 of 383:65 named "&eUstaw na moba: &6Wiedzma" to close then run "wykonaj %player% /ustaw witch"
        format slot 13 of player with 1 of 383:90 named "&eUstaw na moba: &cSwinia" to close then run "wykonaj %player% /ustaw pig"
        format slot 14 of player with 1 of 383:91 named "&eUstaw na moba: &8Owca" to close then run "wykonaj %player% /ustaw sheep"
        format slot 15 of player with 1 of 383:92 named "&eUstaw na moba: &9Krowa" to close then run "wykonaj %player% /ustaw cow"
        format slot 16 of player with 1 of 383:93 named "&eUstaw na moba: &cKura" to close then run "wykonaj %player% /ustaw chicken"
        format slot 17 of player with 1 of 383:94 named "&eUstaw na moba: &1Kalamarnica" to close then run "wykonaj %player% /ustaw squid"
        format slot 18 of player with 1 of 383:95 named "&eUstaw na moba: &cWilk" to close then run "wykonaj %player% /ustaw wolf"
        format slot 19 of player with 1 of 383:96 named "&eUstaw na moba: &cGrzybowa Krowa" to close then run "wykonaj %player% /ustaw mushroomcow"
        format slot 20 of player with 1 of 383:98 named "&eUstaw na moba: &eOcelot" to close then run "wykonaj %player% /ustaw ocelot"
        format slot 21 of player with 1 of 383:100 named "&eUstaw na moba: &1Kon" to close then run "wykonaj %player% /ustaw horse"
        format slot 22 of player with 1 of 383:120 named "&eUstaw na moba: &e&lOsadnik" to close then run "wykonaj %player% /ustaw villager"

command /wykonaj [<player>] [<text>]
    executable by: console
    trigger:
        execute arg 1 command "arg 2"

command /ustaw-creeper:
    executable by: players
    permission: spawners.sk
    permission msg: Unkown command. Type "/help" for help.
    trigger:
        set spawner {_spawner.%player%} to "creeper"
        set {spawner.%targeted block%} to 1
        set "&aSpawner ustawiony!"

command /ustaw <text>:
    executable by: players
    permission: spawners.sk
    permission msg: Unkown command. Type "/help" for help.
    trigger:
        set spawner {_spawner.%player%} to "%arg 1%"
        set {spawner.%targeted block%} to 1
        set "&aSpawner ustawiony na moba: &c&l%arg 1%&r&a!"

 

 

 

 

Odpisz mi, jeżeli coś nie działa, bo nie testowałem. W każdym razie liczę na like.

 

// Edit

 

Nie zwracaj uwagi na błędy o numerycznych id przedmiotów. Nic te błędy nie psują.

Gdy klikam na spawner to nic sie nie dzieje. Zero bledow bo poprawialem bo bylo troche bledow tu jest kod:

on rightclick on monster spawner:
    if {spawner.%event-block%} is set:
        send "&cSpwaner mozna ustawic tylko raz!"
    else:
        open chest with 3 rows named "&b&lWybierz moba:" to player
        wait 2 ticks
        set {_spawner.%player%} to location of clicked block
        format slot 0 of player with 1 of creeper spawn egg named "&eUstaw na moba: &2Creeper" to close then run "wykonaj %player% /ustaw creeper"
        format slot 1 of player with 1 of skeleton spawn egg named "&eUstaw na moba: &8Szkielet" to close then run "wykonaj %player% /ustaw skeleton"
        format slot 2 of player with 1 of spider spawn egg named "&eUstaw na moba: &cPajak" to close then run "wykonaj %player% /ustaw spider"
        format slot 3 of player with 1 of zombie spawn egg named "&eUstaw na moba: &aZombie" to close then run "wykonaj %player% /ustaw zombie"
        format slot 4 of player with 1 of slime spawn egg named "&eUstaw na moba: &2Szlam" to close then run "wykonaj %player% /ustaw slime"
        format slot 7 of player with 1 of enderman spawn egg named "&eUstaw na moba: &8Enderman" to close then run "wykonaj %player% /ustaw enderman"
        format slot 8 of player with 1 of cave spider spawn egg named "&eUstaw na moba: &4Pajak Jaskiniowy" to close then run "wykonaj %player% /ustaw cavespider"
        format slot 9 of player with 1 of silverfish spawn egg named "&eUstaw na moba: &8Rybik Cukrowy" to close then run "wykonaj %player% /ustaw silverfish"
        format slot 10 of player with 1 of blaze spawn egg named "&eUstaw na moba: &4Blaze" to close then run "wykonaj %player% /ustaw blaze"
        format slot 11 of player with 1 of magma cube spawn egg named "&eUstaw na moba: &cKostka Magmy" to close then run "wykonaj %player% /ustaw magmacube"
        format slot 13 of player with 1 of pig spawn egg named "&eUstaw na moba: &cSwinia" to close then run "wykonaj %player% /ustaw pig"
        format slot 14 of player with 1 of sheep spawn egg named "&eUstaw na moba: &8Owca" to close then run "wykonaj %player% /ustaw sheep"
        format slot 15 of player with 1 of cow spawn egg named "&eUstaw na moba: &9Krowa" to close then run "wykonaj %player% /ustaw cow"
        format slot 16 of player with 1 of chicken spawn egg named "&eUstaw na moba: &cKura" to close then run "wykonaj %player% /ustaw chicken"
        format slot 17 of player with 1 of squid spawn egg named "&eUstaw na moba: &1Kalamarnica" to close then run "wykonaj %player% /ustaw squid"
        format slot 18 of player with 1 of wolf spawn egg named "&eUstaw na moba: &cWilk" to close then run "wykonaj %player% /ustaw wolf"
        format slot 19 of player with 1 of mooshroom spawn egg named "&eUstaw na moba: &cGrzybowa Krowa" to close then run "wykonaj %player% /ustaw mushroomcow"
        format slot 20 of player with 1 of ocelot spawn egg named "&eUstaw na moba: &eOcelot" to close then run "wykonaj %player% /ustaw ocelot"
        format slot 21 of player with 1 of horse spawn egg named "&eUstaw na moba: &1Kon" to close then run "wykonaj %player% /ustaw horse"
        format slot 22 of player with 1 of villager spawn egg named "&eUstaw na moba: &e&lOsadnik" to close then run "wykonaj %player% /ustaw villager"

command /wykonaj [<player>] [<text>]:
    executable by: console
    trigger:
        execute arg 1 command "arg 2"

command /ustaw-creeper:
    executable by: players
    permission: spawners.sk
    permission message: Unkown command. Type "/help" for help.
    trigger:
        set {_spawner.%player%} to "creeper"
        set {spawner.%targeted block%} to 1
        send "&aSpawner ustawiony!"

command /ustaw [<text>]:
    executable by: players
    permission: spawners.sk
    permission message: Unkown command. Type "/help" for help.
    trigger:
        set {_spawner.%player%} to "%arg 1%"
        set {spawner.%targeted block%} to 1
        send "&aSpawner ustawiony na moba: &c&l%arg 1%&r&a!"

Pomagam na PW (Prywatna Wiadomosc)

▄ . ► KONTAKT .
Wyślij do mnie Prywatną Wiadomość (PW)

►Skype: smith.polska

Opublikowano

 

 

on rightclick:
    if clicked block is monster spawner:
            if {spawner.%event-block%} is set:
                send "&cSpwaner mozna ustawic tylko raz!"
            else:
                open chest with 3 rows named "&b&lWybierz moba:" to player
                wait 2 ticks
                set {_spawner.%player%} to location of clicked block
                format slot 0 of player with 1 of creeper spawn egg named "&eUstaw na moba: &2Creeper" to close then run "wykonaj %player% /ustaw creeper"
                format slot 1 of player with 1 of skeleton spawn egg named "&eUstaw na moba: &8Szkielet" to close then run "wykonaj %player% /ustaw skeleton"
                format slot 2 of player with 1 of spider spawn egg named "&eUstaw na moba: &cPajak" to close then run "wykonaj %player% /ustaw spider"
                format slot 3 of player with 1 of zombie spawn egg named "&eUstaw na moba: &aZombie" to close then run "wykonaj %player% /ustaw zombie"
                format slot 4 of player with 1 of slime spawn egg named "&eUstaw na moba: &2Szlam" to close then run "wykonaj %player% /ustaw slime"
                format slot 7 of player with 1 of enderman spawn egg named "&eUstaw na moba: &8Enderman" to close then run "wykonaj %player% /ustaw enderman"
                format slot 8 of player with 1 of cave spider spawn egg named "&eUstaw na moba: &4Pajak Jaskiniowy" to close then run "wykonaj %player% /ustaw cavespider"
                format slot 9 of player with 1 of silverfish spawn egg named "&eUstaw na moba: &8Rybik Cukrowy" to close then run "wykonaj %player% /ustaw silverfish"
                format slot 10 of player with 1 of blaze spawn egg named "&eUstaw na moba: &4Blaze" to close then run "wykonaj %player% /ustaw blaze"
                format slot 11 of player with 1 of magma cube spawn egg named "&eUstaw na moba: &cKostka Magmy" to close then run "wykonaj %player% /ustaw magmacube"
                format slot 13 of player with 1 of pig spawn egg named "&eUstaw na moba: &cSwinia" to close then run "wykonaj %player% /ustaw pig"
                format slot 14 of player with 1 of sheep spawn egg named "&eUstaw na moba: &8Owca" to close then run "wykonaj %player% /ustaw sheep"
                format slot 15 of player with 1 of cow spawn egg named "&eUstaw na moba: &9Krowa" to close then run "wykonaj %player% /ustaw cow"
                format slot 16 of player with 1 of chicken spawn egg named "&eUstaw na moba: &cKura" to close then run "wykonaj %player% /ustaw chicken"
                format slot 17 of player with 1 of squid spawn egg named "&eUstaw na moba: &1Kalamarnica" to close then run "wykonaj %player% /ustaw squid"
                format slot 18 of player with 1 of wolf spawn egg named "&eUstaw na moba: &cWilk" to close then run "wykonaj %player% /ustaw wolf"
                format slot 19 of player with 1 of mooshroom spawn egg named "&eUstaw na moba: &cGrzybowa Krowa" to close then run "wykonaj %player% /ustaw mushroomcow"
                format slot 20 of player with 1 of ocelot spawn egg named "&eUstaw na moba: &eOcelot" to close then run "wykonaj %player% /ustaw ocelot"
                format slot 21 of player with 1 of horse spawn egg named "&eUstaw na moba: &1Kon" to close then run "wykonaj %player% /ustaw horse"
                format slot 22 of player with 1 of villager spawn egg named "&eUstaw na moba: &e&lOsadnik" to close then run "wykonaj %player% /ustaw villager"

command /wykonaj [<player>] [<text>]:
        executable by: console
        trigger:
        execute arg 1 command "arg 2"

command /ustaw [<text>]:
        executable by: players
        permission: spawners.sk
        permission message: Unkown command. Type "/help" for help.
        trigger:
                set {_spawner.%player%} to "%arg 1%"
                set {spawner.%targeted block%} to 1
                send "&aSpawner ustawiony na moba: &c&l%arg 1%&r&a!"

 

 

 

// Edit

 

Masz, może to będzie działać? Ale nie wiem, bo nie testowałem.

:D  Let's start with MPCForum :D

 

 

 

30/50/69/100/150/200/250...

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...