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] Drop.


Rekomendowane odpowiedzi

Opublikowano

Czesc czy by mi ktos zrobil Drop na serwer Survival+Frakcje

Chcialbym zeby w dropie bylo 

-Złoto

-Diament

-Szmaragd

-Perła Kresu

-Żelazo

-Obsydian

-Drewno

-Redstone

-Laps

Opublikowano

Czesc czy by mi ktos zrobil Drop na serwer Survival+Frakcje

Chcialbym zeby w dropie bylo 

-Złoto

-Diament

-Szmaragd

-Perła Kresu

-Żelazo

-Obsydian

-Drewno

-Redstone

-Laps

trudne to nie jest, tylko może byś napisał na jakim pluginie siedzisz, czy skrypcie ... 

Ja nie jestem jasnowidzem i nie wiem jakiego pluginu używasz, ale znając życie zapewne OthersDrop

531001454960877632167.png

Opublikowano

Trzym liczę na  naj ;)

 

 

 

# INFORMACJE O SKRYPCIE #
 
#============================#
# Skrypt powstal 22.04.2015r.#
# Przez TheTurboFranek       #
#============================#
 
#======================#
#   Skrypt Xdrop       #
#                      #
#+--------------------+#
#                      #
# Autor: TheTurboFranek#
# 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 20%:                                   # Ile % szansy na wypadniecie danego bloku
        give 1 iron ingot to the player                 # Co ma dropic
    chance of 20%:
        give 1 emerald to the player
    chance of 20%:
        give 1 gold ingot to the player
    chance of 20%:
        give 1 diamond to the player
    chance of 100%:
        give 1 cobblestone to the player
    chance of 100%:
        give 30 exp to the player
    chance of 0.1%:
        give 1 bookshelf to the player
    chance of 20%:
        give 1 redstone to the player
    chance of 20%:
        give 1 gunpowder to the player
    chance of 20%:
        give 1 coal to the player
    chance of 20%:
        give 1 apple to the player
    chance of 20%:
        give 2 obsidian to the player
 chance of 0.01%:
        give 1 ender pearl ingot to the player

# 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 20%:
        give 4 redstone to the player
               
on mine of coal ore:
    chance of 20%:
        give 1 coal to the player
               
on mine of dirt:
    chance of 100%:
        give 1 dirt to the player
 
on mine of oak wood:
    chance of 100%:
        give 1 oak wood to the player
               
on mine of spruce wood:
    chance of 100%:
        give 1 spruce wood to the player
               
on mine of jungle wood:
    chance of 100%:
        give 1 jungle wood to the player
               
on mine of birch wood:
    chance of 100%:
        give 1 birch wood to the player
               
on mine of gravel:
    chance of 100%:
        give 1 gravel to the player
               
on mine of sand:
    chance of 100%:
        give 1 sand to the player
               
on mine of grass block:
    chance of 100%:
        give 1 dirt to the player
               
on mine of oak wood planks:
    chance of 100%:
        give 1 oak wood planks to the player
 
on mine of spruce wood planks:
    chance of 100%:
        give 1 spruce wood planks to the player
               
on mine of birch wood planks:
    chance of 100%:
        give 1 birch wood planks to the player
               
on mine of jungle wood planks:
    chance of 100%:
        give 1 jungle wood planks to the player

Zapraszam na mój serwer ip : hc2.csrv.pl     

POSZUKUJĘ NA NIM YOUTUBERÓW POW. 100 SUBÓW

HELPERÓW,BUDOWNICZYCH,TECHNIKÓW :)

Opublikowano

Ja na OtherDrops


trudne to nie jest, tylko może byś napisał na jakim pluginie siedzisz, czy skrypcie ... 
Ja nie jestem jasnowidzem i nie wiem jakiego pluginu używasz, ale znając życie zapewne OthersDrop

Właśnie używam OtherDrops

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...