Search results

  1. mredge73

    Feature - Implemented removing attack-on-login

    Not sure how it can be closed. The title is: Logging in while trapped in the cage causes issues... This issue only occurs when logging in while being trapped in the cage.
  2. mredge73

    Feature - Implemented removing attack-on-login

    Is it too late to request additional help here? When auto logging on while stuck in the cage, my log-on bot script will not get executed. The reason is: breakfast. Because mafia cannot execute the regular breakfast routines pre-script, Mafia auto-aborts and my botting script is never executed...
  3. mredge73

    Mall script

    Try the "undercut" command to see if it fits your needs. Scripting a fully functional mallbot is not the purpose of Mafia. However, a script can be made to add items and decrease prices periodically without feedback from the current market prices. For instance, if you have a widget that you...
  4. mredge73

    Relay browser issue with item descriptions

    I guess I will just have to do without. I can manually pull up the description by entering the item number in the browser like this: http://127.0.0.1:60080/desc_item.php?whichitem=488267313 The Click is just not working on items, but works just fine on effects.
  5. mredge73

    Relay browser issue with item descriptions

    I understand, Maybe it isn't working because I am using cached images? I don't have access to the image server (it is blocked) so if I don't use cached images I don't see images. It isn't an issue with my browser because clicking the images on the left panel (effect descriptions) work fine.
  6. mredge73

    Relay browser issue with item descriptions

    I deleted my relay folder and restarted. Same Problem.
  7. mredge73

    Relay browser issue with item descriptions

    Threadjack What happened to my item descriptions in the relay browser? I have noticed this for a couple months now and still haven't figured out what happened. I use Rinn's auto-update tool so I have no idea when this change occurred. I do not have the above check box checked so it should...
  8. mredge73

    One-Click Wossname -- automatic level 12 quest completion

    This is about the 3rd ascension that I have hit this infinite loop bug: Out of adventures. You need 1 more filthworm royal guard scent gland to continue. You smell like a guard. You need 1 more filthworm royal guard scent gland to continue. Conditions list cleared. Condition added: filthworm...
  9. mredge73

    Dudicle's First Mafia Script

    Map_to_File and File_to_map can only use TAB spaced lists. They cannot read in a HTML file unless you completely strip all of the html out of it using a parser. String parsing is a very advanced lesson, I have many examples out there using regex and Z has many out there using substrings. Take...
  10. mredge73

    CounterChecker: Wormwood, Semi-rares, Dance Cards and more

    Not exactly each day. It resets at each logout/login on mine.
  11. mredge73

    Dudicle's First Mafia Script

    Advice on PM incoming chat: Chat scripts have a priority over all other scripts running so if running multiple scripts in loops you need to make sure they both don't hit the server at the same time. If they do your bot will crash. My best solution is to use a light weight chat script that does...
  12. mredge73

    Mall Price help

    The only way I know to get the lowest price to a script with mafia is to purchase the item, capture the price that you paid for it, then resell it.
  13. mredge73

    MacGuffin 2.0 -- level 11 quest, automated

    Not during a Oxycore run, I ran into the same issue without even knowing anything changed in the way cooking worked. Luckily, I only wasted about 1/2 a day worth of turns (20).
  14. mredge73

    MrEdge73's Item Handling Script Suite!

    That would be a large rewrite, I will look into it but don't expect it soon. Some parts of the routine could use rewriting due to mafia updates anyway. Keep in mind that the script will not sell anything in the closet or equipped, so if there is something that you are scared to loose place it...
  15. mredge73

    Script idea/request - quest/tower items

    Nope, sure won't. I am not sure what you are looking for, I don't know of any script that can materialize an item in HC if the rng won't drop them. ascensionChecklist works well for stocking items in storage pre-softcore ascension but is completely useless in HC. If you need help finding an...
  16. mredge73

    Script idea/request - quest/tower items

    Mine is designed for HC and is BM friendly, I only ascend HC. It is designed to keep you from loosing needed items during ascension by mistakenly selling or using the items. It places all needed NS items that are in the inventory to the closet, it doesn't even consider permanent storage.
  17. mredge73

    Script idea/request - quest/tower items

    My MrEdge73's NS Item Closetier! script puts all items needed for the NS in the closet when you run it during ascension.
  18. mredge73

    Consult script hanging -- contain_text() not working on last round?

    from casual combat: //$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ boolean combat_finished(string url) { if(contains_text(url, "lose the fight!") || my_hp()==0) abort("You Just Got Served"); if( contains_text(url, "win the fight!") ||...
  19. mredge73

    MrEdge73's Item Handling Script Suite!

    It Has Been A Long Time... UPDATES! HC Inventory Control.ash version 20100914 removed spade prices, mafia does this now removed annoying refresh all, user can refresh on their own removed aftercore confirmation removed expermental flea market routine added routine to check if autoselling an...
  20. mredge73

    Help! Trying to use KOLMafia from work - Proxy+Firewall?

    I like to experiment with the connection settings on mafia. The only way I can connect at work is through www7 and with all boxes checked on the connections settings. Websence seems to let that one pass through, not sure why. I still don't have access to the KOL image server but that only...
Back
Top