Kramnik Posted January 3, 2019 Share Posted January 3, 2019 Hi guys, I am very new with scripting, but I already made my own script for decent gold farming and looking a way to automate my farm with automuling. I checked every thread with word mule in it, found some information, but it wasnt a lot. I and probably many other would be very glad if you could share your knowledge of best ways to automate mule, source codes or advices in general so I could work on creating my own one Thanks Quote Link to comment Share on other sites More sharing options...
Juggles Posted January 3, 2019 Share Posted January 3, 2019 Doubt anyone will share their source code for muling. Basically you communicate to your mule to log in and go trade your bots. Look into the Trade API method. You can use .txt files to communicate if you're on the same computer or other methods that communicate online as well. Good luck 1 Quote Link to comment Share on other sites More sharing options...
dormic Posted January 3, 2019 Share Posted January 3, 2019 My tip would be: MySQL & Logic Quote Link to comment Share on other sites More sharing options...
BobSmokey Posted January 6, 2019 Share Posted January 6, 2019 What I am doing is with a MySQL databse and PHP webserver. The bots send requests with information to the PHP server, then the mule reads that information on whether trade=true and readyToTrade=true. Then my mule logs in, trades, and logs back out. It took me like 100 tries this week, but the mule is finally bug free. Good luck! Quote Link to comment Share on other sites More sharing options...