What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PB][H][JC/Alch/Ench/Insc] Ben's Big Shuffle Collection

Hey Ben, these profiles are with out a doubt amazing!!! could i request if possible to put in the DE profile to have toon use the lesser celestial essence and small heavenly shard while de'ing so that it saves space and the greaters and heavenlys that are made from them to maximize profits totally afkable... but like i said, works like a charm!

Code:
			<!-- use lesser celestial essence if we have 12 or more -->
			<While Condition="InbagCount(52718) &gt;= 12" IgnoreCanRun="True">
				<CustomAction Code="Log(&quot;[PB] Using Lesser Celestial Essence.&quot;);" />
				<CustomAction Code="Lua.DoString(&quot;UseItemByName(52718)&quot;);" />
			</While>
			<!-- use small heavenly shard if we have 3 or more -->
			<While Condition="InbagCount(52720) &gt;= 3" IgnoreCanRun="True">
				<CustomAction Code="Log(&quot;[PB] Using Small Heavenly Shard.&quot;);" />
				<CustomAction Code="Lua.DoString(&quot;UseItemByName(52720)&quot;);" />
			</While>

copy this above the part where it mails the enchanting mats to bankchar - one of the first things i added to the profile XD
 
Good profiles, used them as a base for my three accounts. But what do you do with Hypnotic Dust? I have got a shitload of those, but the AH price is like 10 gold for a stack:(


personally i don't sell the mats ill make enchants with them =) And with the inferno rubys i make gems instead of just sell them =)


Yeah was thinking about that aswell, but my server economy is well... a bit fucked up.

Mats are equal or more expensive or just a bit lower then end products.

Inferno ruby 250 gold Inferno ruby cutted 270 gold:p

Hypnotic dust 50 silver , greater cosmic essence 120 gold , heavenly shard 80 gold -> think enchanting could be something with these prices?
 
Last edited:
Good profiles, used them as a base for my three accounts. But what do you do with Hypnotic Dust? I have got a shitload of those, but the AH price is like 10 gold for a stack:(
personally i don't sell the mats ill make enchants with them =) And with the inferno rubys i make gems instead of just sell them =)
 
big credit and +rep to benkoren for his work!

i fiddled around with the profile a bit ^^ cause i wanted to turn it into an "all in one" profile. - and with enough <If>'s this seems to work - might still need some testing and fixing - but as far as i was able to tell it works fine. so you should be able to use this profile with your profession-chars, and benkorens "[PB] AH.xml" from the original posting for you bankchar.


Thanks for the Alliance, I'll try give it a whirl today.

G
 
sorry if this is sounds too basic to ask it for experienced botters: but here my question:
is it necessary for the JC to have normal bags (no profession bags, like herb bags) only to recognize when bags are full and he should sent the mats to DE? since my JC does not notice when bags are full?
 
No it doesn't attempt to, it takes the mail until my inventory is full, then it posts auctions, then it stays in the AH and says waiting X number of seconds, then it re checks the auctions and cancels and reposts if necessary. You also have it set to like only post one glyph at a time and a certain number of volatiles, is that for fear of not getting banned for abuse of the economy or is that just the default setting? I feel like I would rather post more and take the chance.

In a previous reply you also said that Darkmoon cards are shit, so you have it make greens and DE those...does that make quite a bit of gold, or would attempting to sell darkmoon cards be worth a try?

I have the auction postings set to a very small amount (between 1 and 5 for most things). This is because when I run my auction house char he goes for roughly an hour at a time, which means he runs roughly 4-5 undercut/post cycles every time I have him scheduled. With having the auction counts low for each item and cycle often, it allows me to offload a significant amount of product onto the auction house without appearing that way to other people. To other people (unless they're watching my markets very very closely), it looks like I've only ever got a few dozen or so auctions up at a time. In reality, I offload a massive amount of product. Using this method also keeps me low on the radar of things like The Undermine Journal.

Moving a lot of product isn't about efficiency all the time - it's about staying low on the radar. Detection methods, both automated and human, tend to pick out low hanging fruit. Diversification and perception of sales volume are two key factors in moving a lot of product in any economy undetected.

The problem with the Darkmoon market (on my realms) is that the volume is very low - I can't move a lot of product. While crafting the blue BoEs (Etched Horn) with my Infernon Ink is not nearly as efficient as crafting the cards, it converts my Inferno Inks into a high volume market (enchanting). I need the high volume offload for my Infernos because it allows me to really crank out the herbs, since the Blackfallows don't require any market at all because of the fortune flipping. The missing link in that chain is the Volatile Lifes, which you will have a LOT of. Personally I turn them into Golemblood Potions with a little Deepholm farming or offload them to bulk buyers for a low price (on a different char!! You don't want them to know you are their biggest competitor in the card market!).

I hope this answers your questions - let me know otherwise.

Angelus' fix of making it only craft 5 at a time fixed that for me, but still having issues with is mailing the rare quality gems to my alt. It puts inferno ruby/amberjewel/whatever in the mail and just sits there. I removed that section of the profile in order to let it run smooth while i sit here, but can't really afk or my bags would fill up with blue gems :X

Yes, you need to set your default banker in the main HB settings. Any char other than the main banker is defined within the PB settings of the given profiles as applicable.

Code:
            <!-- use lesser celestial essence if we have 12 or more -->
            <While Condition="InbagCount(52718) &gt;= 12" IgnoreCanRun="True">
                <CustomAction Code="Log(&quot;[PB] Using Lesser Celestial Essence.&quot;);" />
                <CustomAction Code="Lua.DoString(&quot;UseItemByName(52718)&quot;);" />
            </While>
            <!-- use small heavenly shard if we have 3 or more -->
            <While Condition="InbagCount(52720) &gt;= 3" IgnoreCanRun="True">
                <CustomAction Code="Log(&quot;[PB] Using Small Heavenly Shard.&quot;);" />
                <CustomAction Code="Lua.DoString(&quot;UseItemByName(52720)&quot;);" />
            </While>

copy this above the part where it mails the enchanting mats to bankchar - one of the first things i added to the profile XD

HB dev please correct me if I'm wrong, but this is not a proper way to do this - custom Lua calls are not localized by HB. I'm still looking for a good solution for the stacking.

Thanks for the Alliance, I'll try give it a whirl today.

G

Alliance is supported by the profiles in the OP.

- Ben
 
Last edited:
Wich version of PB you use?
I install the new with SVN, but still try to do archeolgy when have to use professionbuddy
 
Latest PB. Use Combat Bot with an empty profile rather than ArchaeologyBuddy.

The last version of Profesionbuddy have to install in bot folder.
Arent more a plugin.
So have to select professionbuddy on menu, but still try do archeology when craft.

Professionbuddy 1.159
* Changed Professionbuddy to a botbase and this change might break some profiles.Read below for fix.Move the Professionbuddy folder into the
Honorbuddy/Bots/ folder
* Because Professionbuddy is now a bot all profiles that check name of current bot with 'TreeRoot.Current.Name' will have to use 'SecondaryBot.Name' instead
* 'ChangeBot' still works fine but it now changes the 'SecondaryBot' in Professionbuddy (which is the bot that chosen from the dropdown list in Professionbuddy's UI)
* Double-clicking a profile from the profile list will now load it.
* Profile Settings will nolonger show obolete/unused settings.
* Profile Settings are now displayed in a tab if the currently loaded profile has any settings attached to it.
* Added a 'Category' property to Profile Settings. This is used by the property grid that shows the profile settings.
* PB profiles can now be loaded from HB's 'Load Profile' button
 
Last edited:
The one MAJOR PROBLEM with this setup is sending mail from the farmer. Arelog will not mail for you, so you're basically going on chance when farming to get full bags before the timer runs out in Arelog to switch toons. Now if it would go "ok times up, mail everything we farmed to the toon specified in the profile and switch to the next part of the loop", then I could see this being a pretty useful thing.
 
The one MAJOR PROBLEM with this setup is sending mail from the farmer. Arelog will not mail for you, so you're basically going on chance when farming to get full bags before the timer runs out in Arelog to switch toons. Now if it would go "ok times up, mail everything we farmed to the toon specified in the profile and switch to the next part of the loop", then I could see this being a pretty useful thing.

From page 3 of this topic

EDIT: another great idea i just had, lol. it helps ensure that everything get sent to the bankchar before auctioning etc.:
in arelog make your schedules like this:

1.: log into farmchar (herbing/mining) / gatherbuddy2 / yourfarmingprofile.xml / 4 hours
2.: log into farmchar (herbing/mining) / gatherbuddy2 / yourfarmingprofile2.xml / 0.17 (this is about 10 minutes)
BUT: make a copy of your farmingprofile and edit it to require alot of free bag space: <MinFreeBagSlots>78</MinFreeBagSlots> - this should force him to mail whatever he has left in his bags, and then farm for the few minutes he has left.
3.: log into bankchar ...
4.: log into jewelcrafter ...
etc etc.. - i hope you guys understand me XD (just tested it, and works fine ^^ - if you set your free bag space to high farmchar will just idle at mailbox untill arelog terminates and moves on with next schedule)
 
Alliance is supported by the profiles in the OP.

- Ben


But not the way my characters are setup, Fertzi's is an easier way to test the profiles as my characters are different to yours and I don't need to do any tweaking to the profile. Still didn't get a chance, poker got in the way :)

G
 
Last edited:
Anyone happens to know how accurate wowhead is with disenchanting?

Like wowhead says:
Etched horn 100% of 1-4 small heavenly shards
Book of blood 100% of 1-2 smal heavenly shards.

Are these correct? Else Book of blood could be better then etched horn for disenchanting, if that item also has a chance of 100% of 1-4 small heavenly shards like etched horn has.
 
The one MAJOR PROBLEM with this setup is sending mail from the farmer. Arelog will not mail for you, so you're basically going on chance when farming to get full bags before the timer runs out in Arelog to switch toons. Now if it would go "ok times up, mail everything we farmed to the toon specified in the profile and switch to the next part of the loop", then I could see this being a pretty useful thing.

Read the quick tips section of the opening post..
 
i've been workig with this profile since he started it and i've pm ben manytimes bothering him....as a result i can tell all of you that if you're not getting the mail to the right toons then it's in your settings. i am allience and i have all the settings correct now, the only problem that i have run into is the fact that in the prospecting profile, my toon still tries to make more rings after bags are full. if i start and stop the profile it will then mail rings to the disenchanter but not with out stopping it first. other than that everything else now works perfectly, as for me, i have 3 farming accounts that run 10 hrs at a time so i don't have the problem of the farmer mailing to the banker, a suggestion as to your one account farmers don't equip all your bags. look at the what is farmed in the time period of your farming, set just enough bags to hold less than that and you'll not have to change any settings. Like ben said, read the quick tips...i was very frustarted after messing with each profile about 3 to 4 hours each getting the mail thing right...i finally deleted everything, reinstalled the professionbuddy bot, and his profiles, printed out his original post and followed each step by step, and worked perfectly, you may have to start over cause of changes you have made and not changed back...just my 2 cents...but it worked for me.
 
i've been workig with this profile since he started it and i've pm ben manytimes bothering him....as a result i can tell all of you that if you're not getting the mail to the right toons then it's in your settings. i am allience and i have all the settings correct now, the only problem that i have run into is the fact that in the prospecting profile, my toon still tries to make more rings after bags are full. if i start and stop the profile it will then mail rings to the disenchanter but not with out stopping it first. other than that everything else now works perfectly, as for me, i have 3 farming accounts that run 10 hrs at a time so i don't have the problem of the farmer mailing to the banker, a suggestion as to your one account farmers don't equip all your bags. look at the what is farmed in the time period of your farming, set just enough bags to hold less than that and you'll not have to change any settings. Like ben said, read the quick tips...i was very frustarted after messing with each profile about 3 to 4 hours each getting the mail thing right...i finally deleted everything, reinstalled the professionbuddy bot, and his profiles, printed out his original post and followed each step by step, and worked perfectly, you may have to start over cause of changes you have made and not changed back...just my 2 cents...but it worked for me.


tl;dr :)
 
Back
Top