Yeah so, it seems I'm not alone with the issue where the bot simply circles around the elevator and Valley of Spirits in OG. Looking at my bot at the moment + 3 other buddies going in the same pattern. I am using the 1-600 herb/mining profile and this occured around 250+- when it was in OG learning new stuff. If you do need a log attached, just reply telling me how and I will post one asap! Really want this to work soon, great profile overall except for this issue.. Cheers
How can I make a engineer and tailor profile? And will it detect what skill level you got since i already got 345 in engineer. Or anyone got one to share? Will donate if anyone could make this for me. How i see it you have to have max skill (600) to get to add parts and recipes. And will it buy parts from, go to trainer and learn skill?
highvolts, i am trying to make a profile in Questbot to farm missing recipes from your profession book, i know PB using HasRecipe was wondering if there could be someway you can make it so HasRecipe can work with Questbot
Hey there, can't get my professionbuddy in Herb + Mining 1 - 600 profile doin automatically the Tradeskills... I'd like it to make the ore to copper for example every time it goes to stormwind to empty the bags and then send the herbs and bars to a bank char, because if he doesn't, herb is always about 50 points higher skilled than mining... Thanks for help
Is it possible to use a variable for a SubRoutineName? Example: Code: <Declaration Code="public <UnkownType> RoutineName" /> <CustomAction Code=" RoutineName = aDynamicRoutineName" /> <CallSubRoutine SubRoutineName="RoutineName" /> <CustomAction Code=" RoutineName = anotherDynamicRoutineName" /> <CallSubRoutine SubRoutineName="RoutineName" />
Hello How can I sell all items with the name "Map of Fortune"? Just drop card from the deck with a different description, and accordingly different id - their 58 shtiuk. And it is necessary to sell all in one click
Is it possible to set this not to open cod mails some guy figured out i was botting so he codded me 50 blacksmith hammers with 1g as price xD
Woh to use command InGBanktCount? I install addon Datastore. I used: if InGBanktCount(xxxx) > 10 Custom Action: Log("YES"); And does'n working
Hi every one, I'm creating an HV profile based on TSM, at the moment i'm trying to make my toon empty my Gbank tab by tab, without emptying a tab which had already been emptying. But i need to make some change in ProfessionBuddy, I want allow it to chose the GBank tab that it have to Withdraw with the command GetItemfromBankAction. At the moment I add some line in order to create a new properties in ProfessionBuddy/Composites/GetIemFromBankAction.cs, in the function "public GetItemfromBankAction()" but now ProfessionBuddy isn't show in the scrolling frame where you can find GatherBuddy2, Questing, BG Buddy etc So if someboddy could help me i would be great. Sorry for my poor english
Hi, I'm trying to do an multi proffession AH profile, but I got stack at one thing: It only should buy Item X if the Actual Price of Item Y is 10g higher then the Price of Item Y, if this is true. then buy 1 of X and repeat or whatever. Is something like this possible? If yes how? Maybe check the prices with theunderminejournal or whatever. Thanks for any help! Best Regards Mena
I'm using AH bot right now, it's working very good, but I got one problem: The bot sells Golden Lotus for 10g/each, but the server price is about 50g/each and it even recognizes this. And I would love if there is a option to blacklist some items so that they dont sell because I want to keep them. Log attatched
Code: <If Condition="Me.ZoneId == 4395" IgnoreCanRun="True"> <CustomAction Code="LogText("Goin to Dalaran GuildBank.");" /> <MoveToAction Location="XYZ" MoveType="Location" Pathing="Navigator" Entry="0" /> </If> <MoveToAction MoveType="NearestGB" Pathing="Navigator" /> <InteractionAction InteractType="GameObject" Entry="0" InteractDelay="2000" GameObjectType="GuildBank" SpellFocus="Anvil" /> Toon runs to GBank - stands to GBank - but wont open it? In Dalaran