closed

Status
This thread has been locked.

UseRod

Banned
Feedback score
0
Posts
15
Reactions
1
Resources
0
hello, So I was searching everywhere how can i make spiral projectile trails, if you do know how to please post code or plugin... (fact: i know how to make projectile trails) (another fact: i know how to make spiral particles) the problem here is that i didn't come to a solution of how i can combine those two together. Please Help me
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

skittles

Deactivated
Feedback score
9
Posts
287
Reactions
132
Resources
0
no one is going to spoonfeed you when you claim to have 3 years of experience with programming

use your method of creating projectile trails and then create an algorithm to determine the next location the spiral particle will be.

i'd use a for loop that determines the y level for the particle, then i'd use a cosine and a sin function to generate a spiral from the y level and then i would send the particle to the player (or how many ever players you want to display it to)
 

UseRod

Banned
Feedback score
0
Posts
15
Reactions
1
Resources
0
no one is going to spoonfeed you when you claim to have 3 years of experience with programming

use your method of creating projectile trails and then create an algorithm to determine the next location the spiral particle will be.

i'd use a for loop that determines the y level for the particle, then i'd use a cosine and a sin function to generate a spiral from the y level and then i would send the particle to the player (or how many ever players you want to display it to)
1- i'm not lying about 3 years of experience
2- i know what i do
3- the problem here is: i didn't come to a solution for how i can make the particles go in x/z
4- i didn't said i want spoonfeed code ;)
5- recommend reading the thread better...
 
Banned forever. Reason: Creating Multiple Accounts (ghjtyj, https://builtbybit.com/members/iuserod.239915/)

Sean147299

Premium
Feedback score
9
Posts
34
Reactions
25
Resources
2
1- i'm not lying about 3 years of experience
2- i know what i do
3- the problem here is: i didn't come to a solution for how i can make the particles go in x/z
4- i didn't said i want spoonfeed code ;)
5- recommend reading the thread better...
if you do know how to please post code or plugin
 

skittles

Deactivated
Feedback score
9
Posts
287
Reactions
132
Resources
0
1- i'm not lying about 3 years of experience
2- i know what i do
3- the problem here is: i didn't come to a solution for how i can make the particles go in x/z
4- i didn't said i want spoonfeed code ;)
5- recommend reading the thread better...
well actually you said in one of your threads that you have 5 years of experience... and you said you knew how to make spiral particles and that involves sin and cosine functions based on the y axis which contradicts your 3rd point
 

UseRod

Banned
Feedback score
0
Posts
15
Reactions
1
Resources
0
if i do, then why tf i'm even asking...[DOUBLEPOST=1609534426][/DOUBLEPOST]
well actually you said in one of your threads that you have 5 years of experience... and you said you knew how to make spiral particles and that involves sin and cosine functions based on the y axis which contradicts your 3rd point
my guy, ... you really seem to no understand me... sry for that but you've helped enough
 
Banned forever. Reason: Creating Multiple Accounts (ghjtyj, https://builtbybit.com/members/iuserod.239915/)

skittles

Deactivated
Feedback score
9
Posts
287
Reactions
132
Resources
0
if i do, then why tf i'm even asking...[DOUBLEPOST=1609534426][/DOUBLEPOST]
my guy, ... you really seem to no understand me... sry for that but you've helped enough
you should know the answer to that xD

if you want someone to help you, then learn how to take constructive criticism or you won't be able to get anywhere
 
Last edited:
Status
This thread has been locked.
Top