Custom mob drops with custom mob name condition

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Kaden Bahn

Member
Oct 4, 2021
1
0
1
Hey, i was wondering what condition i can use if to check the name of the mob i kill

Code:
on death:
    if uncolored name of victim is "&6Beast":
      clear the drops
      set {_drop} to diamond
      drop {_drop} at victims location

This doesnt work, i was wondering if someone could help me with this?
 
Last edited:
Hey, i was wondering what condition i can use if to check the name of the mob i kill

Code:
on death:
    if uncolored name of victim is "&6Beast":
      clear the drops
      set {_drop} to diamond
      drop {_drop} at victims location

This doesnt work, i was wondering if someone could help me with this?
It's victim's*
But you can just do set drops to diamond to make it easier
 
Status
Not open for further replies.