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

[Problem] Nie działa komenta stone


Rekomendowane odpowiedzi

Opublikowano

WItam Mam problem z moim dropem bo jak wpisuje /stone to nie dziala a powinno działac 

# INFORMACJE O SKRYPCIE #
 
#============================#
# Skrypt powstal 18.12.2013r.#
# Przez Gore_On_Hands        #
#============================#
 
#======================#
#   Skrypt Droppe      #
#                      #
#+--------------------+#
#                      #
# Autor: Gore_On_Hands   #
# Wersja v1.2          #
#+--------------------+#
# Zezwala sie na:      #
# 1. Zmienianie dropow #
# 2. Zmieniania wiado- #
# mosci.               #
#+--------------------+#                     
# Nie zezwala sie na:  #
# 1. Handlowania skry- #
# ptem.                #
# 2. Podszywanie sie   #
# pod autora.          #
# 3. Zmieniania nazwy  #
# skryptu              #
# 4. Kopiowania kodu   #
# do swoich skryptow   #
#======================#
 
# NIEKONCZONCY SIE KILOF #
 
#Zeby zrobic niekonczoncy sie kilof musisz usunac "damage tool by 1"#
#Znajdziesz to w linijce od 46 do 49#
 
# DROPY #
 
 
 
on mine of stone:
    chance of 1.7%:                                   # Ile % szansy na wypadniecie danego bloku
        give 1 iron ore to the player                 # Co ma dropic
        send "&7Znalazles zelazo"                     # Wiadomosc jaka ma sie pojawic
    chance of 2.00%:
        give 1 emerald to the player
        send "&7Znalazles szmaragdy"
    chance of 1%:
        give 1 gold ore to the player
        send "&7Znalazles zloto"
    chance of 1,2%:
        give 1 diamond to the player
        send "&7Znalazles diameny"
    chance of 0,85%:
        give 1 cobblestone to the player
    chance of 70%:
        give 1 exp to the player
    chance of 0,5%:
        give 1 ender pearl to the player
        send "&7Znalazles perly"
 
 
# WYLACZENIE DROPU #
 
 
 
on mine of iron ore:
    cancel event
    set block to air 
 
on mine of gold ore:
    cancel event
    set block to air 
 
on mine of emerald ore:
    cancel event
    set block to air
 
on mine of diamond ore:
    cancel event
    set block to air 
 
on mine of stone:
    cancel event
    set block to air
    damage tool by 1
 
on mine of coal ore:
    cancel event
    set block to air
 
on mine of redstone ore:
    cancel event
    set block to air
 
on mine of dirt:
    cancel event
    set block to air
 
on mine of oak wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of spruce wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of jungle wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of birch wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of gravel:
    cancel event
    set block to air
    damage tool by 1
 
on mine of sand:
    cancel event
    set block to air
    damage tool by 1
 
on mine of grass block:
    cancel event
    set block to air
    damage tool by 1
 
on mine of oak wood planks:
    cancel event
    set block to air
    damage tool by 1
 
on mine of spruce wood planks:
    cancel event
    set block to air
    damage tool by 1
 
on mine of birch wood planks:
    cancel event
    set block to air
    damage tool by 1
 
on mine of jungle wood planks:
    cancel event
    set block to air
    damage tool by 1
 
# DROP BEZPOSREDNIO DO EQ #
 
 
 
on mine of redstone ore:
    chance of 200%:
        give 4 redstone to the player
 
on mine of coal ore:
    chance of 200%:
        give 1 coal to the player
 
on mine of dirt:
    chance of 200%:
        give 1 dirt to the player
 
on mine of oak wood:
    chance of 200%:
        give 1 oak wood to the player
 
on mine of spruce wood:
    chance of 200%:
        give 1 spruce wood to the player
 
on mine of jungle wood:
    chance of 200%:
        give 1 jungle wood to the player
 
on mine of birch wood:
    chance of 200%:
        give 1 birch wood to the player
 
on mine of gravel:
    chance of 200%:
        give 1 gravel to the player
 
on mine of sand:
    chance of 200%:
        give 1 sand to the player
 
on mine of grass block:
    chance of 200%:
        give 1 dirt to the player
 
on mine of oak wood planks:
    chance of 200%:
        give 1 oak wood planks to the player
 
on mine of spruce wood planks:
    chance of 200%:
        give 1 spruce wood planks to the player
 
on mine of birch wood planks:
    chance of 200%:
        give 1 birch wood planks to the player
 
on mine of jungle wood planks:
    chance of 200%:
        give 1 jungle wood planks to the player
 
# INFORMACJA O DROPIE #
 
command /stone:
    trigger:
        send "&cZelazo 2,00%"
        send "&cZloto 1,2%"
send "&cDiamenty 0,85%"
send "&cPerly 0,5%"
send "&cEmeraldy 1%"
 
 
 
 
^^^^^^^^^^^
Kod Skryptu Prosze O Rozwiazanie Dziekuje  Pozdrawiam PS Aven
Opublikowano

1. Kody z skryptu itd - Pastebin , code

2. Jakieś błedy z reloadu ? - /sk reload script

3. Dobrze wytabowane ?:

command /stone:
    trigger:
        send "&cZelazo 2,00%"
        send "&cZloto 1,2%"
send "&cDiamenty 0,85%"
send "&cPerly 0,5%"
send "&cEmeraldy 1%"

+ "%" zapewne błąd wywala bo plugin SKRIPT na wersję 1.7.2 nie toleruje już procentów w "

Jeżeli pomogłem, daj + Ciebie nic nie kosztuje Mi znaczy wiele.

 

 

 

 

 

 

 

Zachęcam do podsyłania pomysłów na film jako poradniki na YouTube

 

Opublikowano

Spróbuj z send to player;

command /stone:
<TAB>trigger:
<TAB><TAB>send "&cZelazo 2,00%" to player
<TAB><TAB>send "&cZloto 1,2%" to player
<TAB><TAB>send "&cDiamenty 0,85%" to player
<TAB><TAB>send "&cPerly 0,5%" to player
<TAB><TAB>send "&cEmeraldy 1%" to player

─────────────────────────────────────────────────────────────────────────────


Moderator to usuwa. EHE...


─────────────────────────────────────────────────────────────────────────────

Opublikowano

hmm zaraz zobacze :P

a trzeba miec moze wild skript lub skript + bo mam normalny skript ?

usun "%" z senda i bedzie działac [licze na like ;3

]

_____________________________________________________________________________________________________________________

http://www.mpcforum.pl/topic/1300329-mcpadaambonet/
_____________________________________________________________________________________________________________________
Chcecie Survival + Gildie ? Jesli tak to napisz jaki,oraz co chciałbyś na nim zobaczyc  :)

_____________________________________________________________________________________________________________________

Opublikowano

Ehh..

#============================#
# Skrypt powstal 18.12.2013r.#
# Przez Gore_On_Hands        #
#============================#
 
#======================#
#   Skrypt Droppe      #
#                      #
#+--------------------+#
#                      #
# Autor: Gore_On_Hands   #
# Wersja v1.2          #
#+--------------------+#
# Zezwala sie na:      #
# 1. Zmienianie dropow #
# 2. Zmieniania wiado- #
# mosci.               #
#+--------------------+#                     
# Nie zezwala sie na:  #
# 1. Handlowania skry- #
# ptem.                #
# 2. Podszywanie sie   #
# pod autora.          #
# 3. Zmieniania nazwy  #
# skryptu              #
# 4. Kopiowania kodu   #
# do swoich skryptow   #
#======================#
 
# NIEKONCZONCY SIE KILOF #
 
#Zeby zrobic niekonczoncy sie kilof musisz usunac "damage tool by 1"#
#Znajdziesz to w linijce od 46 do 49#
 
# DROPY #
 
 
 
on mine of stone:
    chance of 1.7%:                                   # Ile % szansy na wypadniecie danego bloku
        give 1 iron ore to the player                 # Co ma dropic
        send "&7Znalazles zelazo"                     # Wiadomosc jaka ma sie pojawic
    chance of 2.00%:
        give 1 emerald to the player
        send "&7Znalazles szmaragdy"
    chance of 1%:
        give 1 gold ore to the player
        send "&7Znalazles zloto"
    chance of 1,2%:
        give 1 diamond to the player
        send "&7Znalazles diameny"
    chance of 0,85%:
        give 1 cobblestone to the player
    chance of 70%:
        give 1 exp to the player
    chance of 0,5%:
        give 1 ender pearl to the player
        send "&7Znalazles perly"
 
 
# WYLACZENIE DROPU #
 
 
 
on mine of iron ore:
    cancel event
    set block to air 
 
on mine of gold ore:
    cancel event
    set block to air 
 
on mine of emerald ore:
    cancel event
    set block to air
 
on mine of diamond ore:
    cancel event
    set block to air 
 
on mine of stone:
    cancel event
    set block to air
    damage tool by 1
 
on mine of coal ore:
    cancel event
    set block to air
 
on mine of redstone ore:
    cancel event
    set block to air
 
on mine of dirt:
    cancel event
    set block to air
 
on mine of oak wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of spruce wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of jungle wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of birch wood:
    cancel event
    set block to air
    damage tool by 1
 
on mine of gravel:
    cancel event
    set block to air
    damage tool by 1
 
on mine of sand:
    cancel event
    set block to air
    damage tool by 1
 
on mine of grass block:
    cancel event
    set block to air
    damage tool by 1
 
on mine of oak wood planks:
    cancel event
    set block to air
    damage tool by 1
 
on mine of spruce wood planks:
    cancel event
    set block to air
    damage tool by 1
 
on mine of birch wood planks:
    cancel event
    set block to air
    damage tool by 1
 
on mine of jungle wood planks:
    cancel event
    set block to air
    damage tool by 1
 
# DROP BEZPOSREDNIO DO EQ #
 
 
 
on mine of redstone ore:
    chance of 200%:
        give 4 redstone to the player
 
on mine of coal ore:
    chance of 200%:
        give 1 coal to the player
 
on mine of dirt:
    chance of 200%:
        give 1 dirt to the player
 
on mine of oak wood:
    chance of 200%:
        give 1 oak wood to the player
 
on mine of spruce wood:
    chance of 200%:
        give 1 spruce wood to the player
 
on mine of jungle wood:
    chance of 200%:
        give 1 jungle wood to the player
 
on mine of birch wood:
    chance of 200%:
        give 1 birch wood to the player
 
on mine of gravel:
    chance of 200%:
        give 1 gravel to the player
 
on mine of sand:
    chance of 200%:
        give 1 sand to the player
 
on mine of grass block:
    chance of 200%:
        give 1 dirt to the player
 
on mine of oak wood planks:
    chance of 200%:
        give 1 oak wood planks to the player
 
on mine of spruce wood planks:
    chance of 200%:
        give 1 spruce wood planks to the player
 
on mine of birch wood planks:
    chance of 200%:
        give 1 birch wood planks to the player
 
on mine of jungle wood planks:
    chance of 200%:
        give 1 jungle wood planks to the player
 
# INFORMACJA O DROPIE #
 
command /stone:
	trigger:
		send "&cZelazo 2"
		send "&cZloto 1"
		send "&cDiamenty 0,85"
		send "&cPerly 0,5"
		send "&cEmeraldy 1"

Jeżeli pomogłem, daj + Ciebie nic nie kosztuje Mi znaczy wiele.

 

 

 

 

 

 

 

Zachęcam do podsyłania pomysłów na film jako poradniki na YouTube

 

Opublikowano

Moim zdaniem źle wytabowane: 

command /stone:
    trigger:
        send "&cZelazo 2,00%"
        send "&cZloto 1,2%"
        send "&cDiamenty 0,85%"
        send "&cPerly 0,5%"
        send "&cEmeraldy 1%"

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...