Search results

  1. D

    Mafia-Firefox: Crash

    nox, are you still having this problem? I've tried the last few daily builds, but that hasn't remedied the problem. How much do I hate choosing between Mafia and Firefox? : ).
  2. D

    Mafia-Firefox: Crash

    I haven't seen anything about this on the forum lately, so I suppose it's likely to be happening only to me: Firefox stops responding after a few server hits while logged in via mafia. -Happens after a few clicks, but not reproducible with any particular hit. -Doesn't happen in Firefox without...
  3. D

    Ambition - Creating an MMG Script for KoLMafia

    Looks like Zarqon gave you a pretty good head start on this. It looks like this script can be modified to fit most conceivable betting strategies. I, too, am very interested to see how gambler's ruin is averted. If you decide not to post the final script, please let us at least see the proof...
  4. D

    Check Mayfly Castability

    Is it possible to check if mayfly has been fully cast for the day?
  5. D

    Missing Familiars: A Script for Hearts

    Your script thanks Zargon, who doesn't exist, for the to_id() function. (It's Zarqon) : ). This script is great by the way.
  6. D

    Scripting tool?

    No problem. I've been wanting to do it for a while myself. I just needed a prod to actually do it.
  7. D

    Scripting tool?

    Yes! : ). Just copy this file to C:\Documents and Settings\yourusername\Application Data\Notepad++\ I didn't use the previous work, instead I used every function listed in the current ASHRef, so I don't know how many are missing/obsolete. Feel free to modify and repost any improvements.
  8. D

    Farm Sidequest completeion detection

    Great. Thanks a bunch. Will this work if you complete the quest through the web browser VIA KolMafia, or does it have to be completed through the main java KolMafia interface? Either way, I suppose the external file can be modified to reflect this. Thanks again.
  9. D

    Additional input and inventory management

    I'm making something similar to this, but I'm having trouble with the map_to_file() function. It doesn't seem to know how to handle the _sup{TM} as in E-Z Cook Over_sup{TM}. It show up in the .map file as a '?' instead. This, obviously, is a problem. Do you guys think this is a (variable)...
  10. D

    Farm Sidequest completeion detection

    Is there a reliable way to detect which uniform was used to complete the "dook" sidequest during the Island War? I searched through the forums, and the OCW file, but nothing jumped out at me. Thanks.
  11. D

    visit_url outside of KOL

    Yeah, that's what I mean. I still don't know why using scripts to access the buffs is any different from doing it manually, but I tested the function with google and it looks like it worked. I must've missed a quotation or something in my previous code. Thanks again.
  12. D

    visit_url outside of KOL

    Well, I was reluctant to say because it seems kinda taboo around here, but I'm writing a script to do some farming. In fact I've been using it for a while, but getting buffs had to be done manually. I want to visit the remote www.kingdomofbuffing.com site to grab the buffs. Thanks ZarQon. : )...
  13. D

    visit_url outside of KOL

    Thanks Zargon. How do you get it to look outside of KOL though? For instance, to visit the rumpus room, I just use visit_url(clan_rumpus.php...). This doesn't seem to offer a way outside of the domain. I'm actually looking to run a script similar to the one you posted, so if you have the code...
  14. D

    Switch .ccs files in ASH

    This is the part I didn't know about: set_property("customCombatScript","mayfly.ccs"); Thanks a lot.
  15. D

    Switch .ccs files in ASH

    Does anyone know how to switch between custom combat scripts (i.e. use a different .ccs file) from within an ASH script? Here's my intention: I want to adventure in the same area, but summon mayflies for the first several turns, then switch to my normal ccs.
  16. D

    visit_url outside of KOL

    I know there was a potential security exploit at one time involving visit_url(). I was wondering if anyone knows if it's possible to use visit_url() to visit a page outside of KOL? Thanks.
  17. D

    Refreshing items

    Woot.
  18. D

    Refreshing items

    In the last few days, KOLMafia doesn't recognize many of my standard items, such as facsimile dictionary, twinkly wads, food, booze, milk of mag, etc. If I buy one from the mall, then it sees it, but otherwise, it doesn't recognize them. Has anyone else run across this problem? I tried: items...
  19. D

    Unexpected error

    I'm using the latest stable release and today all of my script functions terminate with: "Unexpected error, debug log printed" I haven't changed anything from yesterday, and this happens for all of my functions anyway, so I don't think it's an issue with the scripts. Does anyone have any...
  20. D

    Block Commenting

    Thanks macman. I was getting errors because I wasn't putting them on their own line.
Back
Top