1. 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 comminuty!

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

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Help kill stack mobs

Discussion in 'Skript' started by Souup_US, May 19, 2019.

Tags:
Thread Status:
Not open for further replies.
  1. Souup_US

    Souup_US Member

    Joined:
    Mar 8, 2019
    Messages:
    2
    Likes Received:
    0
    My Skript has the function of killing an amount of mobs stacks.

    on death of zombie:
    if attacker is a player:
    set {_drops} to number of drops
    clear drops
    set {_name} to name of victim

    # Before this x has a number that represents the amount of mobs in a stack
    # I wanted to setar the number of mobs in variable {_name}

    if {_name} contais "x Zombie":
    if {_name} has number:
    set {_name} to number of victim name
    set {_drops} to {_drops} * {_name}
    add {_drops} to {zombie.%attacker%}
    stop

    # The code doesn't work and I'm already on time trying to make it work nothing else worked out
    # Help Me please
     
Thread Status:
Not open for further replies.

Share This Page

Loading...