#Worm boss
1 messages Β· Page 1 of 1 (latest)
sounds awesome
awesome idea
have fun
best luck mate
u can do it
we believe in u
good luck
you got this
Can't wait to see the end result.
you sure can do
cant wait to see it
down he goes into this wormhole
good luck
You can do it!
good luck friend
good luck bro
real helpful guys
how do you expect us to help you, when you havent told us the issue.
TF is a "worm boss" and what do you want?
If you want help, define your issue
ive created both worm and snake like things in skript, its possible, and like mentioned, you just said "i need worm boss" without any context
so why not try to make some stuff, see how it goes, and then ask for some advice and post your code, like hey ive tried x, y and z, but x wasnt very efficient, and z has issues, anyone got any ideas on how i could make this more lifelike or less glitchy when moving?
we are here to help, we cannot help if you dont give us anything to grab onto
oh well there is not much else to say, i just need entitys to follow eachother in a procedure, making a worm
so then do so lol, make a list of entities, loop through it and teleport the currently being looped entity to the next one in the list
Alr i guess I'll try
spoked like a true skripter
thats something you could have already tried to do prior to this
being called a "true skripter" is honestly almost offensive
Pardon me?
well the original idea i had was to retexture a silverfish
well you know skript is kind of a joke of a programming language
or scripting language
you have been pardoned
Someone wanna tell him what Minecraft runs on?
write your concepts in python first and then translate to skript
well i mean one runs on java the other runs on c++
so you can get a working prototype down and then it should be easy to transfer the logic over
no i found a way to do it
turns out it's just looping a list variable
with a delay
but here is the issue, you didnt say anything at all.
"worm boss" is INSANELY VAGUE
Not to mention, we don't know what exactly you need help with.
Your attitude is quite poor in general here, since you are the one needing help.
Your level of entitlement is laughable too.
You act like its our job to read your mind, and you are entitled to have anyone here jump thru hoops to help you out.
Yet again, all you said was "worm boss", like me personally, I have no clue what that means.
Not til you finally said it did I have any clue what you were looking for.
And Im pretty sure Im not the only one here who thinks that
x]
like hypixel skyblock worms?
You got this man!
You can do it with mythicmobs.
We're counting on ya', rookie.
Worm that boss
Come on man! Update us on how it's going.
We wanna see that thing wiggling π₯΅
i love something wiggling
π€¦ββοΈ
No need to freak out as I said I found a way it works fine
hahahaha ok
Great, next time read the last few messages before responding with a paragraph I didnt read
After watching @native raptor write a paragraph about how dumb my question was after I finished making it Iβd rather not interact with this community
okie dokie 
Does that mean... your not gonna show me? I was excited to see it wiggle :(
Sowwy
You better be sorry
i think worm boss is pretty descriptive
Crazy idea
So we will never see it π₯²
Now I can't die happy ππππ
ππ
poor us
I mean, he was just stating the truth. Worm boss IS a vague sentence, and you didn't specify what u wanted. But if you don't want to interact with us, thats fine, its your call.
I wanted to see a worm boss:(
What else can I see wiggle if it ain't the worm boss bro π’
same π€£π
iβve never seen this many people in 1 thread
https://www.youtube.com/watch?v=x2p0NFG8WVM heres a good worm boss thing
Hey everyone, this is just a quick update video for the Sculk Worm. The main addition is the ability for the worm to climb up pillars built by players. This makes it much harder to escape from them. They also create particles as they dig now. Here is the link to the mod: https://www.curseforge.com/minecraft/mc-mods/fabric-sculk-worm
#Sculk #War...
what a wiggly worm
Worm boss
worm boss!!!
But it's not the same...
I wanna see THE worm boss
Same
Where's the worm boss
We've been waiting for too long
what happen with the worm
Bro... I need vids of that worm :<
My worm boss!!
worm
I canβt wait to ser the worm boss!!!
he said hes not showing it guys
His question was never a question, instead a statement
I need to make worm boss
when worm boss?
I cant get jiggly things in life pls I need this man
Frendliest question asker on skripthub
why is there still messages here
almost forgot about this until someone mentioned me
π€£π€£π€£π€£
We're waiting on you.
You can do it!
Where worm boss
NO SHOW ME THE WORM BRUH
DON'T
Nooo please
Noooo! I need worm boss!
This thread shall not be deleted :)
when is the finished result? I wanna see the boss
Is it ready?
Yea, We I waiting for worm boss
This is being dragged to its cores
I ain't stopping until I die or see that wiggly boi
Same... Need that danger noodle boss
I want to see wiggly worm
Make that shit wiggle π
Wiggle that worm 
No we want a bigger worm
I'll let him do the work
More wigglier one
need to see that shit wiggle π
Wiggly wiggly done?
No wiggly wiggly for us :<
anyone have a wiggy wiggy to display
I want to see a danger noodle so bad. I would make one, but rn, I have no motivation, and am very lazy. lol
My son if u think that skript is a joke then do something else
Skript is built from Swift
Here is a reference
Your turn to make Lvl 2 Worm Boss
Alr bet
@median aspen can u send me the lvl 1 code I wanna for off that and have the original attack of the lvl 1 and add a new one
This is what I wanted to reply to lmao
great idea!
good idea
@median aspen my test server broke can i dm u the code so u can test it?
well accualy i can send here
can someone test it
function wormbossName(e: entity):
stop if (metadata tag "wormboss" of {_e}) != true
set name of {_e} to "worm boss &cLvL 2 &7(&c%health of {_e}%&cβ₯&7)"
on spawn of silverfish:
name of event-entity = "worm boss"
set (metadata tag "wormboss" of event-entity) to true
set max health of event-entity to 500
set health of event-entity to 500
wormbossName(event-entity)
while event-entity is alive:
draw 1 flame at event-entity with offset vector(0.2, 0.2, 0.2) with extra 0
wait 10 ticks
on damage of silverfish:
metadata tag "wormboss" of victim = true
attacker = a player
wormbossName(victim)
chance of 0.3:
set {_source} to location of victim
set {_vector} to normalized (vector from victim to attacker)
loop 32 times:
delete {_p::*}
set {_point} to ({_source} ~~ {_vector})
draw 0 of soul_fire_flame at {_point} with offset vector(0, 1, 0) with extra 1
set {_fireball} to fireball
shoot fireball at attacker at speed 5
draw 1 flame at {_fireball}
set {_p::*} to all players in radius 1 of {_point}
damage {_p::*} by 4
apply blindness 4 to {_p::*} for 3 seconds replacing existing effect
set {_p::*} on fire for 2 seconds
add 0.5 to vector length of {_vector}
if mod(loop-value, 8) = 0:
wait 1 tick
Omg this is the iconic thread from famous quotes
Indeed it is
And I think it will be the best thread for all time π€£
When is v3 coming out, my players demand better content
You make
This is even better than the tea thread
Lmao
Did anyone test my lvl 2 yet I need to fix my test server so I can't rn
Im sure it's working good but idk
Please rewrite worm boss, too OP
Lvl 1 or 2?
Both
Ok
someone should host a worm boss skripting competition lol
Worm Olympics 2023, coming to you this spring
wut
Lmao
worm boss when
Love the idea hope I can see the end result!!!!
I might contribute to the worm
Ok make worm boss lvl 3 and add from this bc this lvl 2
Lvl 2
worm boss moment
I'm still waiting on lvl 3
Worm boss.
