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][N][JC/Alch/Ench/Insc] Blazin's Shuffle

Not sure if this has been brought up or fixed or if there is a work around. With AH 1.6 bot doesn't take gold from the mailbox and as a result my mail box is now full of gold and he can't get the items.

Although, when there were items and gold in there he ignored the items aswell and just said;

[Singular] Your Level 1 Orc Lowbie Warrior Build is
[Singular] ... running the ProfessionBuddy bot Solo in Orgrimmar
[Singular] Context changed, re-creating behaviors
PB 1.521: Mail retrieval of items:AllItems finished
PB 1.521: Mail retrieval of items:AllItems finished
Posting to the AH
 
Not sure if this has been brought up or fixed or if there is a work around. With AH 1.6 bot doesn't take gold from the mailbox and as a result my mail box is now full of gold and he can't get the items.

Although, when there were items and gold in there he ignored the items aswell and just said;

[Singular] Your Level 1 Orc Lowbie Warrior Build is
[Singular] ... running the ProfessionBuddy bot Solo in Orgrimmar
[Singular] Context changed, re-creating behaviors
PB 1.521: Mail retrieval of items:AllItems finished
PB 1.521: Mail retrieval of items:AllItems finished
Posting to the AH

Im not having this issue, If you use addons like Auctionator that comes with Datastore, Datastore default setting marks mail as read when you open the mail box, make sure to turn this setting off, the profile only gets NEW mail or any other addon that marks mail as read
 
Alright guys need some feed back, is there anything else you would like to see this profile do? had a few people request having JC craft some blues with serpents eyes since they sell for almost nothing.
 
Alright guys need some feed back, is there anything else you would like to see this profile do? had a few people request having JC craft some blues with serpents eyes since they sell for almost nothing.

Even with 1.6 version i still do have a problem with getting items out of the mail ( at crafters) after hes done with 1 batch hes stuck on sending mail window and just spamming that hes done, even tho he has 130 mails.

Same goes to jc alch. He has like tons of gems that he should use on crafting greens, but hes stuck on sending mails.

Also would be cool to have an option for profile to craft flasks and put them on ah.
 
Even with 1.6 version i still do have a problem with getting items out of the mail ( at crafters) after hes done with 1 batch hes stuck on sending mail window and just spamming that hes done, even tho he has 130 mails.

Same goes to jc alch. He has like tons of gems that he should use on crafting greens, but hes stuck on sending mails.

Also would be cool to have an option for profile to craft flasks and put them on ah.

post a log ill try and see what its doing also make sure Banker Alch and Chanter name is filled in EVEN if it is the current character. Also make sure to disable Addon options that mark mail as read
 
I've tried the "craft boe for vendor" and it mails the rings insted of just vendoring them on the current character, seems abit silly
 
just tested, seems to work fine please make sure craft for DE is false when you craft for vendoring
I had craft for DE as False, however restarted HB and now it seems to work fine.

Noticed another thing though, the gem mailing seems rather weird, it mails 1 and 1 stack, 2 at most for some reason. not a big issue but !
 
Im not having this issue, If you use addons like Auctionator that comes with Datastore, Datastore default setting marks mail as read when you open the mail box, make sure to turn this setting off, the profile only gets NEW mail or any other addon that marks mail as read

This is with zero modifications. Tested on fresh installs. I'll keep trying to figure it out, or I'll change the way your mail code works.

Thanks,
 
Changing current profile to level 0 - 2147483647
[PB] Using Small Sparkling Shard.
[PB] Mailing Gems to banker.
[PB] Transmuting Primal Diamond.
[ProfessionBuddy] Done with batch, taking a 1 minute break

Even tho my bag is full of gems and i've set up that he should make greens and vendor them

Another thing, hes mailing herbs n ores immiedietly after he recives it on a banker char. Any chance he could put those on ah first ( the amount which is in profile) and then send the rest to crafters?
 
Last edited:
Can you implent <Flyto> behaviours rather than the bot running from point A to point B when it's going to various trainers, mailboxes and selling crane wing inscriptions?
 
ya im working on that it seems to mail only 2 items per mail

That one is rather simple to fix :)
This is how your profile handles mailing rare gems
PHP:
      <MailItemAction Entry="76131" AutoFindMailBox="True" UseCategory="False" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" X="0" Y="0" Z="0" />
      <MailItemAction Entry="76138" AutoFindMailBox="True" UseCategory="False" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" X="0" Y="0" Z="0" />
      <MailItemAction Entry="76142" AutoFindMailBox="True" UseCategory="False" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" X="0" Y="0" Z="0" />
	  <MailItemAction Entry="76734" AutoFindMailBox="True" UseCategory="False" Category="Gem" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" X="0" Y="0" Z="0" />

It's 1 mail action per ID(Item). This is how i would do it

PHP:
        <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemGemClass" SubCategory="None" Mail="All" UseCategory="False" ItemID="76131, 76138, 76142, 76734" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />

(Adding the ID's in the same mail action instead of splitting them up)
 
127023
For shoulder enchants make that the ID, it's using the wrong one, therfore losing about 100g per shoulder enchant. boo :(
 
127023
For shoulder enchants make that the ID, it's using the wrong one, therfore losing about 100g per shoulder enchant. boo :(

not rly
crafting rare BOE enchants, same price as BOP Epic
18g75s

check again
 
127023
For shoulder enchants make that the ID, it's using the wrong one, therfore losing about 100g per shoulder enchant. boo :(

I chose the Blue enchants for vendor so when i implement scribe to create epic shoulder chant for ah it wont conflict also they sell for the same price
 
Ahh, im sorry, i thought it was the ones that take starlight ink! Sorry.
 
Back
Top