Page 1 of 1

MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 3:02 pm
by FanofSMBX
Here's a powerup that makes you jump higher when you have it. I'm afraid I couldn't disable the gliding of the raccoon.

Code: Select all

OnPlayerMem,0x112,4,0,1337,0,w
OnPlayerMem,0x112,1,0,1331,0,w
OnPlayerMem,0x112,2,0,1332,0,w
OnPlayerMem,0x112,3,0,1333,0,w
OnPlayerMem,0x112,5,0,1334,0,w
OnPlayerMem,0x112,6,0,1335,0,w
OnPlayerMem,0x112,7,0,1336,0,w
#1337
MemAssign,0x00B2C6DC,40,0,0,0,w
MemAssign,0x00B2C6E2,44,0,0,0,w
#1331
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1332
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1333
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1334
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1335
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1336
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 3:27 pm
by DarkShadeX
FanofSMBX wrote:Here's a powerup that makes you jump higher when you have it. I'm afraid I couldn't disable the gliding of the raccoon.

Code: Select all

OnPlayerMem,0x112,4,0,1337,0,w
OnPlayerMem,0x112,1,0,1331,0,w
OnPlayerMem,0x112,2,0,1332,0,w
OnPlayerMem,0x112,3,0,1333,0,w
OnPlayerMem,0x112,5,0,1334,0,w
OnPlayerMem,0x112,6,0,1335,0,w
OnPlayerMem,0x112,7,0,1336,0,w
#1337
MemAssign,0x00B2C6DC,40,0,0,0,w
MemAssign,0x00B2C6E2,44,0,0,0,w
#1331
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1332
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1333
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1334
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1335
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
#1336
MemAssign,0x00B2C6DC,20,0,0,0,w
MemAssign,0x00B2C6E2,22,0,0,0,w
We should make a lunadll therad for all of our Codes,and everyone can Post they Codes in it.

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 3:54 pm
by glitch4
This is really awesome and cool powerup. You can use it not for reaching higher platforms, but also for avoiding the pits Image

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 6:09 pm
by Anphiba
Couldn't you just make this replace the Hammer Suit power-up and take away the Hammers?

EDIT: And it doesn't even do anything.

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 6:12 pm
by FanofSMBX
Anphiba wrote:Couldn't you just make this replace the Hammer Suit power-up and take away the Hammers?

Really neat Power-up though.
I guess one could, but you would still make the hammer sound and have the hammer shell. Not to mention I am using the hammer suit anyways

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 6:15 pm
by Anphiba
It doesn't work
I tried it.

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Thu Oct 09, 2014 6:24 pm
by FanofSMBX
Do you have lunadll v8?

Re: MF Green Lui Tutorial (LunaDLL)

Posted: Fri Oct 10, 2014 9:29 am
by leif_erikson
By the way this looks like it will eventually cause lag if you jump very many times. You should change the infinite time on every mem assign to something other than 0.