Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AH Automation Using TSM

Featured Replies

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...

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

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

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. 

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.

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

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

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.