Page 1 of 1
[NPC] Powerup Essence - ESSENCES, GET YOUR ESSENCES HERE!
Posted: Sun Oct 20, 2024 8:28 am
by John Nameless
With sprites recreated by Sleepy...
Here's a simple container NPC that automatically gives the player the powerup contained within it & put any other type of NPC in their reserve box, or placed into the player's hands if they're a SMB2 character!
Also included is an option to have it give the contained powerup a set number of times or have it give it infinitely!


DOWNLOAD: https://drive.google.com/file/d/1IyBulm ... sp=sharing
Re: [NPC] Powerup Essence - ESSENCES, GET YOUR ESSENCES HERE!
Posted: Sun Oct 20, 2024 11:19 pm
by mariobrigade2018
Really happy that the powerup filter/block bug was (unintentionally) addressed with this. Is there a way to disable the floating tho?
Re: [NPC] Powerup Essence - ESSENCES, GET YOUR ESSENCES HERE!
Posted: Mon Oct 21, 2024 7:36 am
by Mushroom King
You probably just need to edit the lua file and change the "waveMotion = true" part into "waveMotion = false".
Re: [NPC] Powerup Essence - ESSENCES, GET YOUR ESSENCES HERE!
Posted: Tue Oct 22, 2024 1:30 pm
by mariobrigade2018
Mushroom King wrote: ↑Mon Oct 21, 2024 7:36 am
You probably just need to edit the lua file and change the "waveMotion = true" part into "waveMotion = false".
Setting that to false also disabled the image of the powerup contained in it.
Re: [NPC] Powerup Essence - ESSENCES, GET YOUR ESSENCES HERE!
Posted: Tue Oct 22, 2024 5:14 pm
by John Nameless
mariobrigade2018 wrote: ↑Tue Oct 22, 2024 1:30 pm
Mushroom King wrote: ↑Mon Oct 21, 2024 7:36 am
You probably just need to edit the lua file and change the "waveMotion = true" part into "waveMotion = false".
Setting that to false also disabled the image of the powerup contained in it.
Fixed