Page 1 of 1
An NPC Code Question
Posted: Sun Jul 20, 2014 11:07 am
by MacheTheFerret
When you apply the NPC code that allows NPCs to defy gravity to an NPC that jumps, what happens?
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 11:08 am
by Marina
It flies off.
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 11:11 am
by MacheTheFerret
GLuigiX wrote:It flies off.
Elaborate, please. How does it fly off? Does it just continuously go up after it jumps or something?
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 11:17 am
by Marina
It depends on the Npc. Parakoopas aren't affected at all by nogravity=1, Hammerbros don't jump at all and Bits fly off in the direction they jump.
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 12:08 pm
by MacheTheFerret
GLuigiX wrote:It depends on the Npc. Parakoopas aren't affected at all by nogravity=1, Hammerbros don't jump at all and Bits fly off in the direction they jump.
Hmm...okay, but what happens when you apply it to Larry or Ludwig Von Koopa?
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 12:14 pm
by Marina
Larry stops jumping AND shooting magic until you it him, then he goes into his shell like normal and after that he jumps off into the sky.
Ludwig stops moving entirely, when you hit him he goes into his shell and then jumps after Larry into oblivion.
Update:
I'm gonna cry he's stuck on the ceiling

Re: An NPC Code Question
Posted: Sun Jul 20, 2014 12:20 pm
by MacheTheFerret
Alrighty, good to know. I needed to know these because I was thinking of making a fish-like boss replacing Ludwig that actually floated in the water.
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 12:22 pm
by Marina
PaperPlayerX wrote:Alrighty, good to know. I needed to know these because I was thinking of making a fish-like boss replacing Ludwig that actually floated in the water.
Sorry bud, that's not gonna work.. :/ But I think SMB1 Bowser still works when you turn nogravity=1
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 12:32 pm
by FanofSMBX
What happens to their shells?
Re: An NPC Code Question
Posted: Sun Jul 20, 2014 4:34 pm
by MacheTheFerret
FanofSMBX wrote:What happens to their shells?
They flky away as soon as Ludwig/Larry jump. Never to return, never to react.
Re: An NPC Code Question
Posted: Sat Jul 26, 2014 10:34 pm
by zioy
Actually, Larry's shell eventually comes down. It takes forever though. It goes down 1 pixel every bounce.
Re: An NPC Code Question
Posted: Sun Jul 27, 2014 2:20 am
by Superiorstar
If you put a Larry shell to no gravity he stays in the shell and NEVER comes out.
Re: An NPC Code Question
Posted: Mon Jul 28, 2014 6:11 pm
by zioy
Superiorstar wrote:If you put a Larry shell to no gravity he stays in the shell and NEVER comes out.
Seriously? I should try that sometime.