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

Send back to banker and sell on the AH. Depending on server 500+ G for some 300+ G for the others.

What do you want it to do with the trillium ore? Drop me a PM.
 
Hello,

Thanks for the great profile.

I have a problem with it, I did setup my characters.. however, my JC would just go to mail and stands there doing nothing and not retrieving the mail, although there is 100+ mail. I would get the message:



----------------------------------
Building Rotation Completed
----------------------------------
[ProfessionBuddy] Done with batch, taking a 1 minute break.
Attached combat log
11:074 - HP: 100% - Mana: 100 - Chi: 0 - Monk - 0y - 100% hp - Legacy of the Emperor
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.




Any idea why this is happening?

Btw.. I did a complete re-install of HB and PB ... still same issue.
This happend with 1.6 and also now with 1.7

Thanks
 
well it all runs smooth although it refuses to buy jeweler's settings in sw. It sells my green, mails my blue's but the buying seems bugged atm.
 
Hello,

Thanks for the great profile.

I have a problem with it, I did setup my characters.. however, my JC would just go to mail and stands there doing nothing and not retrieving the mail, although there is 100+ mail. I would get the message:



----------------------------------
Building Rotation Completed
----------------------------------
[ProfessionBuddy] Done with batch, taking a 1 minute break.
Attached combat log
11:074 - HP: 100% - Mana: 100 - Chi: 0 - Monk - 0y - 100% hp - Legacy of the Emperor
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.




Any idea why this is happening?

Btw.. I did a complete re-install of HB and PB ... still same issue.
This happend with 1.6 and also now with 1.7

Thanks

Hi is your JC at 600? Also make sure any settings in addons that mark mail as read are set to off example: Datastore has this option
 
Last edited:
Hello,

Thanks for the great profile.

I have a problem with it, I did setup my characters.. however, my JC would just go to mail and stands there doing nothing and not retrieving the mail, although there is 100+ mail. I would get the message:



----------------------------------
Building Rotation Completed
----------------------------------
[ProfessionBuddy] Done with batch, taking a 1 minute break.
Attached combat log
11:074 - HP: 100% - Mana: 100 - Chi: 0 - Monk - 0y - 100% hp - Legacy of the Emperor
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.
[ProfessionBuddy] Done with batch, taking a 1 minute break.




Any idea why this is happening?

Btw.. I did a complete re-install of HB and PB ... still same issue.
This happend with 1.6 and also now with 1.7

Thanks
I had this with my JC at 525, I got it to 600 and it works perfectly now. Try that if you're not already at 600.
 
Hia,

For some reason my Shuffle doesn't send gems to my alchemist for transmuting - but instead sends it to my banker which through the AH- shuffle part just puts the gems on AH.

I might be missing something, but I feel like I've doublechecked everything and names of banker, JC etc. are all filled in correctly.

Any help is appreciated

Kind regards

GilMebson

View attachment 1152 2012-12-08 07.44.txt
 
The current GoToScribeShop is only supporting Orgrimmar. My Alliance char just flies off into nowhere once GoToScribeShop is triggered :S
 
The current GoToScribeShop is only supporting Orgrimmar. My Alliance char just flies off into nowhere once GoToScribeShop is triggered :S

Thats interesting since it shouldn't be calling the GoToScribeShop subroutine at all, its not implemented in the code anywhere
 
Nevermind my issue, it was my fault at the end. HB selected my modified v1.6 profile instead of the v1.7 for some reason
 
This will still mail Spirits and Essences to the banker even if you have it set as true. Im guessing because you have nothing in this code telling it false:

PHP:
    <!--Mail Mysterious Essence If Setting False-->
    <If Condition="(bool)Settings[&quot;Mysterious Essence To Ethereal Shard&quot;]" IgnoreCanRun="True" />
    <If Condition="false || !string.IsNullOrEmpty((string)Settings[&quot;BankerName&quot;])" IgnoreCanRun="True">
      <CustomAction Code="var1 = CharacterSettings.Instance.MailRecipient;" />
      <CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)Settings[&quot;BankerName&quot;];" />
      <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Mail="All" UseCategory="False" ItemID="74250" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />
    </If>
 
Hia,

For some reason my Shuffle doesn't send gems to my alchemist for transmuting - but instead sends it to my banker which through the AH- shuffle part just puts the gems on AH.

I might be missing something, but I feel like I've doublechecked everything and names of banker, JC etc. are all filled in correctly.

Any help is appreciated

Kind regards

GilMebson

View attachment 72460

All the names are filled in correctly - yet still my JC only sends gems to banker and NOT to my alchemist
 
When i enchant the Stuff than my WoW has a stand picture for 1 or 2 secs why that ?!

Only by Enchanting from this profile
 
This will still mail Spirits and Essences to the banker even if you have it set as true. Im guessing because you have nothing in this code telling it false:

PHP:
    <!--Mail Mysterious Essence If Setting False-->
    <If Condition="(bool)Settings["Mysterious Essence To Ethereal Shard"]" IgnoreCanRun="True" />
    <If Condition="false || !string.IsNullOrEmpty((string)Settings["BankerName"])" IgnoreCanRun="True">
      <CustomAction Code="var1 = CharacterSettings.Instance.MailRecipient;" />
      <CustomAction Code="CharacterSettings.Instance.MailRecipient = (string)Settings["BankerName"];" />
      <MailItemAction Category="TradeGoods" SubCategoryType="WoWItemTradeGoodsClass" SubCategory="None" Mail="All" UseCategory="False" ItemID="74250" Amount="0" AutoFindMailBox="True" Location="0, 0, 0" />
    </If>

yea i cant get it to work properly so i will most likely add options to mail items
 
Problem solved - did fresh install and updated. Thx for the quick support

Kind regards

GilMebson
 
When can we expect support to craft the rest of the Serpents eye necklaces? Like the one using tiger opal etc.
 
Okay guys V1.8 is out, Change log is on main page second post, I wasn't able to do to much testing so please leave any feed back thanks
 
Back
Top