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

Any idea why he puts all inks of dream on AH, before trying to create shoulder enchants?

Profile also sems to put Starlight Inks on the AH, before trying to make a DMC?

Inactivate the ink AH option. and i?l add a safety check on it for V3.6.

I am also working on an "Fly To A City If Not In One" option for you.
 
Bengan you could start just adding flasks, its only 4 of them.
Oh, did u fix the problem with disenchant mats? in 3.4 I dont see any function to save in guild bank or mail them. ty

You should have an option named "Mail Alt: Enchanting Mats"
 
It never bought more then 200 for me, and thats 10 stacks, and there is a check to se that there is atleast 15 free bag slots before it buys them, so if there is an issue there it is not an issue for me, ah well it will be changed for v3.6 took me a day to write this as safe as possible.

So you saying you are not even gonna look into it and not try to fix it?
Why does it even have to buy 200 anyway? It can buy 60 and if it runs out it can just buy more.
I am using a jewelcrafting/scriber maybe that has something to do with it cause the bags at all times have random herbs and uncommon gems in them plus the 250+ sets and 500+ parchments that keeps in stock in the bags.

And your check for 15 free bags slots is probably what is causing the problem, because if it doesnt have that amount free it will stop opening mail and mill/prospect.

And as i said before, if you remove 2-3 stacks of settings the bot will get back to work again so as it is its causing the profile to halt. Why are you so against to fix this, i really don't get it.

If you are not willing to change this on your downloaded profile, at least can you tell me which line to change to limit the amount that it buys?
 
Last edited:
But it seems to make sense to first make the darkmooncard no?

I want to use my ink of dreams for making shoulder enchants.
Starlights i want to put on ah after dmc is made.

This makes sense no?

if i turn on AH, he just puts it all on it

Fly to city looks awesome!
 
So you saying you are not even gonna look into it and not try to fix it?
Why does it even have to buy 200 anyway? It can buy 60 and if it runs out it can just buy more.
I am using a jewelcrafting/scriber maybe that has something to do with it cause the bags at all times have random herbs and uncommon gems in them plus the 250+ sets and 500+ parchments that keeps in stock in the bags.

And your check for 15 free bags slots is probably what is causing the problem, because if it doesnt have that amount free it will stop opening mail and mill/prospect.

And as i said before, if you remove 2-3 stacks of settings the bot will get back to work again so as it is its causing the profile to halt. Why are you so against to fix this, i really don't get it.

If you are not willing to change this on your downloaded profile, at least can you tell me which line to change to limit the amount that it buys?

Did you totally miss the last part i wrote?

ah well it will be changed for v3.6 took me a day to write this as safe as possible.

There is many things to count for, several settings that can be both on and off or on at the same time or seperatly, it wasn?t easy but i think i managed to make it calculate the exact number off needed JCS and parchaments at one time.
 
But it seems to make sense to first make the darkmooncard no?

I want to use my ink of dreams for making shoulder enchants.
Starlights i want to put on ah after dmc is made.

This makes sense no?

if i turn on AH, he just puts it all on it

Fly to city looks awesome!

It do make sense.
 
Just ran in to a frustrating bug.. then i noticed that shrine off seven moons has 2 zoneid?s this fucked things up for me...
 
Did you totally miss the last part i wrote?



There is many things to count for, several settings that can be both on and off or on at the same time or seperatly, it wasn?t easy but i think i managed to make it calculate the exact number off needed JCS and parchaments at one time.


Great, if you need any help beta testing anything let me know. I'll be more than happy to help out with beta testing.
 
I have a problem, when my JCer prospects I made him send the blue gems to my banker, the problem that I'm encountering is that he is sending each color in 1 mail. For example if I have 2 stacks of red gems, 1 stack of green and 1 stack of blue he will send 3 mails, one only with red, one only with blue and one only with green and that just floooooooooooods my banker mail, I am still using 3.4 tho, is it fixed in 3.5 and if it's not will it be in 3.6?:)
 
Please remember to give Bengan the respect he deserves for making this profile. He is not getting paid to create this and gives it to us all for free. Some of the comments on this thread are pretty rude towards Bengan and that is just straight up wrong.

So for the people who dont say it. Thank you Bengan for this amazing profile. It is obvious you have put considerable time and effort into creating it.
 
Last edited:
No there is not, i can implement this for 3.6.

And damn thats many enchants to add, i wanted a limited list to the most needed, this can take a whjile to add.

Ye I figured it was probably to many but I saw that you added all the JC gems so figured maybe you would want a full list.

hmm would there be a way of making it so a user could enter in the spell id of the enchant they wanted to be crafted and then it makes x amount.

So rather than having to edit the code there would be an empty box to type in the spell id for the enchant craft. And you could add in multiple spell ids for example "104414,104395" Those being pandaren step and glorious stats.
 
Did you totally miss the last part i wrote?



There is many things to count for, several settings that can be both on and off or on at the same time or seperatly, it wasn´t easy but i think i managed to make it calculate the exact number off needed JCS and parchaments at one time.

This is a problem I have seen addressed in many ways by different profiles. I hope this is ok to post but this is a way of solving the problem used in another popular profile.

Code:
<If Condition="InbagCount(39354) +1 &lt; (InbagCount(79254)+InbagCount(79255))/3" IgnoreCanRun="True">
  <If Condition="Me.ZoneId == 1519" IgnoreCanRun="True">        <!--Buy in SW-->
     <CustomAction Code="Log (Colors.Orange,&quot;PB-Profile: &quot;,Colors.LightYellow,&quot;Buying parchments in SW...&quot;);" />
     <FlyToAction Dismount="True" Location="-8366.22, 627.099, 95.19578" />
     <BuyItemAction NpcEntry="5519" Location="-8366.22, 627.099, 95.19578" ItemID="39354" BuyItemType="SpecificItem" Count="(InbagCount(79254)+InbagCount(79255))/3 +1"                                     BuyAdditively="False" />
     <WaitAction Condition="InbagCount (39354) +1 &gt;= (InbagCount(79254)+InbagCount(79255))/3" Timeout="2000" />
  </If>
</If>

Basically divides the number of inks in bag by 3 then buys that many parchments.
 
Also is there anyway to make desecrated herbs count as actual herbs? They seem to just sit in my bags and not get sent anywhere :(
 
Another thing i notice.
I use a level 1 toon to split herb and minerals to other toons.
The only thing in its bags are herb and minerals.
If the bot has less than 10~ bag slots free it will never check mail.
It will stuck there even though it has a full inventory of herbs and minerals that needs to mail to other toons.

Or if it happens to have full bags with only herbs and start the mail minerals section, it will display mailing minerals to alt and will just stay there.
You need to have a check, if there is no minerals to send and cant get any mail for any reason to go to next task
 
Last edited:
This is a problem I have seen addressed in many ways by different profiles. I hope this is ok to post but this is a way of solving the problem used in another popular profile.

Code:
<If Condition="InbagCount(39354) +1 < (InbagCount(79254)+InbagCount(79255))/3" IgnoreCanRun="True">
  <If Condition="Me.ZoneId == 1519" IgnoreCanRun="True">        <!--Buy in SW-->
     <CustomAction Code="Log (Colors.Orange,"PB-Profile: ",Colors.LightYellow,"Buying parchments in SW...");" />
     <FlyToAction Dismount="True" Location="-8366.22, 627.099, 95.19578" />
     <BuyItemAction NpcEntry="5519" Location="-8366.22, 627.099, 95.19578" ItemID="39354" BuyItemType="SpecificItem" Count="(InbagCount(79254)+InbagCount(79255))/3 +1"                                     BuyAdditively="False" />
     <WaitAction Condition="InbagCount (39354) +1 >= (InbagCount(79254)+InbagCount(79255))/3" Timeout="2000" />
  </If>
</If>

Basically divides the number of inks in bag by 3 then buys that many parchments.

i made it in another way isung variables and calculating a number to buy then isung that var as the amount to buy.
I also needed to check what options was active not just what mats it has, for example if it mails ink of dreams and craft the other one it wont buy parchaments for the ink of dreams :D
 
Another thing i notice.
I use a level 1 toon to split herb and minerals to other toons.
The only thing in its bags are herb and minerals.
If the bot has less than 10~ bag slots free it will never check mail.
It will stuck there even though it has a full inventory of herbs and minerals that needs to mail to other toons.

Or if it happens to have full bags with only herbs and start the mail minerals section, it will display mailing minerals to alt and will just stay there.
You need to have a check, if there is no minerals to send and cant get any mail for any reason to go to next task

I?l look it up. did you se the sting to collect mail up to 2 slots? that is for non crafters.
 
I have a problem, when my JCer prospects I made him send the blue gems to my banker, the problem that I'm encountering is that he is sending each color in 1 mail. For example if I have 2 stacks of red gems, 1 stack of green and 1 stack of blue he will send 3 mails, one only with red, one only with blue and one only with green and that just floooooooooooods my banker mail, I am still using 3.4 tho, is it fixed in 3.5 and if it's not will it be in 3.6?:)
i can look this up to se if i can do it diferently, i have added the gems item number by item number, i am not sure if i can add more then one item number to one mailing session, i could test it if it works i rewrite the mailing for 3.6.
 
Back
Top