Wildstacker drops

  • 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!

  • 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.

lundt6580

New Member
Mar 30, 2021
9
0
1
23
Hi, i am currenty making a Skyblock server. For some reason creatures does not drop drops (not gamerules) so i've now made custom drops to all mobs and animals (on death). This doesn't work with WildStacker, since the creatures doesn't die before the last one is killed. I was wondering if it is possible to drop drops when there's done 10 damage on a chicken and if possible, how?
Thanks
 
on load:
spawn chicken at location 100 0 100 in world "world"
set {_chicken} to last spawned chicken
while health of {_chicken} is more than 0:
wait 1 tick
#loop or something like health bar
broadcast "&a10 dmg" #after
 
Status
Not open for further replies.