Terraria Community Forums

The Storm
The Storm
Well I figured it out pretty quickly :dryadsmile:
J Bame
J Bame
Is that from your Vortex Pillar suggestion?
The Storm
The Storm
Not that specific enemy, but it was one of the Vortex enemies that Derpling came up with, though it's mostly a placeholder NPC for now until I can figure out how to make enemies count towards the pillar shield count.
J Bame
J Bame
Your best bet is going to be decompiling your copy of Terraria (pretty sure telling you how to is illegal so i'm not going to) and copy-pasting that from one of the Pillar's enemies

Learning through Reverse-engineering is fun
The Storm
The Storm
I probably should look into doing that, it would really be helpful though I imagine it'll be a pain to do.
J Bame
J Bame
It's not that hard once you start getting the hang of how it works, thing is you need to constantly check the wiki for IDs and stuff
The Storm
The Storm
I've been checking for IDs already to find the internal sprites :dryadtongue: I'll see if I can do this later.
The Storm
The Storm
Well I did it :dryadgrin:
UD1Pqr1.gif

(Also that's just my instant kill sword, it won't be obtainable)
  • Like
Reactions: J Bame
qwerty3.14
qwerty3.14
If you're still trying to stop something from shooting through a wall
Code:
Collision.CanHit(npc.Center, 0, 0, player.Center, 0, 0)
This assumes you have 'player' defined
Back
Top Bottom