diablo04 Opublikowano 19 Sierpnia 2013 Udostępnij Opublikowano 19 Sierpnia 2013 Witam w tym temacie poszukuję configu lub wersów, które odpowiadają za to, że kiedy gracz ma enchantowany kilof ze szczęściem wypada mu więcej dropów np. po 2, 3 lub częściej wypadają.Mój obecny config: include-files: ########## # The plugin will scan through and load these files after loading the main config below. # Note: drops from included files will are inclusive and will all be added to the drop list. ########## # - includes/od-fix_undroppables.yml # fix glass, bookshelf, boat and stairs drops # - includes/od-goldtools-basic.yml # allow gold tools chance to get ice, glowstone and grass # - includes/od-goldtools-smelt.yml # gold-pickaxe smelts ores to ingots, sand to glass, etc # - includes/od-ore_extraction.yml # allow ores to be "extracted" - leaving behind the stone # - includes/od-leaf_overhaul.yml # overhaul leaf drops (apples, cocoa beans, leaves, sticks & a very small chance of golden apple) # - includes/od-playerdeath_zombie.yml # players drop zombies on death # - includes/od-undead_chaos.yml # the undead shall rise again! Includes players dropping zombies/skeletons # - includes/od-random_examples.yml # For crazy testing only Read through examples before activating. # - includes/od-dyewool.yml # Dye wool after placing! # - includes/od-stop_mob_farms.yml # Stop mob farming! ## Other users overhauls # - includes/overhaul-catballs.yml # great example/playable config from Catballs (disable "ob" configs before using this one, otherwise you might have too many drops) # - includes/overhaul-zarius.yml # Zar's messy config (I run this with no other includes, at the moment) ## Add your files here (alternatively just add your custom drops to the bottom of this file) # - my_custom_file1.yml aliases: ########## # add custom YAML aliases here (advanced customisation) - see the wiki for more information defaults: ########## # add default values for the config below, "include-files" have their own "defaults" sections otherdrops: STONE: - drop: DIAMOND tool: [ANY_PICKAXE] chance: 0.58 message: "&bZnalazles Diament!" - drop: IRON_INGOT tool: [ANY_PICKAXE] chance: 0.70 message: "&8Znalazles Zelazo!" - drop: GOLD_INGOT tool: [ANY_PICKAXE] chance: 0.88 message: "&eZnalazles Zloto!" - drop: EMERALD tool: [ANY_PICKAXE] chance: 1.04 message: "&aZnalazles Emerald!" DIAMOND_ORE: - drop: STONE tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER] message: "&bDrop diamentow tylko ze Stone (&cszansa: 0.58%&b)" IRON_ORE: - drop: STONE tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER] message: "&8Drop zelaza tylko ze Stone (&cszansa: 0.70%&8)" GOLD_ORE: - drop: STONE tool: [ANY, -EXPLOSION_TNT, EXPLOSION_CREEPER] message: "&6Drop zlota tylko ze Stone (&cszansa: 0.88%&6)" ########## # Your changes here, or create a new .yml file and include it above in the "include-files" section # Explore the included config files for many more examples # # If make a interesting or crazy config let me know on the forum and I might include it in the next release. # # Example: # GLASS: # - drop: GLASS # # - drop: MONEY # quantity: 3-15 # message: You recycled the glass for %q dollars. Proszę o szybką pomoc. Z góry dziękuję! Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
diablo04 Opublikowano 19 Sierpnia 2013 Autor Udostępnij Opublikowano 19 Sierpnia 2013 @ref Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
michal343442 Opublikowano 19 Sierpnia 2013 Udostępnij Opublikowano 19 Sierpnia 2013 Nie chce ci kręcić w głowie ale ja na innym pluginie pisałem : [item]:[Enchant].A to że nie mam servera żadnego do spróbowania to ty wpisz to . Może będzie działać Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
jaco150999 Opublikowano 19 Sierpnia 2013 Udostępnij Opublikowano 19 Sierpnia 2013 nie wiem czy takie cos mozna zrobic trzeba chyba osobny plugin... Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
diablo04 Opublikowano 21 Sierpnia 2013 Autor Udostępnij Opublikowano 21 Sierpnia 2013 @refNa serwerze MasterPepcio jest coś takiego, kiedy ma się fortunę w kilofie to wypada 1-4 diamentów, złota, żelaza. Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
LisieckiPuchaty Opublikowano 21 Sierpnia 2013 Udostępnij Opublikowano 21 Sierpnia 2013 boze. Na forum jest dl configu. Typ wrzucil go juz wczoraj. Poszukajjest gdzies napewno nie dalej niz 5 strona Ból jest twoim przyjacielem, sprzymierzeńcem... Ból mówi, kiedy jesteś poważnie ranny... A wiesz, co jest w bólu najlepsze? Pokazuje, że nie jesteś jeszcze... MARTWY! ~ Kaneki Ken Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
leszczu97 Opublikowano 21 Sierpnia 2013 Udostępnij Opublikowano 21 Sierpnia 2013 Enchant fortune: - drop: DIAMOND tool: [ANY_PICKAXE] chance: 0.58 message: "&bZnalazles Diament!" W tool dodajesz DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1 - to jest fortune 1 jeżeli chcesz dodać fortune 2 i 3 to zmieniasz #1 na #2 lub #3. Aby leciało więcej musisz dodać quantity: 1-3 po zmianie wygląda to tak: - drop: DIAMOND tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1] chance: 0.58 message: "&bZnalazles Diament!" quantity: 1-3 1-3 to znaczy, że może wypaść od 1 do 3 diamentów. Pomogłem?? Kliknij Lubię To Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Scentic Opublikowano 21 Sierpnia 2013 Udostępnij Opublikowano 21 Sierpnia 2013 Proszę przykład na szkielet: SKELETON: - tool: DIAMOND_SWORD@!DAMAGE_ALL # this means it will only perform this drop if an appropriately enchanted diamond sword is used drop: DIAMOND Nazwy enchantów itp : http://dev.bukkit.org/bukkit-plugins/otherdrops/pages/enchantments/ Edit: Kolega @Up napisał to chwilę wcześniej, dlatego nie widziałem że już jest odpowiedź i napisałem ten post. Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
xxmatek11xx Opublikowano 22 Sierpnia 2013 Udostępnij Opublikowano 22 Sierpnia 2013 @ref Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
diablo04 Opublikowano 25 Sierpnia 2013 Autor Udostępnij Opublikowano 25 Sierpnia 2013 Enchant fortune: - drop: DIAMOND tool: [ANY_PICKAXE] chance: 0.58 message: "&bZnalazles Diament!"W tool dodajesz DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1 - to jest fortune 1 jeżeli chcesz dodać fortune 2 i 3 to zmieniasz #1 na #2 lub #3. Aby leciało więcej musisz dodać quantity: 1-3 po zmianie wygląda to tak: - drop: DIAMOND tool: [DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS#1] chance: 0.58 message: "&bZnalazles Diament!" quantity: 1-31-3 to znaczy, że może wypaść od 1 do 3 diamentów. @leszczu97 twój config działa jeśli zamienię DIAMOND na DIAMOND_ORE bo LOOT_BONUS_BLOCKS#1 działa tylko na rudy (przynajmniej tak mi się wydaje). Ja natomiast szukam configu, żeby wypadało więcej diamentów w czystej formie. Próbowałem z DIAMOND i nie działa. Przetestowałem też przy żelazie oraz złocie, nigdzie nie chodzi. Pozamieniałem żeby wypadało ORE i wszystko chodziło. Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
diablo04 Opublikowano 25 Sierpnia 2013 Autor Udostępnij Opublikowano 25 Sierpnia 2013 @ALL Dziękuję wszystkim za pomoc, jakoś rozwiązałem ten problem, próbowałem przez godzinkę różnych sposobów i udało się :P Temat do zamknięcia! Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
asd-w Opublikowano 27 Sierpnia 2013 Udostępnij Opublikowano 27 Sierpnia 2013 @ref Odnośnik do komentarza Udostępnij na innych stronach Więcej opcji udostępniania...
Rekomendowane odpowiedzi
Zarchiwizowany
Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.