Jump to content

can anyone make a script that makes the mob drops go directly in the players inventory


hibye123

Recommended Posts

on death:
	victim is not a player
	set {_drops::*} to drops
	clear drops
	give player {_drops::*}

This is not tested so not sure if it will 100% work but I got no errors when parsing it.

 

Moved to Marketplace

Please post in the right category next time when requesting a skript.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

11 hours ago, _Tarna_ said:

on death:
	victim is not a player
	set {_drops::*} to drops
	clear drops
	give player {_drops::*}

This is not tested so not sure if it will 100% work but I got no errors when parsing it.

 

Moved to Marketplace

Please post in the right category next time when requesting a skript.

on death:
    victim is not a player
    set {_drops::*} to drops
    clear drops
    give attacker {_drops::*}
 

you need to change the "give player {_drops::*}" to "give attacker {_drops::*}" working good for me

hi!-im-minehut-manager!-here-is-a proof!-if-u-try-to-change-ur-minehut-account-name-to-other-name-with-"minehut"-it -ill-block-u,-so-im-the-real-manager! -yay! 

 

JK

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...