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

After working with this for a few more days... I'm in love.

What would I need to do to have my scribe make glyphs instead of DE books? As well as my alch make potions?

Are you using my version? If so, glad you like it. What glyphs/pots would you like to make? I think they must be hardcoded in the profile.
 
U shouldn't be changing the names in the profile itself, only in PB Settings Window.

Thus:
Code:
<[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4b0082]blahurcharnameisfiltered[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4b0082]Name of your Enchanter[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />
  <[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4B0082]blahurcharnameisfiltered[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4b0082]Name of your Alchemist[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />

Should be:
Code:
<[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4b0082]EnchanterName[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4B0082]Name of your Enchanter[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />
  <[COLOR=#0000cd]Settings [/COLOR][COLOR=#ff0000]Type[/COLOR]="[COLOR=#4b0082]String[/COLOR]" [COLOR=#ff0000]DefaultValue[/COLOR]="" [COLOR=#ff0000]Name[/COLOR]="[COLOR=#4b0082]AlchemistName[/COLOR]" [COLOR=#ff0000]Summary[/COLOR]="[COLOR=#4b0082]Name of your Alchemist[/COLOR]" [COLOR=#ff0000]Category[/COLOR]="[COLOR=#4b0082]Misc[/COLOR]" [COLOR=#ff0000]Global[/COLOR]="[COLOR=#4b0082]False[/COLOR]" [COLOR=#ff0000]Hidden[/COLOR]="[COLOR=#4b0082]False[/COLOR]" />

EDIT::Filtered out your character names.

See someone told me incorrectly then because thats why I edited the code...darnit
 
Neither my enchanter, Alchemist, or any other characters with this profile are picking up their mail. And I haven't changed any of the code with that...Can someone copy and paste what it should look like just so I can see?

All of them just got up to the mailbox, open it and then stand there and PB takes a break...which bugs the crap out of me.
 
hey dudes ... im not that good in english but i seriously want to use this profile ... so my question is: where can i change that my char 1 is JC/DE und char 2 is Scrip/Alchy ...
and is it possible to farm with two accounts at one time ?
 
any idea if there is a possibility to set it up to work on 3 accs which only 1 has poffesions ? (except gathering ones ) i mean like 3 accs gathering for 4 hours then all accs send gathered mats to 1 acc ( which has jc alch ins ench ) then this acc use the mats to craft then split crafting product and send them back to 3 bankers on those 3 accs so they can put them on ah from 3 diffrent accs?
 
OK I know I'm doing something wrong with ARelog. I have all my Characters in ARelog and they are all on the same account. When I start a11, it starts my farmer and the right after it logs into HB it starts the next character that is my banker. By doing this it bumps off the farmer. How do I stop this to let the farmer finish running for 4 hour then log on my banker?

Thank Guys and sorry for the dumb question.

PP

Edit* I found it and it works great now.
 
Last edited:
Neither my enchanter, Alchemist, or any other characters with this profile are picking up their mail. And I haven't changed any of the code with that...Can someone copy and paste what it should look like just so I can see?

All of them just got up to the mailbox, open it and then stand there and PB takes a break...which bugs the crap out of me.

I had this issue for ages, finally looked into it. The reason is the GetMail subroutine is set to check for new mail before getting the mail, but I've found that once it's done this all the mail is set to read, so it never opens mail more than once. I've changed this by taking out the if statement to check for new mail, not sure what the implications are if I have no mail, but I'm sure the engine deals with that itself.
 
Great thing! Just have one question, know its a bit retarded but im not very good at this ^^ How do you set a "run time"?
 
can anyone reports whats ur daily profit nowadays ? also, how much stacks do u bot put on ah in 1 session? 5 stacks or gatherable mats and 5 of everything else? ( its set up like that on default)
 
Hello! =)
Im sure this is a really good profile, but for some reason my crafters just stand at the mailbox, and do nothing. They loot abit, and then just stop..
anyone know what I'm doing wrong?

Alliance
 
Sounds awesome but, is it possible if
Alch/Ench and Insc/JC are on the same chars?
Can i get some informations how i have to change the scripts?
thx
 
I had this issue for ages, finally looked into it. The reason is the GetMail subroutine is set to check for new mail before getting the mail, but I've found that once it's done this all the mail is set to read, so it never opens mail more than once. I've changed this by taking out the if statement to check for new mail, not sure what the implications are if I have no mail, but I'm sure the engine deals with that itself.

Can you give me a better idea of what you did with the code? I'm not sure I am seeing what you mean. As in where to edit that portion of the script.
 
Can you give me a better idea of what you did with the code? I'm not sure I am seeing what you mean. As in where to edit that portion of the script.

I thinks what he suggests is to simply remove the check for new mail condition.

So, at the Combined Shuffle profile, remove the lines in red:

<SubRoutine SubRoutineName="GetMail">
<If Condition="HasNewMail" IgnoreCanRun="True">
<CustomAction Code="Log(&quot;[PB] Getting new Mail.&quot; );" />
<GetMailAction ItemID="0" CheckNewMail="True" GetMailType="AllItems" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="13" />
</If>
</SubRoutine>
 
can anyone reports whats ur daily profit nowadays ?

use addons like
analyst Analyst - Auction & Economy - World of Warcraft Addons - Curse (which i still use, but might have to swap)
or
accountant (will work with MoP) Accountant - Auction & Economy - World of Warcraft Addons - Curse

this will work with cash spending on alts, as well as quests/dailies and work out aggregate profit over a day/week/month or break down costs for auctions, repairs, loot, raids and heroics etc.
if you use a shuffle like this on say 5 chars, it will actually calculate the cost of putting items up on the AH, which can often cost a fair bit for banker alts over time.

for scribes, merchant pro Merchant Pro - Auction & Economy - World of Warcraft Addons - Curse
will auto-buy stacks of other inks using blackfallow, and stacks of different parchments from the same vendor in org/stormwind/dalaran.
or crystal vials for alchemists, poisons for rogues, vellum for enchanters, thread for tailors, sic. etc.

also, how much stacks do u bot put on ah in 1 session? 5 stacks or gatherable mats and 5 of everything else? ( its set up like that on default)

I prefer using TSM, since it will not flood the AH, but that's just because i have 2 bankers, one for glyphs, which needs 12-14 bags for glyphs ... and another for items and herbs/ores.
they are on separate guilds too....

for herbs, use full stacks of 20, post up to 6 or 10 stacks at a time, and/or look at the existing posters for a rough guide to volume and prices first.

i.e. i'm on a PvP server, i have someone posting 152 stacks of whiptail, under one account.
i wouldn't recommend doing that on a PvE server, at all.
 
My character tries to make example Hessonite Band with only 1 Hessonite, and gives the error mage "Missing reagent: Hessonite. Any way to skip this craft when I'm missing the reagents?
 
can this farm JC mats from 1/525 , by mining , and then i want to take this mats to other character to make JC ?
 
Back
Top