Juggles Posted April 19, 2016 Share Posted April 19, 2016 (edited) The past few days I have been working on a way to link my bots to go to my mule so I can create mass bots. So far I am able to type a word in my clan chat and all my bots will hop worlds, walk to Edgeville and trde me their loot and then return to where they were. I will keep you guys updated on how I implant this into more complicated scripts and how running 10 bots using this works. This makes it a lot easier so i don't have to walk each account and trade it to my mule. Edited April 19, 2016 by lg_juggles Quote Link to comment Share on other sites More sharing options...
jackshow Posted April 19, 2016 Share Posted April 19, 2016 the white it burns Quote Link to comment Share on other sites More sharing options...
SoMuchDank Posted April 19, 2016 Share Posted April 19, 2016 Honestly this could be a big step for scripting. Sounds interesting...a series of bots and a "mother" bot. Keep me updated. Quote Link to comment Share on other sites More sharing options...
nyan Posted April 19, 2016 Share Posted April 19, 2016 (edited) i prefer having my bots randomly bring the finished goods to the mule after they go over a certain amount or run out. the mule trades the bot some gold and the bot buys the required supplies on the ge and repeats. the only thing i have to do on the mule is wait for the items to sell at a high price. i've been doing this for quite some time now, good luck with yours Edited April 19, 2016 by Shiny Quote Link to comment Share on other sites More sharing options...
Juggles Posted April 19, 2016 Author Share Posted April 19, 2016 (edited) i prefer having my bots randomly bring the finished goods to the mule after they go over a certain amount or run out. the mule trades the bot some gold and the bot buys the required supplies on the ge and repeats. the only thing i have to do on the mule is wait for the items to sell at a high price. i've been doing this for quite some time now, good luck with yours That may be a better method actually. Like if we're woodcutting, if (getBank.getAmount("Magic Logs"), >1000) Mule(); and then there would be the private void Mule code. But wouldn't you have to keep your mule logged in always or baby sit when the bot gets over a certain amount of loot? The current way that I have it, is that when I log in, I just type a code in my clan chat and all the bots come to me and trade. Edited April 19, 2016 by lg_juggles Quote Link to comment Share on other sites More sharing options...
Southperk Posted April 19, 2016 Share Posted April 19, 2016 This is a really good idea! Keep it up Quote Link to comment Share on other sites More sharing options...
Isolate Posted April 19, 2016 Share Posted April 19, 2016 (edited) use socket/server I find it pretty useful for this kinda thing, also removes the link of being in a fc/saying the same things. Mule is running the server Subs are the sockets/clients(think it only costs like 10mb extra to do this) Edited April 19, 2016 by Isolate Quote Link to comment Share on other sites More sharing options...
nyan Posted April 19, 2016 Share Posted April 19, 2016 (edited) That may be a better method actually. Like if we're woodcutting, if (getBank.getAmount("Magic Logs"), >1000) Mule(); and then there would be the private void Mule code. But wouldn't you have to keep your mule logged in always or baby sit when the bot gets over a certain amount of loot? The current way that I have it, is that when I log in, I just type a code in my clan chat and all the bots come to me and trade. yeah the mule never logs out. it's literally logged in 24/7 with a simple afk method running while it waits for trades (turning the camera lol). i transfer the funds to a safer mule but i don't even think that's necessary because none of my mules have ever been banned Edited April 19, 2016 by Shiny Quote Link to comment Share on other sites More sharing options...
Juggles Posted April 19, 2016 Author Share Posted April 19, 2016 yeah the mule never logs out. it's literally logged in 24/7 with a simple afk method running while it waits for trades (turning the camera lol). i transfer the funds to a safer mule but i don't even think that's necessary because none of my mules have ever been banned I might do this then. I thought about having a mule run 24/7 as I currently have an AFK code that just switches between tabs so I could link the two and then transfer to a third mule when I get home. Quote Link to comment Share on other sites More sharing options...
Nora Posted April 20, 2016 Share Posted April 20, 2016 Make a 24/7 mule to react to cc too, when transferring to third mule Quote Link to comment Share on other sites More sharing options...
Lone Posted April 21, 2016 Share Posted April 21, 2016 i prefer having my bots randomly bring the finished goods to the mule after they go over a certain amount or run out. the mule trades the bot some gold and the bot buys the required supplies on the ge and repeats. the only thing i have to do on the mule is wait for the items to sell at a high price. i've been doing this for quite some time now, good luck with yours Are there public scripts like this? Havn't found one on here. Quote Link to comment Share on other sites More sharing options...
nyan Posted April 21, 2016 Share Posted April 21, 2016 (edited) Are there public scripts like this? Havn't found one on here. i highly doubt it. if you're interested in something like mule support i'd recommend a private script or learning to script for yourself. most scripters either don't want to be bothered with this or don't want this to become detectable so.. I might do this then. I thought about having a mule run 24/7 as I currently have an AFK code that just switches between tabs so I could link the two and then transfer to a third mule when I get home. my afk code moves the camera every once and a while and that is it. clicking is bad imo and i can't use the ge in peace when the bot keeps moving my mouse. Edited April 21, 2016 by Shiny Quote Link to comment Share on other sites More sharing options...