Spear Help

GrimmValkor

Terrarian
So in the spear projectile code, one variable says
projectile.penetrate = -1;
does this mean armor, or through floors?
 
1623426202306.png

1623426235016.png

item.shoot line is the problem
I have no idea why
 
Can you post the code of the projectile? Also check the filename. That error means it can't find what you have specified as SoldiersSpearProjectile.
 
Penetrate refers to how many NPCs the projectile can hit before it disappears. -1 allows it to go through an unlimited number.
 
View attachment 326421
View attachment 326422
item.shoot line is the problem
I have no idea why

Hello Grimmvalkor,

Since it appears you created two threads for the same issue, I have merged your threads together. In the future please avoid creating duplicate threads. One Thread should be used for the same issue as we don't permit duplicate threads as a Forum Policy.
 
Back
Top Bottom