Search results

  1. T

    Bug Maximizer ignores -tie for switching item modes

    If you enable the option "Consider foldable items in maximizer by default" mafia will adjust items like the Jurassic Parka and Backup Camera to match your target. If you then wear one of these items and attempt to run the maximizer for which none of the modes are relevant with "-tie" it will...
  2. T

    Bug - Fixed Turkey blasters not tracked correctly

    It's a minor thing, but I noticed today that the tracking of turkey blaster use (added in 17362) doesn't work. After using a turkey blaster (from a script if that's important), the property "_turkeyBlastersUsed" remains at zero. However, the log records the hp/mp restored and it appears to have...
  3. T

    Bug Bad monster value: "" - revisited

    Last Crimbo bale created a thread about a bug, which can be found here http://kolmafia.us/showthread.php?8420-Bad-monster-value-quot-quot&highlight=bad+monster+value The bug was abandoned because of reproducability problems. I've been having the same problem, and after some fiddling I think I...
  4. T

    Bug - Fixed Vegetable gremlin no-tool messages

    When doing the junkyard sidequest during the mysterious island war, encountering gremlins which may have the currently required tool shows the tool highlighted in pink as a possible drop. For all other gremlins, when their "no-tool" attack message occurs, the drop is greyed out. However the...
  5. T

    Bug - Fixed Mood aborts after canticle of carboloading

    This one took a while for me to work out. Logging into a character on mafia (who knows canticle of carboloading, but has already cast it today) and then running the following script: void main() { cli_execute("mood execute"); print("mood executed correctly before canticle","green")...
  6. T

    Bug - Fixed Opening pastamancer volcano lair removes cultist robe

    When you equip a spaghetti cult robe as a pastamancer and enter the volcano lair for the first time, the robe is unequipped and removed from your inventory, however mafia still thinks you have one. I can't say whether or not the other disguises are removed, or whether mafia recognises their...
  7. T

    Write mafia code prettily!

    I didn't see anything like this around, and for some reason the mood struck me to make it. If it's already available then i apologise. I normally write my mafia code in notepad++ which is generally a nice program for writing code you don't have an IDE for (i find the built in diff especially...
  8. T

    Feature - Implemented Container support

    Mafia dosen't seem to recognize container type items. I recently got a hold of a mr. container http://kol.coldfront.net/thekolwiki/index.php/Carrying_Capacity. Typing into the gcli "equip mr. container" results in the message You can't equip a Mr. Container. Also the maximizer ignores the...
  9. T

    Bug - Fixed Mood problem with jalapeno and jabanero saucesphere

    Before version 8281 i had a series of moods set up with buffs, including one for normal adventuring. When i did not know the spell in the mood it simply skipped it, meaning i didn't have to update my moods as i learned spells / ascended, which was nice. After version 8281 (up to the most recent...
  10. T

    Removing an item from store

    Is there a way, within a script to remove an item from your store in the mall? I know there is functionality within the store manager to do it manually, but i didn't manage to find an Ash or CLI command for it. Thanks.
  11. T

    Ignoring a buff from mana burning

    Is there a way to get control over kolmafias mana burning functionality? for example to ignore a certain buff? Specifically if i'm using flavour of magic in hobopolis to get bits for a scarehobo, it seems wasteful to burn it up to 1000 turns then change to another flavour and repeat.
  12. T

    visit_url defaults to adventure in nemesis cave

    Nevermind it was my own idiocy coupled with insufficient debugging. Now i need to work out how to delete a thread.
  13. T

    Moveable feast

    In a script how can you use a moveable feast? If you type "use moveable feast" into the CLI, it causes the item to be equipped on your familiar then removed and the old item replaced. However equipping and unequipping the item is pointless and has no effect. In order to gain the buff the [use]...
Top