Search results

  1. mredge73

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

    The problem is when the counter is incorrect, like you have already pointed out. One solution would be for counter checker to set properties to skip the adventure and then reset the property back where it was after adventuring. I thought that the images worked the same as the frat war, I was...
  2. mredge73

    MrEdge73's Item Handling Script Suite!

    Bug. Do you have at least 5 Telescope upgrades to know that it is not needed? I cannot test this right now but replace Line 402-413 with this, let me know if it works: if (Tower contains $item[NG] && !possessItem($item[NG])) { if (creatable_amount($item[NG])>0 ) { print("Creating...
  3. mredge73

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

    Feature Request: Before visiting a hobo zone for semi-rares, can you check to see that the boss is not up first by checking the image? If the boss is up and it visits for the semi-rare, it will either fight the boss or abort. Neither are good choices.
  4. mredge73

    SmartStasis -- a complex script for a simple CCS

    I switched over to Smartish Status today for the first time: Evaluator syntax error: can't understand buffedmyst
  5. mredge73

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

    Feature Request: Can CC check if hobonickles >= 5 before trying to adventure in a hobo zone for a semi-rare?
  6. mredge73

    Bug - Waiting for Info chatbotScript locks mafia

    Mafia will lock up like that if your chabot script and your non-chatbot script hits the server at the same time. If you want both scripts to corporate you may want to experiment with some handshake routines using preferences (my experiments failed, btw). I would recommend that your chatbot...
  7. mredge73

    Price of an item in my own mall shop

    Thanks for the help. I edited it into a function for my purposes. (I also changed the return type). record mall_item { item thing; int price; int qty; int limit; }; int parse_num(string n) { string t; matcher m; t = replace_string(n, ",", "").to_string(); m =...
  8. mredge73

    Price of an item in my own mall shop

    Thanks for the link but it does not parse in the limit either. I really don't understand StDoodle's regex but it appears to get the same results, unfortunately he needed 3 matchers too. I a looking forward for the cleaned up version in its own thread.
  9. mredge73

    Price of an item in my own mall shop

    I am working on this but I need some help on the matcher. I had to create 3 matchers and I am unhappy with the results. Here is a function that just returns the price: int ShopPrice(item Widget) { matcher shopmatch; //matcher for single shopmatch = create_matcher(...
  10. mredge73

    Request (with reward!) - Item Distribution script

    Kmail or Chat PM? Bot script or Run once script? Framework for both exist on the forum so creating this would just be copy/paste for the most part. Specifics would help for the more difficult parts such as matching keywords to items. FYI: Typical hire rate for a scripter is 1 Mr. Accessory
  11. mredge73

    Idle Log-off

    To avoid getting logged off by kol, open the chat window in the relay browser.
  12. mredge73

    Script Folder Sharing

    Thanks guys, Everything is up and running. The dirlinker program is golden! I wish I had it when I was trying to get my Win7 user folder off of my SSD.
  13. mredge73

    Script Folder Sharing

    Same computer, I do use dropbox as my multiple computer solution, but I also have 2 installations since I run an automatic clan bot as well as my normal characters so the global preferences are different. (Ideally I would like everything the same but the global preferences) I want to share the...
  14. mredge73

    Best Between Battle Script Ever -- formerly AutoMCD

    Speaking of Fish...bug report. This script crashes if you try to auto-adventure on the sea floor before freeing little brother. monkeycastle.php is not available until you free little brother. It is called on BBB subroutine involving dolphins.
  15. mredge73

    Script Folder Sharing

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

    Request with a reward!

    Mine took advantage of ItemsofLoathing pricing information. That is no longer available due to it shutting down. But since it is super easy to edit this simple function, here it goes: Download MrEdge73's Support Script -- Item Lists (Beta).ash Replace the PriceAnalyzer function on the bottom...
  17. mredge73

    Request with a reward!

    Slyz's PriceAnalyser.ash could easily be modified to give advice for Clan stash items instead of current inventory. My search skills are poor, I wish I could link it but I cannot seem to find the right keywords.
  18. mredge73

    Feature - Rejected Save Connection Options

    I use mafia in a websense environment 90% of the time nowadays. For some odd reason server 7 (sometimes 5) is open but all other servers are blocked, including the image server. I am forced to log on by ignoring the load balancer and choosing server 7 manually. So I don't have a convincing...
  19. mredge73

    Feature - Rejected Save Connection Options

    Everything is saved but the server and first check box. No big deal to change it every time, I just thought for consistency that mafia could save those preferences too.
  20. 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...
Back
Top