Search results

  1. S

    Bug - Fixed Shield DR in Maximizer

    I tried maximizing DR today, and noticed that it was recommending an off-hand that was not optimal. It should have been telling me to equip an old-school flying disc, which has 14 built-in DR because it's a shield, plus 10 DR as its enchantment (for a total of 24 DR). Upon further research, it...
  2. S

    Bugbear monsters?

    I noticed monsters.txt hasn't been updated with Bugbear Invasion monsters. Is there a reason for this? Do we usually wait for the monsters to be spaded as best as possible first? I'm unfamiliar with the usual process, so didn't want to make a feature request. Thanks.
  3. S

    Defensive PvP Results in Chat

    Getting tired of being attacked, and then having to click on the chat event message to see whether you won or lost? Well, no more of that (the latter part...I can't help with the part where you get attacked). This script, designed to be a chatbotScript, will parse your archives immediately and...
  4. S

    Whitelisting clears sender?

    I wrote a chatbotScript for my clannies to use that faxes a Mer-kin tippler into the clan. It dumps a photocopy, goes to a clan with a tippler, comes back to fax that in, and finally tells the sender that it's done. However, I came upon an interesting problem where the sender variable apparently...
  5. S

    Bug - Fixed Unable to buy two new items in FDKOL tent on r11172

    They're not in Coin Masters yet, obviously, but even through the relay browser, I can't buy the bottle of fire or the fire hose.
  6. S

    Bug - Fixed PvP allegiance broke clan snapshots

    I just tried to do a clan snapshot for my clan. It gave me a snapshot of Piglets of Fate instead, where I pledged allegiance for the PvP season (and no, I haven't whitelisted into PoF for some days at least).
  7. S

    Bug - Fixed Opening profiles from mafia chat results in nothing

    r10274. When I try to open a profile from mafia chat, it opens a new tab with that player's name (or ID number, if I'm clicking on a player ID), but does not open the profile. This must have something to do with my preferences, because other mafia instances seem to work fine. I haven't been able...
  8. S

    Feature - Implemented Chat idling shows as offline

    Possibly a bug, but I hate reporting bugs when they're not actually bugs, so I marked this as a feature request. The ash function is_online currently returns false for any players who have idled in chat (recall that the idling system was changed a few months ago). Can this be fixed to show them...
  9. S

    Bug - Fixed Spleen counter is not quite sure of itself

    In my relay browser today, I used 5 prismatic wads, then accidentally tried using another 5. When the second attempt failed, my spleen counter went from 15 to 1. I inflated it back to 15 by trying, and failing, to use a twinkly wad. Then I repeated the test, and the same results occurred. The...
  10. S

    Bug - Fixed Mafia doesn't compile (9939)

    Bumping because 9939 has the same problem (and, as a result, 9940).
  11. S

    Untabbed chat?

    I'm posting this here instead of as a feature request, because I'm not entirely sure it isn't a feature. I love tabbed chat, but some people don't. One of these people recently asked if it was possible to have PMs go to the main tab instead of their own. I couldn't find an option for this - am...
  12. S

    Feature - Implemented Recall previous chat entries

    In KoL, one is able to repeat a previous command or line or whatever in chat by pressing shift+up, and similarly move forward through history with shift+down. Could this be implemented in mafia's chat as well?
  13. S

    Chatlaunch.ash

    Recently, I've been writing some relay scripts to replace many of the GM scripts I use, in an effort to eventually switch browsers. One of my scripts was chatlaunch.ash, which simply looked like this: buffer page = visit_url("chat.html"); write(page); The only problem, it seemed, was that...
  14. S

    Feature Move chat_notify back to chat

    I didn't want to mark this as a bug because I have no idea if it was intentional or not, but I just noticed today that this function prints straight to the [events] tab. Personally, I completely ignore that tab, so would like to see this moved back to all chat channels.
  15. S

    Feature - Implemented Expanding the channel parameter for chatbotScript

    First of all - not quite what you think. You probably think I want to ask for /trade and /hardcore and all those public channels to be added. Nope. What I'd like to see is /hobopolis and /slimetube to be added. I help maintain and build a bot for my clan, using mafia, and I wish to expand its...
  16. S

    Bug - Fixed Chat command "uncloset" works, but doesn't

    The chat command for uncloseting something seems to work fine when used in relay chat, but in pure mafia chat, it doesn't. Instead, it reads as though it works (chat returns, for example, "Un-closeting 1 ten-leaf clover."), but upon trying to locate the uncloseted item in inventory, it doesn't...
  17. S

    How to have Mafia not automate my battles for me...

    I've encountered a problem that quite possibly cost me a full day of my BM run. While buying and using MMJs via the CLI, I tried adventuring. Unfortunately for me, lag prevented mafia from finishing the MMJs before I entered battle. When entering battle, it then chose to automate for me by melee...
  18. S

    New Content - Implemented Chat Change?

    I may be mistaken, but I believe a change to chat was made in KoL, which affects mafia. Last night, my mafia-run bots were working fine, but this morning, I noticed that they weren't, despite nothing having changed on my end. One thing to note was that private messages being received don't show...
  19. S

    Forced Budgetcore

    I wrote this really quickly, for the budgetcore contests coming up soon. It merely prevents adventuring if you're using a familiar that's not allowed. Please, anybody feel free to update this as you see fit, and I'll edit this post with the newest version. Instructions Add this script to your...
  20. S

    Feature - Implemented replace some buttons in daily deeds with JComboBox [patch]

    Condensed Summons in Daily Deeds I was just wondering if it'd be possible to condense all the demon summons in the DD panel into one button with a dropdown menu, instead of X number of buttons for all the demon names.
Top