How did you fix the issue where you didn't combine the first two vectors? I tried slowing the video down to copy what you did, but there was just too much going on.
Sorry for that, To add the two vectors I needed to add the additive spell in the middle of the spell. To do that I used Selection exaltation that takes a list and 2 numbers, the spell returns a list with the values of the list you gave it between the two indexes (the numbers), "for example, the 0, 2 sublist of [0,1,2,3,4] would be [0,1]" - Hex notebook, this is because 0 item in the list is the first one, and it takes all the elements in the list intill(not including) 2nd item in the list which is the 3rd one, but it won't include the last one, so if you want to take the Nth element intill the last one you will need from n-1 to list length.
Yes, my latest video shows how to make a wisp follow the player, if you combine this spell and then just add the following the player part it will work.
It is cast on a block and it removes a tick from its processing so you need to cast it a lot of times to see a difference(I think that's what it does).
Whisp tutorial would be nice if you would, any hex casting content here on RUclips is nice and you do it really well
Thank you!!! Pls full wisp tutorial
How did you fix the issue where you didn't combine the first two vectors? I tried slowing the video down to copy what you did, but there was just too much going on.
Sorry for that, To add the two vectors I needed to add the additive spell in the middle of the spell.
To do that I used Selection exaltation that takes a list and 2 numbers, the spell returns a list with the values of the list you gave it between the two indexes (the numbers),
"for example, the 0, 2 sublist of [0,1,2,3,4] would be [0,1]" - Hex notebook, this is because 0 item in the list is the first one, and it takes all the elements in the list intill(not including) 2nd item in the list which is the 3rd one, but it won't include the last one, so if you want to take the Nth element intill the last one you will need from n-1 to list length.
would you be able to make the wisp follow you as well sort of to act like a forcefield around you?
Yes, my latest video shows how to make a wisp follow the player, if you combine this spell and then just add the following the player part it will work.
Alright, Thank you
thanks bro, its realy cool
what does acceleration (hexal i think) spell does? i tried to cast it but it doesnt seem to make any noticeable difference
It is cast on a block and it removes a tick from its processing so you need to cast it a lot of times to see a difference(I think that's what it does).
My eng bad but thanks you for video and good guide