Search results

  1. 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...
  2. T

    Feature - Implemented Container support

    Ok, tell me when you feel the inclination.
  3. 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...
  4. T

    Bug - Fixed Mood problem with jalapeno and jabanero saucesphere

    Yep it's fixed, that was lightning fast!
  5. 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...
  6. 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.
  7. T

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    The way i dealt with it when i had that problem (which i'm sure is not as nice as the way most people on this forum could do it) was: boolean needakey = !can_interact() || my_level() < 13 ||!contains_text(visit_url("questlog.php?which=1&pwd"), "The Final Ultimate Epic Final Conflict") ||...
  8. T

    Contest: Name my upcoming combat script!

    Couple of ideas: CCS - Combat Completion Service AAA (or triple A) - Automatic Assault Assistant OAO - Optimal Action Organiser
  9. T

    Slime Tube Adventuring Script

    I think the familiar is called baby sandworm and the hatchling is the infant sandworm. When i used the script i didn't bother to set goodkitty and badkitty, i just changed it at the top: string max_ml_outfit = "maxml"; string max_ml_familiar = "sandworm"; string min_ml_outfit = "minml"...
  10. T

    Modifier Maximizer

    Edit: snipped out the pointless info, it was confusion because cheese items aren't tracked. Answered by Rinn below.
  11. T

    autoBasement.ash - Better basement automation

    I found that if you have an unidentified bang potion the script will quit with the helpful error message: Mood swing complete. Basement: Muscle Test Maximizing... 80 combinations checked, best score 3887.0 [¶-1] has no matches. Unable to continue automating the basement. So in the bang potion...
  12. T

    PriceAdvisor: Maximize your profits

    You don't have to tell me this believe me, i've already written a script that parses all your advice and executes it. My point was that fold is not only incorrect cli syntax, but is actually a different item conversion method which you don't consider. I see that folding items aren't in...
  13. T

    PriceAdvisor: Maximize your profits

    Regardless is this enforced by mafia or in your script, and if it's something you do, could you help me find it so i can change it in my copy? Thanks.
  14. T

    PriceAdvisor: Maximize your profits

    I'm trying to handle some of the more esoteric advice types that PA can give. There seems to be some inconsistency though, if you ask for advice from equipment it will tell you to smash it whether or not you have pulverize. But if you ask for advice from booze, it only suggests the still and...
  15. T

    PriceAdvisor: Maximize your profits

    Assuming you would only use an item to benefit your castle farming when you were going to farm the castle already, it will not take additional adventures.
  16. T

    PriceAdvisor: Maximize your profits

    Hey just wanted to say i love this script, useful and well written. I've been using it in conjunction with a re-written and hacked together version of bales inventory control script. Doing some string matching on the advice output you've returned, i'm auto-cleaning junk from my inventory in...
  17. T

    Universal Recovery Script

    Hey just thought i'd mention a little change i made, which you may or may not want to officially include. Afraid i can't give the line numbers, but pretty close to the top it decides whether it's in mallcore: boolean mallcore = !never_mall && can_interact() && (ignore_buy_pref ||...
  18. T

    Ignoring a buff from mana burning

    Follow up question, It now ignores flavour of magic as i was hoping, problem is it no longer burns excess mana on summoning things (party favours etc). Obviously i can't add these as buffs to my mood, so is there a way i can get the best of both worlds? Ignoring some buffs from recasting but...
  19. T

    Ignoring a buff from mana burning

    Ah, as simple as that, thanks a lot. And a lightning fast response!
Back
Top