Search results

  1. Banana Lord

    Bug - Fixed Incorrect fullness for sushi

    Mafia thinks that maki uses 6 fullness not 3, as is correct. Tested on r10043 with beefy maki.
  2. Banana Lord

    Is there a way to tell if a location is underwater?

    My question is as per the title of the thread. I realized the other day that if someone was using Harvest to farm in the Sea they could end up in the position of running out of Fishy with only one adventure remaining which would result in an infinite loop.
  3. Banana Lord

    Intelligent cookie eating

    I'm trying to make Harvest a little more intelligent about eating fortune cookies. Currently it simply checks to see if you have an active fortune cookie counter and if not it eats a cookie before letting ED (or the specified consumption script) loose on your organs. If you do have a fortune...
  4. Banana Lord

    Possible improvement to the maximizer?

    One small thing has been bugging me with the modifier maximizer. If I run it like so: cli_execute("maximize adv -tie -familiar"); mafia will do something like this: Putting on leather aviator's cap... Equipment changed. Wielding sword behind inappropriate prepositions... Equipment changed...
  5. Banana Lord

    Proxy record clarification

    Does item.bounty_count return the total number of a bounty item I need to give the BHH, or does it return the number I still need to get?
  6. Banana Lord

    Problem with r9929?

    I don't seem to be able to run r9929 (r9928 works fine). Attempting to run it gives an error along the lines of "the java file KoLmafia.jar could not be launched" (I should have noted the exact error, if it matters I'll download it again and copy/paste). This is on OSX 10.7.2. As a side note, I...
  7. Banana Lord

    Script request: Sea Monkees quest

    As far as I can tell no-one's posted a script to complete this quest yet and because it's not a project I'm particularly interested in undertaking myself (though it is one I would benefit from) I am looking to contract someone to write one to release publicly on these forums. Specifications You...
  8. Banana Lord

    Bug - Fixed Spelling mistake in plural of Tome of Clip Art

    The in-game plural for the Tome of Clip Art is "Tomes of Clip Art" not "Tome of Clip Arts".
  9. Banana Lord

    "contains" doesn't seem to work the way I thought it worked

    When I got stuck on a problem I was working on today I started testing basic cases with code from the wiki and ran into something odd (or, something that seems odd to me). Some code copied from the wiki: boolean [string, string] props; props[ "dog", "mammal" ] = true; props[ "dog", "pet" ] =...
  10. Banana Lord

    kolmafia.us has issues with Safari

    My web browser of choice is Safari, but of late I've been having to use Firefox to post and edit posts on these forums because any carriage returns I insert in Safari do not show up once a post has been submitted. I'm assuming this has something to do with the Mac \r Vs. Windows \n? Regardless...
  11. Banana Lord

    Mafia can't login?

    Feeling a little stupid here, but I can't seem to get mafia to log in. It just gives me 'requests complete' without ever logging in. Pulling up the gCLI shows this: Validating login server (www6.kingdomofloathing.com)... Choosing new login server (www.kingdomofloathing.com)... Choosing new...
  12. Banana Lord

    Images

    Short of parsing its wiki page, is there a way of determining an item's image url? Looking them up manually gets old really fast :p.
  13. Banana Lord

    Feature - Implemented Pumpkin Problems

    I have my breakfast settings configured to harvest pumpkins (regular ones). Since I had a period of inactivity not too long ago there was a ginormous pumpkin in my pumpkin patch, but mafia didn't harvest it because my settings told it not to (meaning that I've missed quite a lot of pumpkin...
  14. Banana Lord

    Pumpkin Problems

    I'm not entirely sure if this should be a bug or a feature request, but I have my breakfast settings configured to harvest pumpkins (regular ones). Since I had a period of inactivity not too long ago there was a ginormous pumpkin in my pumpkin patch, but mafia didn't harvest it because my...
  15. Banana Lord

    Notify weirdness

    Can anyone suggest a reason as to why I get two kmails rather than one whenever someone starts using Harvest.ash? One describes it as Harvest.ash, and the other as harvest.ash (note the change in capitalisation).
  16. Banana Lord

    Harvest – A highly customisable farming script

    Harvest Prepare thy work without, and make it fit for thyself in the field; and afterwards build thine house - Proverbs 24:27 Features Quick and easy to set up Can be configured to farm for anything, anywhere, anyhow you like Bountyhunts optimally Collects and displays farming stats Runs...
  17. Banana Lord

    Spanish n problem

    string [effect] buffbot_buffs; load_current_map("HAR_Buffbot_Data", buffbot_data); map_to_file(buffbot_data, "HAR_Buffbot_Data.txt"); I've been trying out Zarqon's map manager with a data file, and as you can see somewhere along the line the n's in jalapeno and jabanero are getting munched...
  18. Banana Lord

    My kingdom for a delimiter!

    I have the double quote ", the single quote ', but now I need one more. In Python I'd use the triple quote ''', but ash doesn't seem to have that. I'm trying to call writeln() on check_version which returns a string containing both single and double quotes so I find myself one delimiter short...
  19. Banana Lord

    set_auto_attack() – Potential bug?

    After executing set_auto_attack() mafia still thinks my autoattack is whatever I was using before. eg: get_auto_attack(); => 0 set_auto_attack(99666); get_auto_attack(); => 0 visit_url("account.php?tab=combat"); get_auto_attack(); => 99666 Bug or feature?
  20. Banana Lord

    Lists question

    I'm sure it's obvious, but why does this not work? int one = 1; int two = 2; foreach number in $ints[one, two] print(number);
Top