#Hi! , im trying to create an auto pickup , but i cant clear the drops of the block and exp dont work

1 messages · Page 1 of 1 (latest)

hushed cloud
#

try storing the drops in a list first.

set {_dropblock::*} to drops of event-block

Then you remove the drops

clear drops of event-block

Finally, you deliver the drops to the user.

loop {_dropblock::*}:
    give loop-value to player
exotic flower
#

it will give exp?

hushed cloud
#
set {_exp} to experience dropped
add {_exp} to player's experience

To remove the drop experience you can use

clear experience dropped 
exotic flower
#

experiance dropped does not exist