#(lolpys) Shoot mythicmob without gravity

10 messages · Page 1 of 1 (latest)

spiral quest
#

https://paste.denizenscript.com/View/129337
https://pastebin.com/A16vPVpA

I'm trying to shoot this mythicmob, but without gravity so he doesn't fall down.

When i adjust it's gravity to false, the mob just doesn't get shot.

plush muralBOT
#

(lolpys) Shoot mythicmob without gravity

plush muralBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

lavish dock
#

Are you looking for

#

!c push

bleak driftBOT
# lavish dock !c push
Group

entity

Syntax

push [<entity>|...] (origin:<entity>/<location>) (destination:<location>) (speed:<#.#>) (duration:<duration>) (script:<name>) (def:<element>|...) (force_along) (precision:<#>) (no_rotate) (no_damage) (ignore_collision)

Short Description

Pushes entities through the air in a straight line.

Description

Pushes entities through the air in a straight line at a certain speed and for a certain duration,
triggering a script when they hit an obstacle or stop flying.

You must specify an entity to be pushed.

Usually, you should specify the origin and the destination. If unspecified, they will be assumed from contextual data.

You can specify the script to be run with the (script:<name>) argument,
and optionally specify definitions to be available in this script with the (def:<element>|...) argument.
...

lavish dock
#

?

worthy grove
#

@spiral quest ^

spiral quest
#

Nevermind i fixed it