Page 1 of 1

Classic Fireballs (1.2)

Posted: Wed Jun 29, 2022 8:59 am
by MegoZ_
Simply Faster Fireballs! Works for 2 players.

(1.1) Offscreen projectiles become ownerless and will be considered dead, which will grant you more shots. Now works with the Ice Flower and the Hammer Suit too! Sorry I didn't do this before...!
(1.2) Fixed a bug with hammers.

How to install:
Spoiler: show
1. Paste "fastFireballs.lua" in your episode/level's folder.
2. Create "luna.lua" in the same folder you placed "fastFireballs.lua" and open in a text editor.
3. Write this junk:

Code: Select all

local fastFireballs = require("fastFireballs")
Enjoy!

Optional Settings:
fastFireballs.limit = 2 - - - - - - - - - - - - - (Fireball Limit)
fastFireballs.showMeDebug = false - - - - (Funny Debug)

GIF:
Spoiler: show
(v1.0)
Image

Download (1.2):
https://www.mediafire.com/file/894l3iij ... s.lua/file
Pastebin:
https://pastebin.com/bjkt0C5v


Re: Classic Fireballs

Posted: Wed Jun 29, 2022 9:41 am
by Marioman2007
Amazing! I always hated smbx's slow fireballs and this script is just what I needed!

Re: Classic Fireballs

Posted: Thu Jun 30, 2022 3:44 pm
by MegoZ_
Marioman2007 wrote:
Wed Jun 29, 2022 9:41 am
Amazing! I always hated smbx's slow fireballs and this script is just what I needed!
Thank you so much! If you're interested I just updated it so it works on the Hammer Suit and the Ice Flower too!

Re: Classic Fireballs

Posted: Thu Jun 30, 2022 11:12 pm
by Marioman2007
MegoZ_ wrote:
Thu Jun 30, 2022 3:44 pm
Marioman2007 wrote:
Wed Jun 29, 2022 9:41 am
Amazing! I always hated smbx's slow fireballs and this script is just what I needed!
Thank you so much! If you're interested I just updated it so it works on the Hammer Suit and the Ice Flower too!
Oh awesome
I was gonna do that but you saved my time.
Thanks!

Re: Classic Fireballs (1.2)

Posted: Sun Aug 07, 2022 6:43 am
by MegoZ_
Updated to 1.2! Please tell me if there's any bug!

Re: Classic Fireballs (1.2)

Posted: Sat Mar 25, 2023 1:02 am
by AppleTheTomato
MegoZ_ wrote:
Sun Aug 07, 2022 6:43 am
Please tell me if there's any bug!
Well, I'm a bit late, but I found two:
- Peach's bombs can be spammed out infinately (honestly kinda fun lol).
- Link's slash doesn't work very well. He can slash a bunch on the ground, but he cannot slash at all in the air.

Fixes for these shouldn't be too bad:
- Along with fireballs and hammers, check for Peach's bombs.
- Just add a player check that prevents the code from working if you aren't Link.

Super fun library tho, so hopefully these bugs can be easily fixed.

Re: Classic Fireballs (1.2)

Posted: Sat Oct 07, 2023 7:07 am
by BrokenAce
This script is great, but is there any way to make it work properly with Peach's bombs as well? By adding npc-291 to the check, it only works for when bombs are thrown at the standard angle; Peach will still throw infinite bombs if thrown upwards.