Kalos72 4 Posted October 18, 2017 Share Posted October 18, 2017 Has anyone been able to automate the mailbox to positing in the AH utilizing TradeSkillMaster by chance? The 30 trips back and forth just to use a macro to port them at TSM prices is super time consuming but a really simple process... Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/ Share on other sites More sharing options...
GoodGold Bro 1 Posted October 18, 2017 Share Posted October 18, 2017 Not me, but Im signing in on this thread because I would love to know the same. Is this what you are looking for? -Pick up mail -Go to Auctioneer -Auctioning -> Start post scan (using your predefined TSM settings) -> Post all -Repeat for 10 mins / or log out or whatever. Yeh, that would make my life so much easier :D Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33821 Share on other sites More sharing options...
BetterSister 367 Posted October 18, 2017 Share Posted October 18, 2017 If you got the skills you could ask Droidz for auction bot module source code and edit it for your needs Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33824 Share on other sites More sharing options...
Kalos72 4 Posted October 18, 2017 Author Share Posted October 18, 2017 Sadly BetterSister, all I have is the coin to help fund the project. :) @GoodGoldBro - Yes, exactly that. Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33826 Share on other sites More sharing options...
Jeromaiine 5 Posted October 18, 2017 Share Posted October 18, 2017 1 hour ago, GoodGold Bro said: Not me, but Im signing in on this thread because I would love to know the same. Is this what you are looking for? -Pick up mail -Go to Auctioneer -Auctioning -> Start post scan (using your predefined TSM settings) -> Post all -Repeat for 10 mins / or log out or whatever. Yeh, that would make my life so much easier :D damn that would be amazing, something like this. start cancel scan, get mail, and then start post can. And then repeat the whole sequence Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33827 Share on other sites More sharing options...
Asoter 3 Posted October 18, 2017 Share Posted October 18, 2017 I used 6 months ago on retail wow something like that on my own plugin with managament TSM: -Pick up mail -Go to Auctioneer -Auctioning -> Start post scan (using your predefined TSM settings) -> Post all -Repeat for 10 mins / or log out or whatever. When I back to home then I can vierify & update on current version on TSM/WOW and if you want I can share this for small price in next days. Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33831 Share on other sites More sharing options...
nudl 74 Posted October 18, 2017 Share Posted October 18, 2017 6 hours ago, GoodGold Bro said: Not me, but Im signing in on this thread because I would love to know the same. Is this what you are looking for? -Pick up mail -Go to Auctioneer -Auctioning -> Start post scan (using your predefined TSM settings) -> Post all -Repeat for 10 mins / or log out or whatever. Yeh, that would make my life so much easier :D You could use a Quester Profile. PickUp Mail f.e., then go to auctioneer: (Replace MAILBOXENTRY/AUCTIONEERENTRY) Spoiler (runcode by reapler) <QuestsSorted Action="RunCode" NameClass=" WoWGameObject mail = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWGameObject().FirstOrDefault(i => i.Entry == MAILBOXENTRY); if (mail != null) { wManager.Wow.Helpers.Interact.InteractGameObject(mail.GetBaseAddress); }" /> <QuestsSorted Action="Wait" NameClass="1500" /> <QuestsSorted Action="RunLuaCode" NameClass="OpenAllMail:Click()" /> <QuestsSorted Action="Wait" NameClass="60000" /> <QuestsSorted Action="RunCode" NameClass="WoWUnit toTalk = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWUnit() .SingleOrDefault(i => i.Entry == AUCTIONEERENTRY); if (toTalk != null) { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(toTalk.Position, toTalk.Entry, 1); //1=the gossip you want to select }" /> use /framestack ingame and search for the tsm buttons you need, then use another "RunLuaCode" with BUTTONNAME:Click() with it. Could work, can't test. Edit: Don't say that's anywhere near perfect or something, but as long as nobody else has something... dunno. Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33835 Share on other sites More sharing options...
mich125 8 Posted October 18, 2017 Share Posted October 18, 2017 thats all easy to do, hard part is for bot to wait as long tsm stuff is being done like posting, canceling etc Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33837 Share on other sites More sharing options...
inselmann 28 Posted October 18, 2017 Share Posted October 18, 2017 i do the same since months, you can use an external program and write some macros with image recognition, i use macro recorder and run my exe every minute in windows task manager. in my ah quester profile i check with TSM for start post scan and my exe checks for the end of that process and then clicks 100-300x times to post button, you need a static wow window for that with fixed window values. (Because the tsm have no button values.) inside ah quester profile you can pause the bot 10 minutes or even longer. works 100% afk, i bot 24/h without any human interaction with 10-12 bots right now. regards Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33845 Share on other sites More sharing options...
mich125 8 Posted October 18, 2017 Share Posted October 18, 2017 thats kinda ghetto setup tho:p Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33846 Share on other sites More sharing options...
Asoter 3 Posted October 18, 2017 Share Posted October 18, 2017 After analyzed my Plugin almost everything works. I need 1-3 days for testing & fixing some small bugs and make this much user-friendly than now. Pre-requirements: - Fully Configurable TSM - Disable All Addons (Except TSM) - Done my Instruction before starting using them(5 minutes for configure this)Features: - Configurable IDs Mailboxe, Auctioner, Guild Bank and all Positions - Cancelling all items under cut(Automatic Detect End-Canceling) - Pickup mail(Automatic Detect when end) - Post Items (Automatic Detect when end) - Configurable Loop(true/false) - Deposit Gold to Guild Bank(true/false) Edit: Probably Tommorow In the evening(EU) Plugin+Tutorial for Setup will be ready Kalos72 and BetterSister 1 1 Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33856 Share on other sites More sharing options...
mich125 8 Posted October 18, 2017 Share Posted October 18, 2017 That sounds nice Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33863 Share on other sites More sharing options...
Asoter 3 Posted October 19, 2017 Share Posted October 19, 2017 Done Link to comment https://wrobot.eu/forums/topic/7417-ah-automation-using-tsm/#findComment-33923 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now