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

These profiles works great, tho it got some needed improvements/errors (im not qualified enough the make them myself;>) that would be awesome if someone could help me out:

Banker: Resend all mails before AH'ing leftovers.
Scribe: When inventory full, send boe's to Chanter, then continue. (Instead of getting stuck at inventory full).
Scribe: Always keep 5 bagspots open(To avoid getting inventory full when starting to mill).
Scribe: I noticed that it sometimes buying too many parchments when creating fortune cards, maybe count blackfallow inks and buy as many parchments as needed before crafting( to speed it up abit)? ;)

And a bit harder piece if someone wants:
[Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]

Instead of AH'ing the raw ench mats. For example hypnotic dust is less then 1g a piece on my server.
 
Last edited:
These profiles works great, tho it got some needed improvements/errors (im not qualified enough the make them myself;>) that would be awesome if someone could help me out:

Banker: Resend all mails before AH'ing leftovers.
Scribe: When inventory full, send boe's to Chanter, then continue. (Instead of getting stuck at inventory full).
Scribe: Always keep 5 bagspots open(To avoid getting inventory full when starting to mill).
Scribe: I noticed that it sometimes buying too many parchments when creating fortune cards, maybe count blackfallow inks and buy as many parchments as needed before crafting( to speed it up abit)? ;)

And a bit harder piece if someone wants:
[Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]

Instead of AH'ing the raw ench mats. For example hypnotic dust is less then 1g a piece on my server.

I'll took a look at the first issue on the scribe [EDIT: fixed in rev65]. The 2nd and 3rd scribe issues are with PB and Highvoltz is working on them.

The auction character should not be auctioning any kind of leftovers - only the processed materials. All Cata herbs/ore are sent every time the char goes to the mailbox. Exactly which items are you referring to with this?

Also, I'm going to be adding an option to turn all Blackfallows into Infernos (thus shifting away from cards and more to enchanting mats). I've got some disappointing statistics on Mysterious Fortune Cards I'll be posting at some point. Stay tuned on that one.
 
Last edited:
I'll took a look at the first issue on the scribe [EDIT: fixed in rev65]. The 2nd and 3rd scribe issues are with PB and Highvoltz is working on them.

The auction character should not be auctioning any kind of leftovers - only the processed materials. All Cata herbs/ore are sent every time the char goes to the mailbox. Exactly which items are you referring to with this?

Also, I'm going to be adding an option to turn all Blackfallows into Infernos (thus shifting away from cards and more to enchanting mats). I've got some disappointing statistics on Mysterious Fortune Cards I'll be posting at some point. Stay tuned on that one.

1. What i mean by leftovers is random volatiles and in my case uncommon gems as i dont want more hypnotic dust ;>

2. Statistics on the mysterious fortune cards is actually really bad indeed :p
 
I need to know the exact error you are getting or the exact behavior you are seeing as well as what your settings are, what's in your bags, etc..

Sorry for the lack of detail, still doing Xmas stuff, bit pushed for time. I'll have some spare time on boxing day. For the AH profile I would of thought the sending immediately of herbs and ores to the crafting chars would be a priority before going to AH, this immediately fills up bag space of the banker, just an idea. For the record the AH profile posted everything in my bag to the AH, some old whites I hadn't cleaned out before using PB, I would of thought it would only post what it is asked to post, save getting something valuable you may have in there getting posted by accident.

G
 
I'll took a look at the first issue on the scribe [EDIT: fixed in rev65]. The 2nd and 3rd scribe issues are with PB and Highvoltz is working on them.

The auction character should not be auctioning any kind of leftovers - only the processed materials. All Cata herbs/ore are sent every time the char goes to the mailbox. Exactly which items are you referring to with this?

Also, I'm going to be adding an option to turn all Blackfallows into Infernos (thus shifting away from cards and more to enchanting mats). I've got some disappointing statistics on Mysterious Fortune Cards I'll be posting at some point. Stay tuned on that one.


That's crazy ben, cause i've done wonders with the fortune cards!!! i even buy cinderbloom right now on my server! anything up to 20g a stack for any herb i buy!! have been doing for a week and have gotten 1 5000g card and 5 1000g cards, and made a lot. plus my farming toons, i make 20k alone a day with the scribe and fortune cards. also i've compiled 5 different decks of cards from making darkmoon cards...can't wait till the fair begins they will def sell next week!! i've made well over 300k in less than 2 weeks with this profile but that's with 3 fulltime farmers! I love your profile. I haven't updated since the svn has been put up and i'm afraid to cause i've got everything working perfectly right now! But as i've said before. AMAZING PROFILE!
 
How does one set this up on multiple accounts? (IE the JC/Alch is on account a, while scribe is on account b and Ench is on account c) Just setup the Arelogs to be after one another?
 
How does one set this up on multiple accounts? (IE the JC/Alch is on account a, while scribe is on account b and Ench is on account c) Just setup the Arelogs to be after one another?

you just load the profile that you want with each account. and set up a arelog for each acct. all the settings are still the toon names, and the farmers just mail to the banker. doesn't matter where the account is as long as you have the right profile loaded with the right professions, and the mail names set to the right toons. just make sure that for each profession toon in the settings of the HB that you have the mail recipient set to your main banker toon so it gets all the finished mats from the professions.
 
incase you want you transmuting char to buy heartblossom from the AH

search for:
Code:
	<If Condition="Alchemy.Level &gt;= 525" IgnoreCanRun="True">

and add below:
Code:
			<While Condition="InbagCount(52177) &gt; InbagCount(52986) &amp;&amp; Me.FreeNormalBagSlots &gt; 5" IgnoreCanRun="True">
				<CustomAction Code="Log (&quot;[PB] buying hertblossom from AH&quot;);" />
				<If Condition="(InbagCount(52177)-InbagCount(52986)) &gt; 80">
					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="100" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
				</If>
				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &gt; 60">
					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="80" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
				</If>
   				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &gt; 40">
					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="60" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
				</If>
				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &gt; 20">
					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="40" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
				</If>
				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &lt; 20">
					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="20" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
				</If>
			</While>

mabey this can be done with less code and some cool mathematical feature to make it buy the exact amount needed, but this gets the job done too XD dont forget to edit the buyout price
 
Last edited:
Wouldn't you want to sell the Carnelians as they are and not convert them to Inferno Rubies? I sell 'em 50g each to private buyers, on AH it goes for around 90g a piece though.
 
infernos go for approx 350g/piece on my realm - so for me its better to transmute :P still worth it even if i buy the heartblossom in the AH XD
 
infernos go for approx 350g/piece on my realm - so for me its better to transmute :P still worth it even if i buy the heartblossom in the AH XD

As far as the profile is concerned, I'm keeping it with doing what happens to be best on the realms I bot on and adding options where necessary - it's very easy for you guys to make small tweaks based on your situation. For example, the option I added for shifting away from Darkmoon Cards toward more DE'ing. In general I'll try to add as many options like this as possible, but in the end there's only so much that can be generalized. Keep up with the ideas for these options though (like the Carnelians), I'd love to get them added.

- Ben
 
Could someone help me out with my Enchanting vellum idea?;> Im stockpiled on DE mats after 2days.. =\

[Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]
 
Could someone help me out with my Enchanting vellum idea?;> Im stockpiled on DE mats after 2days.. =\

[Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]

Enchanting suppliers sell the vellum for 8s or something, it should be cheaper to just buy them.
 
Benkoren, for the people with 3 bot's on the same realm, is there a way to avoid mailing lots of stuff between accounts (Have in mind that only one of the accounts have jc/ench/insc/alch) ? Like instead of mailing it would use a guildbank to withdraw/deposit?
 
Last edited:
Benkoren, for the people with 3 bot's on the same realm, is there a way to avoid mailing lots of stuff between accounts (Have in mind that only one of the accounts have jc/ench/insc/alch) ? Like instead of mailing it would use a guildbank to withdraw/deposit?

Account one: Farmer+Depositer
Account two: Farmer+Depositer
Account three: Withdrawer + crafters.

Farmers from account one and two will mail the items to the depositer on the same account. The depositer will deposit the items in a guild bank.
The withdrawer on account three will withdraw the items that are put in by account one and two. The withdrawed items will be send just like usual to the crafters.

At least that is how I do it. Pretty easy to edit it.
 
Could you add a Changelog for your modifications pls?

Check the SVN for the changelog.

Could someone help me out with my Enchanting vellum idea?;> Im stockpiled on DE mats after 2days.. =\

[Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]

I'm not going to be implementing that in the profile, post in the dev forum if you need help on the specifics of enchanting a specific item (vellum).


Benkoren, for the people with 3 bot's on the same realm, is there a way to avoid mailing lots of stuff between accounts (Have in mind that only one of the accounts have jc/ench/insc/alch) ? Like instead of mailing it would use a guildbank to withdraw/deposit?

I prefer to keep everything completely separate with my accounts to eliminate the multi-ban problem, so I don't plan on doing this immediately. I'll put it on the TODO list though.


- Ben
 
Guess I am going to have to split it into the 7 individual steps for gumbies like me who don't have the original character setup of the OP, could take a while though :(

G
 
What are you talking about? Are you using the combined profile? It supports any prof combo...


Couldn't get it do much in reality, always waiting, never doing too much, was more than likely me though :) If I split it then I can set arelog to do each step 1 at a time and figure why it did nothing for me with the combined. Even with the ah.xml loaded it would never ever mail herbs and ores, even if I set the wait times to 10 secs, would just keep standing around, was getting a little annoyed with it :(

I was doing this
open miner and send herbs and minerals to banker by hand
open banker, run ah.xml thru pb, did nothing except list everything in bnakers bags on AH.
open jc, run combined .xml thru pb, crafted rings etc then sent crafted intems to enc to be DE'd, but also sent inferno rubies to ench, not banker
open alch, run combined .xml thru pb, did jack
open ins, run combined .xml thru pb, made fortune cards perfectly.
open ench, run combined .xml thru pb,de's greens

Again was probably something i did wrong, but I was trying to simulate the logical order arelog would do it in but always fell over or stopped halfway thru the process. I'll do some more reading, make sure I have the right mats and the everything else setup right.

Everything was setup as per the main page, or atleast I think it was, will recheck again with new HB build shortly.

G
 
Back
Top