Lick Stunning

Request patches for Keens 4-6.
Post Reply
User avatar
MoffD
Posts: 62
Joined: Wed Mar 12, 2014 8:50 pm

Lick Stunning

Post by MoffD »

Hey guys, I figure I'll ask here so I don't have to bother Lass because she's got a lot of patching for me anyway D: (unless you don't mind)
I need a patch for Licks being only stunnable while flaming

Thanks in advance!

Edit:
Oh yeah, I might as well ask the second part too. Any ideas on a patch for making the Licks jump like a mimrock instead of flaming? Hopefully combined with the above one.
User avatar
Dr.Colossus
Posts: 33
Joined: Thu Aug 02, 2012 8:41 pm
Location: Germany

Post by Dr.Colossus »

Now Lick has no collision with Keen and his shot

#In air
%patch $31E4A $00000000L #Lick bouncing
%patch $31E68 $00000000L #Lick bouncing

#Landing and ready to jump
%patch $31E86 $00000000L #Lick bouncing
%patch $31EA4 $00000000L #Lick bouncing
User avatar
MoffD
Posts: 62
Joined: Wed Mar 12, 2014 8:50 pm

Post by MoffD »

Dr.Colossus wrote:Now Lick has no collision with Keen and his shot

#In air
%patch $31E4A $00000000L #Lick bouncing
%patch $31E68 $00000000L #Lick bouncing

#Landing and ready to jump
%patch $31E86 $00000000L #Lick bouncing
%patch $31EA4 $00000000L #Lick bouncing
Ah, thank you Dr. Colossus!

I guess the second part will take some time though D:
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

So, are they going to bounce like Licks do, but only when Keen is near, or stay still on the ground like a Mimrock until Keen gets close enough, before jumping?
User avatar
MoffD
Posts: 62
Joined: Wed Mar 12, 2014 8:50 pm

Post by MoffD »

levellass wrote:So, are they going to bounce like Licks do, but only when Keen is near, or stay still on the ground like a Mimrock until Keen gets close enough, before jumping?
Ah, thanks Lass.
I was thinking act like a normal lick but only trigger its' attack if it's behind keen AND close enough, and instead of the normal lick attack, a mimrock jump attack (or similar attack).

Behavior:
Short/Long jump towards Keen
Then attack check:
1. Check if it's close enough to keen like it already does (probably going to increase the distance slightly)
2. Check if behind Keen like Mimrock
3. Then jump attack

You can combine multiple checks right?

I need to start learning this stuff more. :O
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

Right, right. That makes sense.

Even if you can't combine multiple checks you can always just go to a 'pre attack' action that does another check. This should be simple enough to do I already have most of the patch set up.

As soon as anyone helps me with my mod problem...
User avatar
MoffD
Posts: 62
Joined: Wed Mar 12, 2014 8:50 pm

Post by MoffD »

levellass wrote: As soon as anyone helps me with my mod problem...
If there's anything I can do to help... But I doubt it... D:
Post Reply