Skocz do zawartości
  • 0

Skrypt Na Exp Z Mobów


Nieaktywny

Pytanie

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

on death:
    attacker is a player:
        if victim is a zombie:
            if name of victim is "Zombie [Poziom 5]":
                give 5 exp to attacker
            if name of victim is "Zombie [Poziom 10]":
                give 10 exp to attacker

Odnośnik do komentarza
https://skript.pl/temat/8939-skrypt-na-exp-z-mob%C3%B3w/#findComment-69291
Udostępnij na innych stronach

  • 0

Spróbuj tak



on death:
attacker is a player:
if victim is a zombie:
if name of victim is "Zombie [Poziom 5]":
drop 5 xp
if name of victim is "Zombie [Poziom 10]":
drop 10 xp

Nie testowane


Odnośnik do komentarza
https://skript.pl/temat/8939-skrypt-na-exp-z-mob%C3%B3w/#findComment-69356
Udostępnij na innych stronach

  • 0

Moze tak:




on death:
attacker is a player:
if victim is a zombie:
if name of victim is "Zombie [Poziom 5]":
execute console command "exp give %player% 5"
if name of victim is "Zombie [Poziom 10]":
execute console command "exp give %player% 10"


 


Nie sprawdzalem wiec nie wiem czy dziala


Edytowane przez Neital
Odnośnik do komentarza
https://skript.pl/temat/8939-skrypt-na-exp-z-mob%C3%B3w/#findComment-69496
Udostępnij na innych stronach

  • 0

on death:
    attacker is a player:
        if victim is a pig:
            execute console command "exp give %attacker% 1"

on death:
    attacker is a player:
        if victim is a zombie:
            if name of victim is "Zombie &6[Poziom 1]":
                execute console command "exp give %attacker% 5"
            if name of victim is "Zombie &6[Poziom 2]":
                execute console command "exp give %attacker% 6"
            if name of victim is "Zombie &6[Poziom 3]":
                execute console command "exp give %attacker% 7"
            if name of victim is "Zombie &6[Poziom 4]":
                execute console command "exp give %attacker% 8"
            if name of victim is "Zombie &6[Poziom 5]":
                execute console command "exp give %attacker% 9"
            if name of victim is "Zombie &6[Poziom 6]":
                execute console command "exp give %attacker% 10"
            if name of victim is "Zombie &6[Poziom 7]":
                execute console command "exp give %attacker% 11"
            if name of victim is "Zombie &6[Poziom 8]":
                execute console command "exp give %attacker% 12"
            if name of victim is "Zombie &6[Poziom 9]":
                execute console command "exp give %attacker% 13"
            if name of victim is "Zombie &6[Poziom 10]":
                execute console command "exp give %attacker% 14"

on death:
    attacker is a player:
        if victim is a Skeleton:
            if name of victim is "Szkielet &6[Poziom 1]":
                execute console command "exp give %attacker% 6"
            if name of victim is "Szkielet &6[Poziom 2]":
                execute console command "exp give %attacker% 7"
            if name of victim is "Szkielet &6[Poziom 3]":
                execute console command "exp give %attacker% 8"
            if name of victim is "Szkielet &6[Poziom 4]":
                execute console command "exp give %attacker% 9"
            if name of victim is "Szkielet &6[Poziom 5]":
                execute console command "exp give %attacker% 10"
                
on death:
    attacker is a player:
        if victim is a Spider:
            if name of victim is "Pająk &6[Poziom 1]":
                execute console command "exp give %attacker% 10"
            if name of victim is "Pająk &6[Poziom 2]":
                execute console command "exp give %attacker% 11"
            if name of victim is "Pająk &6[Poziom 3]":
                execute console command "exp give %attacker% 12"
            if name of victim is "Pająk &6[Poziom 4]":
                execute console command "exp give %attacker% 13"
            if name of victim is "Pająk &6[Poziom 5]":
                execute console command "exp give %attacker% 14"
            if name of victim is "Pająk &6[Poziom 6]":
                execute console command "exp give %attacker% 15"
                
on death:
    attacker is a player:
        if victim is a Wither Skeleton:
            if name of victim is "&2Szkielet Rycerz":
                execute console command "exp give %attacker% 10"

on death:
    attacker is a player:
        if victim is a Iron Golem:
            if name of victim is "Dziki Sługa &6[Poziom 1]":
                execute console command "exp give %attacker% 10"
            if name of victim is "Dziki Sługa &6[Poziom 2]":
                execute console command "exp give %attacker% 15"
            if name of victim is "Dziki Sługa &6[Poziom 3]":
                execute console command "exp give %attacker% 20"

on death:
    attacker is a player:
        if victim is a Zombie:
            if name of victim is "Dziki Opętaniec &6[Poziom 1]":
                execute console command "exp give %attacker% 10"

 

zrobiłem po swojemu i teraz działa wszystko dobrze ;)

Odnośnik do komentarza
https://skript.pl/temat/8939-skrypt-na-exp-z-mob%C3%B3w/#findComment-69536
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...