LunaDLL help

Need help with any SMBX game-related issues? Ask your questions here.

Moderator: Userbase Moderators

Destiny
Volcano Lotus
Volcano Lotus
Posts: 572
Joined: Tue Apr 22, 2014 2:40 pm

LunaDLL help

Postby Destiny » Tue Oct 14, 2014 10:39 pm

I can make Leaf/Tanooki Mario, Leaf/Tanooki Luigi and Leaf/Tanooki Peach double-jump?

lighthouse64
Charged Spiny
Charged Spiny
Posts: 1804
Joined: Sat Apr 26, 2014 6:28 am

Re: LunaDLL help

Postby lighthouse64 » Tue Oct 14, 2014 11:35 pm

Kei wrote:I can make Leaf/Tanooki Mario, Leaf/Tanooki Luigi and Leaf/Tanooki Peach double-jump?
I think this'll help:

Code: Select all

canDoublejump = true

function onLoad()
	canDoublejump = true
end

function onJumpEnd()
	canDoublejump = true
end

function onLoop()
	if(uservar["jump-counter"]~=0)then
		printText("Jumps: "..tostring(uservar["jump-counter"]), 30, 160)
	end
end

function onKeyDown(keycode)
	if(canDoublejump and keycode == KEY_JUMP and player:mem(0x60,FIELD_WORD) == -1)then --0x60 is the memory offset if the player is in the air. -1 means the player is in air.
		player.speedY = -1
		canDoublejump = false;
		if(uservar["jump-counter"]~=0)then
			uservar["jump-counter"] = uservar["jump-counter"] + 1
		else
			uservar["jump-counter"] = 1
		end
	end
end

function onJump(plIndex)
	if(uservar["jump-counter"]~=0)then
		uservar["jump-counter"] = uservar["jump-counter"] + 1
	else
		uservar["jump-counter"] = 1
	end
	UserData.save()
end


Destiny
Volcano Lotus
Volcano Lotus
Posts: 572
Joined: Tue Apr 22, 2014 2:40 pm

Re: LunaDLL help

Postby Destiny » Wed Oct 15, 2014 12:01 am

Where I can get LunaDLL with Lua?

lighthouse64
Charged Spiny
Charged Spiny
Posts: 1804
Joined: Sat Apr 26, 2014 6:28 am

Re: LunaDLL help

Postby lighthouse64 » Wed Oct 15, 2014 12:05 am

Kei, here is the luna lua DLL Smbx version. https://www.dropbox.com/s/pk93koju8su4w ... W.zip?dl=0 Warning it may be considered as a virus...


Return to “Help and Support”

Who is online

Users browsing this forum: Amazon [Bot], Semrush [Bot] and 1 guest

SMWCentralTalkhausMario Fan Games GalaxyKafukaMarioWikiSMBXEquipoEstelari