Search results

  1. mredge73

    Clan Raid Log Parser Library -- Raid.ash

    Another Library -- Yay! It contains functions to parse the raid logs and detect basement images. Running it directly will output a sample of what it can do. Works great as a stand alone information script, but would work better as a library. I hope to inspire someone to build a relay script out...
  2. mredge73

    Script Folder Sharing

    Quick Question: How would one go about sharing the same script and data folders using Win7 between multiple mafia installations?
  3. mredge73

    Feature - Rejected Save Connection Options

    I connect the same way every time I log on to Mafia. But my connection options (connection tab) appear to be randomized each time. For example, I connect to server 7 with all check boxes checked, always. Next time I log on, server 3 is selected with the first checkbox unchecked. Feature...
  4. 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...
  5. mredge73

    Crimbo 2010

    Secret Hidden 2011 script!
  6. mredge73

    Feature - Rejected Refresh Chat

    Could there be a feature implemented to add the ash or cli command "refresh chat" ? This would be most helpful with chat bots who can sometimes take 10 minutes or longer to respond to incoming chat messages due to waiting for mafia to update the chat panel. Thanks!
  7. 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...
  8. 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...
  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

    CLI output goes from Left Justified to Right Justified?

    What would cause the cli output to go from lining up on the left side to lining up on the right side? It happens to me alot when running multiple scripts. Sometimes it does it when mafia aborts a script and sometimes in the middle of a script without warning. It generally happens when running...
  11. mredge73

    zapgroups.txt

    Can anyone help me with the zapgroups.txt file. I want to load it into a map that I can use in an ash script. It is not a tab spaced list like every other list in the data folder so I don't really know how to go about loading it into a map where I can make use of it. Here is how I load the...
  12. mredge73

    New Milk Dialog Box

    I have a clanbot script that does some auto adventuring and eating/drinking. Due to this update it now hangs up: 8049: Put in "headless" check for milk dialog, a la similar check in ode dialog How do I prevent the box from popping up while a script is running? The ode check dialog box has...
  13. mredge73

    Alias string matching

    I have a question about using alias and string matching: I have this test script (test.ash) void stringtest(string match) { string TestString= "Monkey"; print(TestString,"olive"); if (TestString==match) print (match+" works","green"); else print(match+" does...
  14. mredge73

    GambleBot!

    GambleBot 20100112GAM Tired of losing your meat to the Penguin Mafia? Introducing GambleBot, your very own clan run casino! Now your clan can take your hard earned meat! Current Games: CoinFlip Similar to the MMG game except that all bets are placed against the house (bot). Bet is placed...
  15. mredge73

    Mall Store Advertisement

    Does anyone have a function that can: (1) see what your store advertisement is (2) can set it to a specified value I thought that I would ask if one exists before trying to build one myself, most of the mall pages are censored so I am not sure if this is even possible.
  16. mredge73

    First time Linux User

    Ok Guys I have never used linux before... I built a cheap computer to run a file server at my house and I wanted it to double as a clan bot server. I am using ubunto, the newest one. I have java installed and can run it mafia from the .jar file in the Gui and learned how to set it up in...
  17. mredge73

    Change Clan Member Ranks

    I am building a clan bot script to automatically change karma based ranks. I am having a little trouble on the visit_url to change clan member ranks :confused: I have already built a good parcer to get all of the information that I need to change the ranks now I need the actual visit_url to do...
  18. mredge73

    Telescope Reset

    How do you reset the properties for the telescope? what is this? lastTelescopeReset=10 upon ascension I want to know how to have mafia reset these, when going from HC to BM the telescope is removed but the properties will remain like so (for example): telescope1=a hedgehog telescope2=see a...
  19. mredge73

    MrEdge73's Item Handling Script Suite!

    Introducing MrEdge73's Item Handling Script Suite! This is a release of several of the scripts that I have been working on for the last few months. Special thanks to all who have helped in the creation of these scripts, lots of ideas were "borrowed" from varies scripts in these forums from many...
  20. mredge73

    Donating Meat

    Hey How do you donate meat to your clan through ash? The command calls for items to be donated: put_stash(int, item) I want to donate fluid meat, trying to build a function that pulls dense meat stacks from the stash, autosells them, and dumps the meat into the stash for advertising. I cannot...
Top