would it be possable for you to make a terraria modding tutorial on how to make a light pet i'm haveing trouble trying to do it. i'm following other tutorials but I keep getting a error saying. error CS0234: The type or namespace name 'NewProjectile' does not exist in the namespace 'PufferFishMod.Projectile' (are you missing an assembly reference?). I realy don't understand it as i'm new to codeing can you help ?
@rokajoshdev8 жыл бұрын
Is the projectile file called NewProjectile.cs and is it in the projectile folder in your mod folder?
@Pogal8 жыл бұрын
No the projectile is named PufferFishPet.cs and it is in the Projectile folder.
@rokajoshdev8 жыл бұрын
Is the item file for the light pet, not the projectile file, copy out the code onto pastebin and send me a link to it.
@rokajoshdev8 жыл бұрын
On line 8 in the buff code, change PufferFishPet to PufferFishBuff