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

[Pytanie] Jak skonfigurowac plugin Other Drops?


Rekomendowane odpowiedzi

Opublikowano

Witam
Chcialbym sie zapytac jak konfigurowac plugin Other Drops czyli zeby dropilo ze stone przedmioty chodzi mi o drop surowcow np diaxow (id:264)  zdaje mi sie ze tam gdzie drop to napisac 
 drop: 264 tool: (tu nie wiem) chance: 0.01 (ilosc ale nie wiem) message: dowolna wiadomosc
Tak mi sie zdaje ale bylbym wdzieczny jak napiszecie mi dokladny opis oczywiscie daje like :)

Opublikowano

Mam pytanie dobrze skonfigurowalem pisalem w notatniku?:

include-files: 
aliases:
defaults:
otherdrops:
    STONE:
        - drop: 264          tool: [ANY_PICKAXE]
          chance: 0.1          quantity: 1          message: Super! Znalazles Diament! Oby tak dalej
        - drop: 265
          tool: [ANY_PICKAXE]
          chance: 2.01
          quantity: 1          message: Super! Znalazles Zelazo! Oby tak dalej
        - drop: 266
          tool: [ANY_PICKAXE]
          chance: 0.8          quantity: 1          message: Super! Znalazles Zloto! Oby tak dalej
        - drop: 388
          tool: [ANY_PICKAXE]
        chance: 0.1
          quantity: 1
          message: Super! Znalazles Szmaragd! Oby tak dalej        - drop: 19          tool: [ANY_PICKAXE]          chance: 0.01          message: Zycze dobrego dropu z Sponge        - drop: 364        tool: [ANY_PICKAXE]        chance: 15.0        quantity: 8        message: Pewnie zglodniales masz cos na droge!        - drop: 260        tool: [ANY_PICKAXE]        chance: 3.25        message: RLY? Chcesz robic koxy na pvp?        - drop: 384        tool: [ANY_PICKAXE]        chance: 2.0        quantity: 3        message: Troche expa sie przyda!     SPONGE:        -drop: 264        tool:[ANY_PICKAXE]        chance: 3.0        quantity: 1-4        message: Diamonds Diamonds Diamonds Everywhere        - drop: 265        tool: [ANY_PICKAXE        chance: 10.0        quantity: 5-16        message: Gratulacje jestes IronMan        - drop: 266        tool: [ANY_PICKAXE]        chance: 8.0        quantity: 5-10        message: Zloty krol        - drop: 388        tool: [ANY_PICKAXE]        chance: 3.0        quantity: 1-4        - drop: 47        tool: [ANY_PICKAXE]        chance: 17.0        quantity: 1-3        message: Tylko nie za duzo bo oczy bola :)        - drop: 173        tool: [ANY_PICKAXE]        chance: 20.0        quantity: 1-2        message: Prawdziwy gornik ze Slaska :)        - drop: 399        tool: [ANY_PICKAXE]        chance: 0.9        quantity: 1        message: Gratulacje! Tego sie nie spodziewalem jestes prawdziwa gwiazda!        - drop: 17        tool: [ANY_AXE]        chance: 95.0        quantity: 32        message: Drewniak :(!        - drop: 17:1        tool: [ANY_AXE]        chance: 95.0        quantity: 32        message: Drewniak :(!        - drop: 17:2        tool: [ANY_AXE]        chance: 95.0        quantity: 32        message: Drewniak :(!        - drop: 17:3        tool: [ANY_AXE]        message: Drewniak :(!
Opublikowano

Konfiguracja pluginów jest bardzo trudna w notatniku wręcz nie możliwa polecam ci: Notepad ++

http://www.notepad-plus-plus.org/download/v6.6.6.html

A co do konfiguracji: \\Za duża ją poplątełeś...  w konfiguracji OtherDrops jedna spacja może ci gwarantować niedziałanie pluginu, więc jeżeli chcesz poprawnie ją skonfigurować koniecznie pobierz Notepad++

include-files: 
aliases:
defaults:
otherdrops:
    STONE:
        - drop: 264
          tool: [ANY_PICKAXE]
          message: Super! Znalazles Diament! Oby tak dalej
          chance: 0.1
          quantity: 1
        - drop: 265
          tool: [ANY_PICKAXE]
          chance: 2.01
          quantity: 1
          message: Super! Znalazles Zelazo! Oby tak dalej
        - drop: 266
          tool: [ANY_PICKAXE]
          message: Super! Znalazles Zloto! Oby tak dalej
          chance: 0.8
          quantity: 1
        - drop: 388
          tool: [ANY_PICKAXE]
          chance: 0.1
          quantity: 1
          message: Super! Znalazles Szmaragd! Oby tak dalej
        - drop: 19
          tool: [ANY_PICKAXE]
          chance: 0.01
          message: Zycze dobrego dropu z Sponge
        - drop: 364
          tool: [ANY_PICKAXE] 
          chance: 15.0
          quantity: 8
          message: Pewnie zglodniales masz cos na droge!

 

Pomogłem ? Wiesz co zrobić :D

Opublikowano

otherdrops:
    DIAMOND_ORE:
        - drop: COBBLESTONE
          tool: [iRON_PICKAXE, GOLDEN_PICKAXE, DIAMOND_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
    STONE:
        - drop: DIAMOND
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.6%
          message: "&bGratulacje! Znalazles diament!"
        - drop: GOLD_ORE
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 2.0%
          message: "&bGratulacje! Znalazles zloto!"
        - drop: EMERALD
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 0.6%
          message: "&bGratulacje! Znalazles szmaragd!"
        - drop: IRON_ORE
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
          chance: 3.0%
          message: "&bGratulacje! Znalazles zelazo!"
    IRON_ORE:
        - drop: COBBLESTONE
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
    EMERALD_ORE:
        - drop: COBBLESTONE
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]
    GOLD_ORE:
        - drop: COBBLESTONE
          tool: [iRON_PICKAXE, DIAMOND_PICKAXE, GOLDEN_PICKAXE, WOODEN_PICKAXE, STONE_PICKAXE]

 

  • 2 tygodnie później...
Opublikowano

 

Konfiguracja pluginów jest bardzo trudna w notatniku wręcz nie możliwa polecam ci: Notepad ++

http://www.notepad-plus-plus.org/download/v6.6.6.html

A co do konfiguracji: \\Za duża ją poplątełeś...  w konfiguracji OtherDrops jedna spacja może ci gwarantować niedziałanie pluginu, więc jeżeli chcesz poprawnie ją skonfigurować koniecznie pobierz Notepad++

include-files: 
aliases:
defaults:
otherdrops:
    STONE:
        - drop: 264
          tool: [ANY_PICKAXE]
          message: Super! Znalazles Diament! Oby tak dalej
          chance: 0.1
          quantity: 1
        - drop: 265
          tool: [ANY_PICKAXE]
          chance: 2.01
          quantity: 1
          message: Super! Znalazles Zelazo! Oby tak dalej
        - drop: 266
          tool: [ANY_PICKAXE]
          message: Super! Znalazles Zloto! Oby tak dalej
          chance: 0.8
          quantity: 1
        - drop: 388
          tool: [ANY_PICKAXE]
          chance: 0.1
          quantity: 1
          message: Super! Znalazles Szmaragd! Oby tak dalej
        - drop: 19
          tool: [ANY_PICKAXE]
          chance: 0.01
          message: Zycze dobrego dropu z Sponge
        - drop: 364
          tool: [ANY_PICKAXE] 
          chance: 15.0
          quantity: 8
          message: Pewnie zglodniales masz cos na droge!

 

gdzie to mam wkleić ? do otherdrops-config czy otherdrops-drops ?

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...