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

Skript na mniejszy drop z iron golemów


Debest244

Rekomendowane odpowiedzi

Opublikowano

Witam, mam pytanie, czy jest może jakiś skript lub plugin który pozwala zmniejszyć drop z iron golemów żeby np. dropiło z niego max. 0-2 żelaza i 0-1 róży? 

 

Opublikowano
on death of iron golem:
    clear drops
    chance of 1.5%:
        set {_integer} to random integer beetwen 0 and 2
        drop {_integer} iron ingot
        set {_integer} to random integer beetwen 0 and 1
        drop {_integer} rose

­

Uważam, że poziom mojej inteligencji nie przekracza poziomu inteligencji przeciętnego człowieka.

Opublikowano
on death of iron golem:
    clear drops
    chance of 1.5%:
        set {_integer} to random integer beetwen 0 and 2
        drop {_integer} iron ingot
        set {_integer} to random integer beetwen 0 and 1
        drop {_integer} rose

­

 

Kawałek blędu na zdjęciu nie widać więc tu napisze:

'set {_integer} to random integer beetwen 0 and 2' is not a

post-1070339-0-84156600-1444053008_thumb.png

Opublikowano
on death of iron golem:
    clear drops
    chance of 1.5%:
        set {zelazo} to random integer beetwen 0 and 2
        drop %{zelazo}% iron ingot
        set {roza} to random integer beetwen 0 and 2
        drop %{roza}% rose

Spróbuj tego

Opublikowano
on death of iron golem:
    clear drops
    chance of 1.5%:
        set {zelazo} to random integer beetwen 0 and 2
        drop %{zelazo}% iron ingot
        set {roza} to random integer beetwen 0 and 2
        drop %{roza}% rose

Spróbuj tego

 

Znowu kawałek urwało:

'set {zelazo} to random integer beetwen 0 and 2' is not a

post-1070339-0-29915400-1444054964_thumb.png

Opublikowano

Spróbuj tego: set {zelazo} to random integer from 0 to 2 i jak coś to w dropie usun %% bo to nie jest potrzebne

Opublikowano

Spróbuj tego: set {zelazo} to random integer from 0 to 2 i jak coś to w dropie usun %% bo to nie jest potrzebne

a daj caly skript bo nie ogarniam gdzie to mam wpisac

Opublikowano
on death of iron golem:
    clear drops
    chance of 1.5%:
        set {zelazo} to random integer beetwen 0 and 2
        drop {zelazo} iron ingot
        set {roza} to random integer beetwen 0 and 2
        drop {roza} rose

Lub

on death of iron golem:
    clear drops
    chance of 1.5%:
        drop 1 iron ingot
        stop
    chance of 1.5%:
        drop 2 iron ingot
        stop
    chance of 1.5%:
        drop 1 rose
        stop
Opublikowano

@ninja12412 bedzie dropilo wszystko na raz

 

on death of iron golem:
    clear drops
    chance of 1.5%:
        set {_integer} to a random integer beetwen 0 and 2
        drop {_integer} iron ingot
        set {_integer} to a random integer beetwen 0 and 1
        drop {_integer} rose

Uważam, że poziom mojej inteligencji nie przekracza poziomu inteligencji przeciętnego człowieka.

Opublikowano

 

Proszę:

on death:
    victim is iron golem:
    clear drops
    chance of 20%:
        drop iron ingot at victim
    chance of 20%:
        drop rose at victim

Wszystko działa tylko mały błąd zamiast on death of iron golem: dałeś on death: w rezultacie dropiło żelazo ze świń xD

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...