Jump to content

AH Automation Using TSM


Kalos72

Recommended Posts

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...