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]Bengan's Multi Profession Profile

Getting better and better all the time.

Bengan, thank you for your hard work so far so good.

I was going to ask if you could implement spirit dust>mysterious essence>ethereal shard>sha crystal (if not on cd) shuffling.

Absolutely delighted.
 
Getting better and better all the time.

Bengan, thank you for your hard work so far so good.

I was going to ask if you could implement spirit dust>mysterious essence>ethereal shard>sha crystal (if not on cd) shuffling.

Absolutely delighted.

I will upload a new version in a few minutes, this function i can not test as i am out of game time for my enchanter atm.
But it should work.
 
Ah, I was in 2 moons. The reagent vendor is right by the innkeeper.

Adding Pandaria to the profile soon. I just added a function to tell the user if it is in a zone it can not buy perchaments in.
 
I made a change so if you update and test and report back to me here or in PM so we can solve this.

Works like a charm for me now! Many thanks !

Can you please tell me where can i set how many free slots to keep empty when collecting mail? By default it is set to 10 spaces. Also, for milling the bot auto retrieves herbs from personal bank but it also gets golden lotus (not millable) - any way i can disable the golden lotus retrieval?
 
Works like a charm for me now! Many thanks !

Can you please tell me where can i set how many free slots to keep empty when collecting mail? By default it is set to 10 spaces. Also, for milling the bot auto retrieves herbs from personal bank but it also gets golden lotus (not millable) - any way i can disable the golden lotus retrieval?

Line 256 if you have Notepad++, with just Notepad you need to search.
Search for a SubRoutine SubRoutineName="GetMail", 3 lines down toy se GetMailAction, change MinFreeBagSlots="10".

Golden lotus can be disablen on line 1036 to 1039.
or search for 72238, edit out the lines with <!--before and --> after.

I also just noticed i had the wrong number on silkweed.
 
Hi Bengan.

Got your PM. Sorry was with GF whole yesterday.

Yes the shuffle option works very good. Thanks for implementing this.

But, i just realized that, when i auction rare gems, they undercut too much. For example i auctioned 12 wild jades. The price was 44g Xs Xc, but my bot just put all of the 12 as 25g buyout.

Is it supposed to be so?

Edit: This new options with quick start and old materials non-shuffle were brilliant.
 
Hi Bengan.

Got your PM. Sorry was with GF whole yesterday.

Yes the shuffle option works very good. Thanks for implementing this.

But, i just realized that, when i auction rare gems, they undercut too much. For example i auctioned 12 wild jades. The price was 44g Xs Xc, but my bot just put all of the 12 as 25g buyout.

Is it supposed to be so?

Edit: This new options with quick start and old materials non-shuffle were brilliant.

I have set the Max buyout to 25, you can easely edit this your self by 2 ways.
1. Open HB open PB Bot settings.
Switch tab so you se the code, klick on the + where you se Subroutine "auction", edit the max buyout of the blue gems.

seconds way.
2. open the file in notepad or notepad++
Imperial Amethyst starts at line 2059 and the rest follows down under, just edit the part where you se (MinBuyout="10g0s0c" MaxBuyout="25g0s0c")
you can also find this easely by just searching for MaxBuyout, there isn?t that many auctions there.
 
Nice Profile Bengan!

I selected make DarkMoon Card, but of course it uses the starlight inks for shoulder enchants and the profile doesnt seem to make a scroll of wisdom.

Would it be possible to add this with priority Scroll of wisdom > DarkmoonCard of Mists > make Shoulder enchants?
 
Nice Profile Bengan!

I selected make DarkMoon Card, but of course it uses the starlight inks for shoulder enchants and the profile doesnt seem to make a scroll of wisdom.

Would it be possible to add this with priority Scroll of wisdom > DarkmoonCard of Mists > make Shoulder enchants?

Ofc i can add that, thought off it just sliped out off my mind.
 
Nice Profile Bengan!

I selected make DarkMoon Card, but of course it uses the starlight inks for shoulder enchants and the profile doesnt seem to make a scroll of wisdom.

Would it be possible to add this with priority Scroll of wisdom > DarkmoonCard of Mists > make Shoulder enchants?

This should now work. if it is not on CD.
 
Hey Bengan. First of all thanks for this great Profile. Makes my Life a lot easier :D

I use 2.3.3 and i got a Question:

Where should i put in this Code...

Code:
<If Condition="HBRelog.IsConnected" IgnoreCanRun="True">
      <CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); " />
</If>

if i want to skip the current HBRelog task when my Inscriptor is done completely. I mean -> If Guild Bank empty && Mail empty && Bags empty -> run my code above.

Thanks in advance.
 
Hey Bengan. First of all thanks for this great Profile. Makes my Life a lot easier :D

I use 2.3.3 and i got a Question:

Where should i put in this Code...

Code:
<If Condition="HBRelog.IsConnected" IgnoreCanRun="True">
      <CustomAction Code="HBRelog.SkipCurrentTask(HBRelog.CurrentProfileName); " />
</If>

if i want to skip the current HBRelog task when my Inscriptor is done completely. I mean -> If Guild Bank empty && Mail empty && Bags empty -> run my code above.

Thanks in advance.

I would add it on line 220 and down.
Right under this
Code:
    <!-- Deposit gold to bank-->
    <If Condition="(bool)Settings[&quot;Bank: Deposit Gold In Guild Bank&quot;]" IgnoreCanRun="True">
      <CallSubRoutine SubRoutineName="DepositGoldInGbank" />
    </If>

It is the last action to be done before the profile will restart.
 
I would add it on line 220 and down.
Right under this
Code:
    <!-- Deposit gold to bank-->
    <If Condition="(bool)Settings["Bank: Deposit Gold In Guild Bank"]" IgnoreCanRun="True">
      <CallSubRoutine SubRoutineName="DepositGoldInGbank" />
    </If>

It is the last action to be done before the profile will restart.

Thanks i will give it a try.

EDIT: Another Question: We got the option to deposit Starlight Inks on Gbank. Will the Profile automatically withdraw it again when there are no Inks on the AH?
Also was ich damit sagen will ist: Schaut der Bot nach, ob ich noch Inks im AH habe und holt welche aus der GBank wenn n?tig?
 
Last edited:
Back
Top