Hey glvtron - saw you had listed as 'todo' implementing the TSM auto mail button. I coded this up a while ago and thought I'd share my code, in case you haven't got around to it yet. The TSM changes are all located in the ..World of Warcraft\Interface\AddOns\TradeSkillMaster_Mailing\Modules\AutoMail.lua file. I am not using a current version, so line numbers and code might be slightly different, but here goes: around line 21, add the name to the button creation line Code: local button = CreateFrame("Button", "TSM_AutoMail", MailFrame, "UIPanelButtonTemplate") around line 184, comment out the check Code: function private:StopAutoMailing(done) --if private.button:GetName() then error("Invalid button name.") end In your profile you can access the button with Code: <Declaration Code="string TSM_AutoMail="RunMacroText(\"/click TSM_AutoMail\")";" /> and then Code: <CustomAction Code="Lua.DoString(TSM_AutoMail, 0);" /> So, there you go. Hope it is useful to you.
I never have issues with setting programs/scripts up but i just can't seem to get this working. Tried everything, patched nd did everything post said. >It will go to AH does a getallscan then nothing happens. and bot stays with starting cycle.
Having an issue here. Followed the directions. The bot will load fine, run to the ah, and that's where the problems begin. It says it's doing the scans and posting but it isn't doing anything. I do have stuff in my bags to post. after it "says" it's scanning and posting it runs to the mailbox and sits there. Nothing done what so ever. View attachment 27884 2012-12-17 07.05.txt Update - I figured out part of the problem. I had to install the TSM _AuctionDB and _Accounting additions. The scans are going correctly now, however, I still cannot get it to post from my bags
It works guys, and no you dont need all the plugins of TSM. Just core, auctioning and mail if posting/cancelling is your only task. And ye you need to be familiar with TSM. My only issue now is forever-stuck when there is nothing to post. It starts its posting cycle, tsm instantly responding post completed (since there is nothing to post) however PB does not pick up on this and waits forever. edit: Found temp solution if anyone else facing issue i have. Just make a group with something (total amount 2+) that is always in your bags that noone will buy for that price, and limit max post of it to 1. This way when there is nothing real to post it will still go through post cycle for a sec (to find out this item that noone will buy for this price is already posted with limit of 1). This way it will never stuck at posting when there is nothing to post anymore.
so ill taked as this project was getting finaly Revived !!! and we can all hope for a fast update on the To-Do list becouse i realy liked what i saw there !! that hes able to use the Crafting part and can restock from GB! And actly it just poped into my head if you would might have the possibility to add the " Automated Relog Function" ( as in this profile http://www.thebuddyforum.com/honorb...-create-inks-prospecting-craft-neck-ring.html " to a JC,Alchy,Scribe.Ench
problems Hi! * Char goes to ah -check * scan ah -check * doesn't cancel auctions * doesn't make new auctions * goes to mail -check * gets new items -check i have to press manuel the buttons F1 / F2 Makros made.
reloading ui when looting mailbox would be nice. when u loot mailbox and there is that 30-40 sec left before new mail appears reloading ui now refreshes the mailbox instantly
Have you tried the plugin "TurboMailer"? It reloads the UI automatically. I can?t test it together with this profile because i have some other Problems. 1. Bot goes to AH and starts a cancel scan, so far OK 2. Bot does not cancel the auctions, macros and keybindings are OK and tested 3. If i press the keys manually to cancel the auctions the Bot starts a post scan but nothing happens when no items in bags to post.
i changed follwing: made the mousewheel makro but disabled in HB config. it works now fine for me. only one thing: could you change the routine to: cancel, THAN Mailbox, THAN post? Its cancel, post, mailbox atm..... or how can i change this?
Works for like 99% gets my toon sometimes to go afk and dc sortly after.. Nothing inlog. Btw any who is willing to share some awsome tsm profilee, like herbs, ore's , gems etc... Just wondering
I have a problem with scanning auction TSM tool. Bevor he starts canceling and posting he did everytime a TSM Auction scanning. But TSM need a /reload after this scan. so the bot dosent do that /reload. can anybody help me in that point?
Have literally spent the last 3 hours trying everything mentioned in original post and posts from last 20-30 pages but to no avail, all my bot does is stand at the AH and do nothing! Would anyone really be kind enough to PM me if they have it working or think they might be able to help me out. I will post logs if needed! Many thanks
Still testing this profile, had the same problem... I fixed it with the tsm app.. look at there website for more info on how etc.. the app. will update de DB every hour or day what you prefere ofc. You need to know how TSM really works and heb setup good profiles for your stuff. One problem i still see if there is nothing to cancel the bot will run the cycle cancel post.. but post nothing.. then go to the mail box.. stands there and waits.. If you set post first it wil go and post then cancel... works so far... then goes to the mail box ... waits.... and go ceck again.. still running this profile so not really had time to fully test it, had some downtime 2 day haha Will try to test it some more tonight.. if it hangs again.. i kinda give up on it for now cause i don't have time to babysit my banker. the whole day.
Hello, I'm very confused; I make it so; <!--Fool's Cap--> <SellItemOnAhAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" UseCategory="False" RunTime="_48_Hours" AmountType="Amount" ItemID="72238" MinBuyout="25g0s0c" MaxBuyout="150g0s0c" StackSize="20" IgnoreStackSizeBelow="20" Amount="100" BidPrecent="100" UndercutPrecent="0.1" AutoFindAh="True" PostIfBelowMinBuyout="False" Location="0,0,0" /> and then; PB 1.540: Skipping Fool's Cap since lowest buyout:1g84s97c is below my MinBuyout:25g0s0c He only acept Stacksize with 1? But i have IgnoreStackSizeBelow ''20''? Why scan he only 1 item? Its only work with Golden Lotus Stack and IgnoreStackSize its 1. ((PB 1.540: Selling Golden Lotus for 36g86s30c. Competition is at 36g89s99c)) No Work with all Stack Item ''20''? Need help plz
I don't use this bot but I think I can help. MinBuyout="25g0s0c" MaxBuyout="150g0s0c" StackSize="20" PER ITEM - PER ITEM - - StackSize EXAMPLE MinBuyout="1g0s0c" MaxBuyout="2g0s0c" StackSize="20" MIN BUYOUT 20g PER STACK MAXBUYOUT 40G PER STACK - STACK SIZE 20
One problem is: When you get a blank mail, no cash/item but only text/title ===> Stuck at the mailbox. Anyone can help?
My problem ATM is that the Buttons F1/F2 are not working. If i hit them manually it works fine. Any ideas?