GithubHelp home page GithubHelp logo

Particle Effects about skript HOT 14 CLOSED

skriptlang avatar skriptlang commented on May 25, 2024 1
Particle Effects

from skript.

Comments (14)

bensku avatar bensku commented on May 25, 2024

... I added that in last update. You can use old play/show syntax found in Skript's documentation.

But multiple particles same time? Hmm, I'll look at that.

from skript.

Pilvinen avatar Pilvinen commented on May 25, 2024

Would be kind of useless to add multiple particles at the same time as they would only occupy the same space where you spawn them all without support for spreading the particles - which it would seem Spigot API doesn't support.

Unless of course if bensku makes his own logic for that. Since you can already spawn particles at location xyz there is no reason why you couldn't add vanilla /particle command like randomness to it from Skript's side even if Spigot API doesn't support it atm.

from skript.

bloggy avatar bloggy commented on May 25, 2024

True. You should slightly change the coords of the spawned particles if you spawn more than 1 particles. But that shouldn't be too difficult. Can you tell me where I can find a complete list of particles I am able to spawn? And are these particles shown to all players nearby?

from skript.

bensku avatar bensku commented on May 25, 2024

Ooops. It seems Github didn't publish the draft which had the feature. Well, done now and improvements coming soon.

from skript.

bloggy avatar bloggy commented on May 25, 2024

I think I found a bug with the particles effect:

# does not work (does not show any particles)
set {_loc} to location of targeted block
show heart at {_loc}

# does work
show heart at targeted block

from skript.

bensku avatar bensku commented on May 25, 2024

Features added, so retagging for that bug which still exists.

from skript.

bloggy avatar bloggy commented on May 25, 2024

There are even more bugs now.

My script code:

command /inlove:
    trigger:
        play 100 heart at targeted block

The error when reloading this script:

http://pastebin.com/wLca3DN3

Also there is no effect when I execute the "inlove" command.

from skript.

Pilvinen avatar Pilvinen commented on May 25, 2024

I'm also getting these. And the crash stops the skript from running so I had to comment out all the effect to keep in business...

from skript.

bloggy avatar bloggy commented on May 25, 2024

And now I have another problem with this release:
https://github.com/bensku/Skript/releases/tag/dev12c

When I do:
play 100 (dust of oak wood with speed 0) above clicked block

then I get:
the clicked block is not an entity

But I want the particles to be shown at a location too, not only on entities?!

from skript.

TheBentoBox avatar TheBentoBox commented on May 25, 2024

Try "1 meter above clicked block", bloggy. I can't test right now but I don't know if you can just do "above x".

from skript.

bloggy avatar bloggy commented on May 25, 2024

Thanks. This works for me:
play 20 (heart with speed 0) at targeted block

But the particles are spread in a very huge radius. Could you add additional parameters to limit the spread of the particles to a smaller radius @bensku ?

from skript.

TheBentoBox avatar TheBentoBox commented on May 25, 2024

@bloggy, the spread is the offset, which the release notes say can be added to any effect command with the syntax [with [offset of %number%, %number%(,| and) %number%][[and ]speed %number%]]. Try doing play 20 (heart with offset of 0.25, 0.25, 0.25 and speed 0) at targeted block

from skript.

bloggy avatar bloggy commented on May 25, 2024

Ok will try this. But if you don't add any offset value the spread is way to much / wide. The default spread should be way less.

from skript.

bensku avatar bensku commented on May 25, 2024

Closed, and opening another issue

from skript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.