• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PB][H][JC/Alch/Ench/Insc] Ben's Big Shuffle Collection

    Discussion in 'ProfessionBuddy Profiles' started by benkoren, Dec 14, 2011.

    1. Roflcake

      Roflcake New Member

      Joined:
      Jan 30, 2011
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      These profiles works great, tho it got some needed improvements/errors (im not qualified enough the make them myself;>) that would be awesome if someone could help me out:

      Banker: Resend all mails before AH'ing leftovers.
      Scribe: When inventory full, send boe's to Chanter, then continue. (Instead of getting stuck at inventory full).
      Scribe: Always keep 5 bagspots open(To avoid getting inventory full when starting to mill).
      Scribe: I noticed that it sometimes buying too many parchments when creating fortune cards, maybe count blackfallow inks and buy as many parchments as needed before crafting( to speed it up abit)? ;)

      And a bit harder piece if someone wants:
      [Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]

      Instead of AH'ing the raw ench mats. For example hypnotic dust is less then 1g a piece on my server.
       
      Last edited: Dec 23, 2011
    2. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      I'll took a look at the first issue on the scribe [EDIT: fixed in rev65]. The 2nd and 3rd scribe issues are with PB and Highvoltz is working on them.

      The auction character should not be auctioning any kind of leftovers - only the processed materials. All Cata herbs/ore are sent every time the char goes to the mailbox. Exactly which items are you referring to with this?

      Also, I'm going to be adding an option to turn all Blackfallows into Infernos (thus shifting away from cards and more to enchanting mats). I've got some disappointing statistics on Mysterious Fortune Cards I'll be posting at some point. Stay tuned on that one.
       
      Last edited: Dec 23, 2011
    3. Roflcake

      Roflcake New Member

      Joined:
      Jan 30, 2011
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      1. What i mean by leftovers is random volatiles and in my case uncommon gems as i dont want more hypnotic dust ;>

      2. Statistics on the mysterious fortune cards is actually really bad indeed :p
       
    4. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      I need to know the exact error you are getting or the exact behavior you are seeing as well as what your settings are, what's in your bags, etc..

      Sorry for the lack of detail, still doing Xmas stuff, bit pushed for time. I'll have some spare time on boxing day. For the AH profile I would of thought the sending immediately of herbs and ores to the crafting chars would be a priority before going to AH, this immediately fills up bag space of the banker, just an idea. For the record the AH profile posted everything in my bag to the AH, some old whites I hadn't cleaned out before using PB, I would of thought it would only post what it is asked to post, save getting something valuable you may have in there getting posted by accident.

      G
       
    5. BadWolf

      BadWolf New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      11
      Trophy Points:
      0

      That's crazy ben, cause i've done wonders with the fortune cards!!! i even buy cinderbloom right now on my server! anything up to 20g a stack for any herb i buy!! have been doing for a week and have gotten 1 5000g card and 5 1000g cards, and made a lot. plus my farming toons, i make 20k alone a day with the scribe and fortune cards. also i've compiled 5 different decks of cards from making darkmoon cards...can't wait till the fair begins they will def sell next week!! i've made well over 300k in less than 2 weeks with this profile but that's with 3 fulltime farmers! I love your profile. I haven't updated since the svn has been put up and i'm afraid to cause i've got everything working perfectly right now! But as i've said before. AMAZING PROFILE!
       
    6. Jandurson

      Jandurson New Member

      Joined:
      Dec 9, 2011
      Messages:
      162
      Likes Received:
      0
      Trophy Points:
      0
      How does one set this up on multiple accounts? (IE the JC/Alch is on account a, while scribe is on account b and Ench is on account c) Just setup the Arelogs to be after one another?
       
    7. BadWolf

      BadWolf New Member

      Joined:
      Jan 15, 2010
      Messages:
      262
      Likes Received:
      11
      Trophy Points:
      0
      you just load the profile that you want with each account. and set up a arelog for each acct. all the settings are still the toon names, and the farmers just mail to the banker. doesn't matter where the account is as long as you have the right profile loaded with the right professions, and the mail names set to the right toons. just make sure that for each profession toon in the settings of the HB that you have the mail recipient set to your main banker toon so it gets all the finished mats from the professions.
       
    8. fertzi

      fertzi New Member

      Joined:
      Oct 21, 2011
      Messages:
      87
      Likes Received:
      2
      Trophy Points:
      0
      incase you want you transmuting char to buy heartblossom from the AH

      search for:
      Code:
      	<If Condition="Alchemy.Level &gt;= 525" IgnoreCanRun="True">
      and add below:
      Code:
      			<While Condition="InbagCount(52177) &gt; InbagCount(52986) &amp;&amp; Me.FreeNormalBagSlots &gt; 5" IgnoreCanRun="True">
      				<CustomAction Code="Log (&quot;[PB] buying hertblossom from AH&quot;);" />
      				<If Condition="(InbagCount(52177)-InbagCount(52986)) &gt; 80">
      					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="100" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
      					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
      				</If>
      				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &gt; 60">
      					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="80" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
      					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
      				</If>
         				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &gt; 40">
      					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="60" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
      					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
      				</If>
      				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &gt; 20">
      					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="40" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
      					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
      				</If>
      				<If Condition="((InbagCount(52177))-(InbagCount(52986))) &lt; 20">
      					<BuyItemFromAhAction ItemID="52986" MaxBuyout="100g0s0c" Amount="20" ItemListType="Item" AutoFindAh="True" X="0" Y="0" Z="0" BidOnItem="False" />
      					<GetMailAction ItemID="52986" CheckNewMail="True" GetMailType="Specific" AutoFindMailBox="True" X="0" Y="0" Z="0" MinFreeBagSlots="5" />
      				</If>
      			</While>
      mabey this can be done with less code and some cool mathematical feature to make it buy the exact amount needed, but this gets the job done too XD dont forget to edit the buyout price
       
      Last edited: Dec 24, 2011
    9. Megser

      Megser Well-Known Member

      Joined:
      Apr 17, 2010
      Messages:
      1,389
      Likes Received:
      73
      Trophy Points:
      48
      Wouldn't you want to sell the Carnelians as they are and not convert them to Inferno Rubies? I sell 'em 50g each to private buyers, on AH it goes for around 90g a piece though.
       
    10. fertzi

      fertzi New Member

      Joined:
      Oct 21, 2011
      Messages:
      87
      Likes Received:
      2
      Trophy Points:
      0
      infernos go for approx 350g/piece on my realm - so for me its better to transmute :p still worth it even if i buy the heartblossom in the AH XD
       
    11. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      As far as the profile is concerned, I'm keeping it with doing what happens to be best on the realms I bot on and adding options where necessary - it's very easy for you guys to make small tweaks based on your situation. For example, the option I added for shifting away from Darkmoon Cards toward more DE'ing. In general I'll try to add as many options like this as possible, but in the end there's only so much that can be generalized. Keep up with the ideas for these options though (like the Carnelians), I'd love to get them added.

      - Ben
       
    12. tsatsa

      tsatsa Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      596
      Likes Received:
      5
      Trophy Points:
      18
      Could you add a Changelog for your modifications pls?
       
    13. Roflcake

      Roflcake New Member

      Joined:
      Jan 30, 2011
      Messages:
      94
      Likes Received:
      0
      Trophy Points:
      0
      Could someone help me out with my Enchanting vellum idea?;> Im stockpiled on DE mats after 2days.. =\

      [Scribe] Create Vellum, send to [Ench] -> [Ench] Create specific enchants on vellum(by mats) -> send to [Banker]
       
    14. WoWuser123

      WoWuser123 Member

      Joined:
      Aug 4, 2011
      Messages:
      371
      Likes Received:
      4
      Trophy Points:
      18
      Enchanting suppliers sell the vellum for 8s or something, it should be cheaper to just buy them.
       
    15. Phones

      Phones New Member

      Joined:
      Dec 3, 2011
      Messages:
      198
      Likes Received:
      0
      Trophy Points:
      0
      Benkoren, for the people with 3 bot's on the same realm, is there a way to avoid mailing lots of stuff between accounts (Have in mind that only one of the accounts have jc/ench/insc/alch) ? Like instead of mailing it would use a guildbank to withdraw/deposit?
       
      Last edited: Dec 25, 2011
    16. Angelus

      Angelus Member

      Joined:
      Jan 15, 2010
      Messages:
      848
      Likes Received:
      6
      Trophy Points:
      18
      Account one: Farmer+Depositer
      Account two: Farmer+Depositer
      Account three: Withdrawer + crafters.

      Farmers from account one and two will mail the items to the depositer on the same account. The depositer will deposit the items in a guild bank.
      The withdrawer on account three will withdraw the items that are put in by account one and two. The withdrawed items will be send just like usual to the crafters.

      At least that is how I do it. Pretty easy to edit it.
       
    17. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      Check the SVN for the changelog.

      I'm not going to be implementing that in the profile, post in the dev forum if you need help on the specifics of enchanting a specific item (vellum).


      I prefer to keep everything completely separate with my accounts to eliminate the multi-ban problem, so I don't plan on doing this immediately. I'll put it on the TODO list though.


      - Ben
       
    18. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      Guess I am going to have to split it into the 7 individual steps for gumbies like me who don't have the original character setup of the OP, could take a while though :(

      G
       
    19. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      What are you talking about? Are you using the combined profile? It supports any prof combo...
       
    20. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38

      Couldn't get it do much in reality, always waiting, never doing too much, was more than likely me though :) If I split it then I can set arelog to do each step 1 at a time and figure why it did nothing for me with the combined. Even with the ah.xml loaded it would never ever mail herbs and ores, even if I set the wait times to 10 secs, would just keep standing around, was getting a little annoyed with it :(

      I was doing this
      open miner and send herbs and minerals to banker by hand
      open banker, run ah.xml thru pb, did nothing except list everything in bnakers bags on AH.
      open jc, run combined .xml thru pb, crafted rings etc then sent crafted intems to enc to be DE'd, but also sent inferno rubies to ench, not banker
      open alch, run combined .xml thru pb, did jack
      open ins, run combined .xml thru pb, made fortune cards perfectly.
      open ench, run combined .xml thru pb,de's greens

      Again was probably something i did wrong, but I was trying to simulate the logical order arelog would do it in but always fell over or stopped halfway thru the process. I'll do some more reading, make sure I have the right mats and the everything else setup right.

      Everything was setup as per the main page, or atleast I think it was, will recheck again with new HB build shortly.

      G
       

    Share This Page