Search results

  1. mredge73

    Stuck in Cage detection

    I have used this little function for almost two years but mafia now aborts my script if I am stuck in the sewer when using it at the beginning of a breakfast script. All mafia breakfast options are disabled so my breakfast script does get executed but halts when this function is called. The...
  2. mredge73

    StDoodle's Requests for Information

    I have observed that mafia will check the telescope upon a new ascention. Beware Badmoon! Mafia will not void you last ascention's telescope properties if you are not able to look through your telescope.
  3. mredge73

    help with mmg_wait_event.

    from a quick wiki look: int mmg_wait_event( int delay ) delay is the number of milliseconds to wait Waits for delay milliseconds for KoL to report on an outstanding bet being taken. Returns the bet ID # of the taken bet. I have never used the function but I am assuming that the bet ID# will...
  4. mredge73

    Deleting kmails

    I helped a guy with that a while back. I also have some kmail handling in my libraries, all based loosely on registry.ash.
  5. mredge73

    Crimbo 2010

    I thought that my line: if( contains_text( page , "choice.php" ) )Abort("Unknown Choice"); Would have caught that issue but I didn't test it. It may catch any unknown choices, but I am not sure.
  6. mredge73

    Crimbo 2010

    Update to my original script. Nothing really new, uses Slyz's adventure method and is now a stand alone script that will adventure to a specified maximum boredom level. int boredom_level() { buffer charpane = visit_url( "charpane.php" ); // Full matcher Boredom =...
  7. mredge73

    Crimbo 2010

    Remember, I was attacked first and this is my thread. I am not interested in fighting or arguing, but I want to keep counting so I will do so. I actually thought it would have evened out by now instead of being fully supported. I am sure we will do this again next year. Merry Crimbo!
  8. mredge73

    Crimbo 2010

    For : 10 Against : 3 Undecided : 1 Disclaimer: A Mafia is not a democracy, the devs can make this thread disappear whenever they want.
  9. mredge73

    Crimbo 2010

    For : 5 Against : 3 Undecided : 3 Disclaimer: A Mafia is not a democracy, the devs can make this thread disappear whenever they want.
  10. mredge73

    Crimbo 2010

    Looks to be straight down the middle again. Currently: 3 vs 3
  11. mredge73

    Crimbo 2010

    I know that automating Crimbo automation is always a Grey area, some years it is not supported and others it is fully automated (2009). Opinion is usually split down the middle on which way to go, can we discuss it on another thread?
  12. mredge73

    Crimbo 2010

    Good idea on parsing the fight page for boredom, cuts down on a few hits. Too bad that you cannot use your CCS with this method, you have to hard code your fighting strategy.
  13. mredge73

    Uncle Hobo loot info thread

    80+ logs
  14. mredge73

    Crimbo 2010

    Secret Hidden 2011 script!
  15. mredge73

    Relay browser lockups

    I have a similar problem from time to time. It is usually the result of a script hanging (recovery or between battle or ccs). Typing abort will allow Mafia to continue to function but the relay remains stuck. Restarting Mafia has always fixed whatever issue I had. Since it is intermittent, I...
  16. mredge73

    MrEdge73's Item Handling Script Suite!

    Sorry about that, I don't think I can help you on this problem. It is designed to keep one in inventory, I just double checked the code and verified it. It is setup correctly so I am not sure what happened in your case. Maybe a Mafia hiccup with item_amount()? Should it keep more than one in...
  17. mredge73

    Cagebot

    Not that I know of, I have used a modified version of this one since it was released. Maybe you are thinking of the musician script that was pulled voluntarily by it's author.
  18. mredge73

    Uncle Hobo loot info thread

    I tried it but it locked up on me, I haven't looked at it hard enough to find the problem. It found all of the parts that were distributed but looks like it locked up when counting elf kills.
  19. mredge73

    What's in your login/logout scripts?

    Do you guys have any idea on how to turn on and off options in the breakfast panel via script? I need some help on a workaround for a clan/cage bot, I would like to be able to run breakfast only if it is possible to run breakfast. Being stuck in the cage is very sensitive to Mafia. If I try...
  20. mredge73

    Feature - Implemented removing attack-on-login

    This is the workaround that I was thinking about implementing a couple of weeks ago. I just don't know how to turn the options on and off, but I am sure I can figure it out.
Back
Top