Search results

  1. mredge73

    Bug - Fixed People -> Purchase Buffs has been hanging lately

    I am just echoing that it hanged on me as well.
  2. mredge73

    Using Mafia on Two Different Computers

    My clan bot auto runs and auto-login on Mafia. I am looking to try drop-box to sync my mafia folders between the machine that runs my bot and the one that I actually use to play my non-bot characters. Is there a way do keep this functionality without duplicating the folders? In other words, I...
  3. mredge73

    Script Hierarchy

    For me Mafia has served as a OS for ash scripting. Mafia can run multiple scripts at one time. I can run scripts like a chatbot, a clanbot, auto adventuring, counter script, recovery script, buy script, log in, log out, between battle, ccs consult, custom moods, etc, all at the same time...
  4. mredge73

    i made a mall price checker how do i...

    Even using mall_price(), it will only pull the 5th highest price from the mall once a mafia instance. The cheapest_himein() function builds a map based off of price information stored in mafia after the first run of the function. So executing the function twice in a row will not yield different...
  5. mredge73

    hatter.ash - Tea anyone!?

    3) There has been much debate about it but the ability to query the user for an integer input has been turned down by the devs numerous times. The only way to do it is with two script files were one accepts an integer argument and returns that argument back to the main. I have seen it done...
  6. mredge73

    Bug - Won't Fix Cached images folder caches empty images

    I use the "cache kol images feature" for the relay browser. The problem with the feature is that it will cache empty images if you don't have access to kol's image server. After that you are stuck forever with these empty images unless you manually delete them all and re-cache them when you...
  7. mredge73

    i made a mall price checker how do i...

    cli_execute(" eat noms"); That line won't work for many reasons. You are looking for the ash eat or eatsilent command: retrieve (x, cheapest_himein() ); eat(x, cheapest_himein() ); X is how many you want to retrieve and then eat. To edit the cheapest_himein() function to return the most...
  8. mredge73

    Bug - Fixed CCS only being executed every other round!

    Just Discovered: Removing item #2 on the ccs corrects the problem Maybe mafia does not know that the first combat ended and now it is on a new encounter? [ default ] 1: consult casualcombat.ash 2: attack with weapon to [ default ] 1: consult casualcombat.ash
  9. mredge73

    Bug - Fixed CCS only being executed every other round!

    This is the first time that this has happened to me. My ccs is only being executed every other round, the script has not changed nor the ccs itself. Happens on 2 different characters with different css Happens in every location r8414 Example: Request 1 of 141 (Dungeon: Greater-Than Sign) in...
  10. mredge73

    MacGuffin 2.0 -- level 11 quest, automated

    here are a few more instances... Running mcguffin: [1221] The Upper Chamber Encounter: tomb servant Round 0: mredge73 wins initiative! > intheclear() returned true > FTF Round 1: mredge73 tries to steal an item! You acquire an item: ancient protein powder Round 2: Fire Baby produces a gout of...
  11. mredge73

    ZLib -- Zarqon's useful function library

    I would suggest that you change your version checking function to have the user send themselves a k-mail containing a link to the new version of the script and the link to the mafia new builds page. Maybe that will help since it will fill up their k-mail with useful links! That should be...
  12. mredge73

    Choice Adventure Info Missing

    I am now having the same problem with the barrels. I don't know what happened.
  13. mredge73

    Unknown Mafia Issue - Looking for Advice

    I am glad that I am not the only one experiencing this issue, I was just about to light up the FTF thread.
  14. mredge73

    Mall Price Checking Bot

    No, not that I know of. If I was you, I would get the lowest price using the above function. Then average it by mall_price(). This will give you the average between the lowest and the 5th highest. It may still not work, I am not sure how often mall_price() actually fetches a new price. It may...
  15. mredge73

    Mall Price Checking Bot

    You actually can do it, but you have to actually purchase the item to get the lowest price. If price data is all you are collecting then: buy the item, collect the value in a datafile, then sell it back for a net loss of 0. That is the best you can do using mafia, this probably will not be...
  16. mredge73

    MrEdge73's Item Handling Script Suite!

    It has been a while since I updated the script, I will do so as soon as I can
  17. mredge73

    bumcheekcity's Easy Snapshot Maker

    For some reason my "Cool Items" items are still not working. I have most of the chefstaves, instruments, and future secrets. Is there a quick fix for this (I haven't read the entire thread)? I am using the newest version of the script and mafia, but I don't have access to Kol's image server...
  18. mredge73

    One-Click Wossname -- automatic level 12 quest completion

    infinite loop! [1644] Hatching Chamber Encounter: larval filthworm Round 0: alotavagina wins initiative! > intheclear() returned false > FTF > 1/1 monsters dropping goals. > This monster drops all your remaining goals! Round 1: alotavagina casts ENTANGLING NOODLES! > Casual Combat...
  19. mredge73

    MacGuffin 2.0 -- level 11 quest, automated

    macguffin, The counter checker pops up but does not stop auto-adventuring. Two different instances attached. [1438] Oasis in the Desert Encounter: swarm of scarab beatles Round 0: alotavagina loses initiative! You lose 12 hit points > intheclear() returned false > FTF > 1/4 monsters dropping...
  20. mredge73

    MacGuffin 2.0 -- level 11 quest, automated

    Z,Bale, What would keep the counterchecker from working correctly with macguffin.ash? I am in HC so counter checker will abort current actions when a semi-rare counter comes up. This works just fine with wossname, counter checker pops up and wossname aborts as expected but not with macguffin.
Back
Top