buttonFrenzy 1.01: A buttontastic improvement to the interface of mall-stores and (most) NPC stores.
What it do (to stores):
Sneaky Javascript ninjas prevent you from making invalid purchases:
(Note: Only applies to stores that don't have one-click-purchase buttons, but do allow buying multiple copies of an item. Which is most of them, except weird ones like the fat loot token machine and astral gear shops. It does fix up Grandma Sea Monkee, though, because her default interface is, like, the worst.)
Here's (part of) a sample mall-store. If the store was reached through an item search, the relevant item will be highlighted red, as below. Blue items are priced below historical_price.
Don't bother clicking those buttons, it's just an image!
Installation: Paste the following into the CLI (update Mafia if it doesn't do anything):
To uninstall it, use "svn delete guyymafia-buttonfrenzy".
To disable it without deleting it, use "set buttonFrenzy = false"; turn it back on with "set buttonFrenzy = true".
If you want to cram it into bUMRATS, follow the instructions at the bottom of relay/buttonFrenzy.ash after running the checkout command above.
Page-override files used: mallstore.ash, shop.ash, store.ash, spaaace.ash, monkeycastle.ash, hermit.ash, town_giftshop.ash, arcade.ash, gamestore.ash, galaktik.ash, cafe.ash, bigisland.ash, bhh.ash.
What it do (to stores):
- No more lame radio-selecting or unnecessary scrolling. Every item has its own amount-box and purchase button.
- Purchase button tells you the total price of the pile of items you'll buy if you click it.
- If you already have some of an item, it'll list how many you have next to the purchase button.
- Items you cannot afford are grayed out.
- Auto-equips necessary gear to visit Sea Monkees, the Bugbear Bakery, or the Hippy Store.
Sneaky Javascript ninjas prevent you from making invalid purchases:
- If you try to buy more of a thing than you can afford, it adjusts the number accordingly and displays a warning $.
- If the store doesn't have enough in stock, you'll get a #.
- If you see an L, it doesn't mean you're a loser, it means you tried to go over a mallstore's purchase limit.
(Note: Only applies to stores that don't have one-click-purchase buttons, but do allow buying multiple copies of an item. Which is most of them, except weird ones like the fat loot token machine and astral gear shops. It does fix up Grandma Sea Monkee, though, because her default interface is, like, the worst.)
Here's (part of) a sample mall-store. If the store was reached through an item search, the relevant item will be highlighted red, as below. Blue items are priced below historical_price.
Don't bother clicking those buttons, it's just an image!
Installation: Paste the following into the CLI (update Mafia if it doesn't do anything):
Code:
svn checkout https://svn.code.sf.net/p/guyymafia/code/buttonfrenzy
To uninstall it, use "svn delete guyymafia-buttonfrenzy".
To disable it without deleting it, use "set buttonFrenzy = false"; turn it back on with "set buttonFrenzy = true".
If you want to cram it into bUMRATS, follow the instructions at the bottom of relay/buttonFrenzy.ash after running the checkout command above.
Page-override files used: mallstore.ash, shop.ash, store.ash, spaaace.ash, monkeycastle.ash, hermit.ash, town_giftshop.ash, arcade.ash, gamestore.ash, galaktik.ash, cafe.ash, bigisland.ash, bhh.ash.
Last edited: