My bot bug on mulgore Good night! I need a help here, my bot starts the profile correctly, but after a time he go to mulgore anda stay there.. What i need to do? Can anyone help me? Sorry for my bad english and thanks.. View attachment 7072 2016-06-30 21.15.txt
works great so far, but I got some questions. Should I run this in 25m normal or 25m hc? Is it worth to buy Treasure Potions for 350g/each? Do I get more gp/h as balance druid instead of feral?
there is only a difference between 10m and 25m so it doesn't matter what you choose depends on server and if you want to sell and craft stuff if you are capped with 10 instances per hr it doesn't matter
It does mount after it deposit the gold into the guildbank, otherwise its just working slowly around.
why does that happen? I mean, i can reset the instance all the times i want, how do people get capped?
I think a better question would be what profile are YOU using? theres alot of bugs that can be recreated after just a few hours of running it. If your using a flawless profile on your thread which one is it? also thanks for taking your time our to create the awesome profiles!
How can I make it so that it mails greens? I already set it to mail greens in the settings and added mailbox coordinates but it isn't working.
Are treasure finding potions necessary for this to provide good gold/hour? They're INCREDIBLY expensive on the AH
<MailGrey>False</MailGrey> <MailWhite>false</MailWhite> <MailGreen>False</MailGreen> <MailBlue>False</MailBlue> <MailPurple>false</MailPurple> set what you want to mail to True its not necessary it is mainly a raw gold profile still working on it. the stonetalon mountain and mulgore bug should be fixed. but it need to test it more. also working on profile options (this takes a lot of time and testing Q.Q) got 90% of the options in i want currently working on the apperence of the menu and accessibility.
Something that you could add to the options is to disenchant the green armor for hypnotic dust (used to make embersilk bags) at the end of the instance run. I have a code snippet that activates disenchantrix from the HB store that disenchants until the rest of the instance timer is up in my own version of your profile. https://store.buddyauth.com/Product?productId=556 Make sure: - Its only enabled during the waiting period at the end of the raid run or else it will blacklist disenchantable items. Then disable after the instance timer is up. - To ForceDismount before activating the plugin from the profile or it wont do anything THIS IS PROBABLY ONE OF THE SIMPLEST THINGS TO IMPLEMENT THAT SIGNIFICANTLY INCREASES THE GPM OF THIS PROFILE. (Well, if your runs were taking less than 6 mins like mine were. Also, legion soon, which means faster runs) I can add the snippet to this post later or in a few minutes, I'm currently not on my botting computer. Code: <!-- Move to Entrance--> <MoveTo X="-254.0616" Y="-174.1371" Z="54.21514" /> <MoveTo X="-282.6122" Y="-138.5372" Z="46.2877" /> <MoveTo X="-314.1085" Y="-99.49712" Z="45.02436" /> <MoveTo X="-335.1924" Y="-53.55501" Z="44.71933" /> <MoveTo X="-367.9997" Y="87.73262" Z="45.23378" /> <MoveTo X="-394.4117" Y="172.1343" Z="51.50024" /> <MoveTo X="-409.73" Y="206.3752" Z="52.5985" /> <MoveTo X="-444.162" Y="276.896" Z="82.98987" /> <MoveTo X="-528.8029" Y="312.1284" Z="115.2895" /> <!-- disenchant--> <CustomBehavior File="ForcedDismount"/> <CustomBehavior File="EnablePlugin" Names="Disenchantrix" /> <CustomBehavior File="RunMacro" Macro="/sw pause" /> <!-- exit and reset--> <CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="369000" /> <!-- stop disenchant--> <CustomBehavior File="DisablePlugin" Names="Disenchantrix" /> <!-- stealth on leave -->
This sounds great thankyou Sorry to bug you about it but you think you could get a beta up, have maybe the .3 working version and throw a beta up with the stone mountain fix so if we notice the issue we can give you more logs?