#Particle Beam...

1 messages · Page 1 of 1 (latest)

west storm
#
  1. remove skquery
#

its known to break skript

outer arch
#

ohk

#

still same issue....

#

😭 someone help meeee

verbal ingot
#

do you ever read the changelogs lol

#

theres new official skript particle syntaxes

#

the skbee syntaxes are deprecated

#

also update skript

#

and skbee

#

and skript-particle

#

and your server version

outer arch
#

i am on 1.21.5 and there is no skbee version for it

#

i am on highest one rn

verbal ingot
outer arch
verbal ingot
#

force draw blue dust particles of size 2 with extra value 0

swift condor
#

is this ai generated?

#

either way,

function line(l: location, v: vector,range: integer, density: number,spreadMIN: number,spreadMAX: number) :: locations:
  loop {_range} times:
    set standard length of {_v} to loop-value * {_density}
    add getRandom({_l} ~ {_v},(random number between {_spreadMIN} and {_spreadMAX} to {_list::*})
  return {_list::*}
# USAGE
on left click:
  draw 1 of end rod at line(location of head of player, vector from yaw yaw of player and pitch pitch of player, 20, 0.2, 0, 0.35) with extra 0 with force
# USAGE
function getRandom(l: location, size: number) :: location:
    set {_v} to a random vector
    set standard length of {_v} to {_size}
    set {_location} to {_l} ~ {_v}
    return {_location}
#

this is untested btw, so make sure it works

#

discord is formatting this to hell holy

west storm
outer arch
swift condor
outer arch
#

i just took that code from online spigot lol

swift condor
#

ah ic

swift condor
#

if yo uhave any questions do ask

outer arch
#

let me try

#

didn't work but imma just remove all the beam stuff....

warm raven
swift condor
swift condor
outer arch
swift condor
#

add getRandom({_l} ~ {_v}, (random number between {_spreadMIN} and {_spreadMAX}) to {_list::*}

swift condor
outer arch
swift condor
#

alr good d:

outer arch
#

i was told that

swift condor
outer arch
#

skbee at that version

swift condor
#

so where is this coming from

outer arch
#

didn't have

#

particles

#

and it was removed for that specfic versions

#

I tried 3.15.x

#

but it gave same problem