July 31, 20178 yr Hallo there, Ich would like to create a Custom Profile to sell my farmed stuff in the auction house. The auction botbase is not that what i want. I want to undercut Other offers. But i dont know where to start. Is it even possible to write such a Profile? So you can get the Name of a Button via "/Run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())" Now i want to Tell the bot to click that Button. Is it possible? Something like runmacrotext(/click Button_xy)? I also need a wait timer to add to the Profile... So i mean click auctioneer sell Button, wait for ex. 2 Minutes. And click next Button... Damn i have no idea about Profile writing with wrobot and Google didnt help. Would be really thankful if someone can help me out here. )
July 31, 20178 yr Hello k1ngstire, What you already said this should work. You can find out your specefic button from Auctioneer with, /framestack Hover over the button and find out which name the frame has, then just launch LUA Scripts via, RunMacroText("/click AuctioneerSellButton1OrSomething") you must do this with Quester the other modes are not capable for this type of action.
July 31, 20178 yr Author 43 minutes ago, Dreamful said: Hello k1ngstire, What you already said this should work. You can find out your specefic button from Auctioneer with, /framestack Hover over the button and find out which name the frame has, then just launch LUA Scripts via, RunMacroText("/click AuctioneerSellButton1OrSomething") you must do this with Quester the other modes are not capable for this type of action. So the Quester bot base is what i need. Good to know. Thank you. I got some more Questions. How to add a wait timer? (scan the ah needs some time) How to Tell the bot to Speak with the Auctioneer / use the Mailbox? What are the commands? I am really new to Profile creation with wrobot. So Sorry for much Questions :) Created some with pirox a long time ago. But that Was Auto-It and easy...
July 31, 20178 yr Author Could someone give me an example how to write the Profile please? This is my Try... It doesnt even start: <?xml version="1.0" encoding="utf-16"?> <EasyQuestProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <QuestsSorted> <QuestsSorted Action="RunCode" NameClass="Lua.RunMacroText("/click AuctionFrameTab5")" /> <QuestsSorted Action="Wait" NameClass="120000" /> </QuestsSorted> </EasyQuestProfile> Also for some reason i cant use the Profile creator, if i load or create a new profile it just stays grey.
Create an account or sign in to comment