• 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. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      The check for AlchemistName doesn't work for me. My char keeps trying to mail the heartblossom to my alchemist even though it's him. I had to remove the mail item line from the profile.
      Otherwise working pretty good so far. Still testing at the moment.
       
    2. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      Does your character have non-ASCII characters in the name? If so, the check will not work.
       
    3. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Nope. Standard English letters.

      Oh also, is there a way to make the characters open all mail instead of just unread mail? Sometimes I have to stop the bot or whatever, and then it'll spam "Done Disenchanting" because the mails I have are not unread, but still need to be opened to get the mats.
       
      Last edited: Feb 12, 2012
    4. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      For all mail open up the shuffle profile and change the If condition from

      Code:
      HasNewMail
      To

      Code:
      (HasNewMail || MailCount> 0) && Me.FreeNormalBagSlots>3
      In the Getmail subroutine. Also change bagslots to suit here and in the getmail action.
       
    5. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      That crashes the bot :/

      Edit: Put them into separate Ifs and it worked. Thanks!
       
    6. theatristformallyknownasG

      theatristformallyknownasG Active Member

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

      separate if's ? can you cut and pste for those code illiterate amoungst us :0

      G
       
    7. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      I don't have the code here, but where the mail function has something like:

      Code:
      <If Condition="HasNewMail" blabla>
         [some code here]
      </If>
      
      I changed it to

      Code:
      <If Condition="MailCount > 0" blabla>
         <If Condition="Me.FreeNormalBagSlots > 3" blabla>
            [some code here]
         </If>
      </If>
      
       
    8. icurnvs

      icurnvs Member

      Joined:
      Dec 10, 2011
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      6
      Just an FYI for those gearing up their accounts for these great profiles, you don't necessarily need your characters to be 85 or have their respective professions maxed; you just need them to be the high enough to do everything the profile needs. For example, I have a level 75 character doing my enchanting and inscription. My enchanting isn't even close to maxed...It's sitting at 485 and does everything it needs as far as I can tell.
      Not sure about the other professions as I didn't realize this until after I'd leveled all my professions to 525 except enchanting.
       
    9. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Don't you need 500 enchanting to DE the blue books?
       
    10. mindtrapper

      mindtrapper Member

      Joined:
      Jan 15, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      Nah, 450 is enough for enchanting. Thankfully...

      You can see how much you need to level every profession if you open the combined shuffle profile in a text editor. It goes like this:

      "Jewelcrafting.Level &gt;= 500"
      "Alchemy.Level &gt;= 525"
      "Inscription.Level &gt;= 525"
      "Enchanting.Level &gt;= 450"

      Which is good because the profs that need to be maxed are the easiest. Inscription you can farm recipes that only need paper (eg. origami beetle) and for alchemy you need lots of gems which you have as a botter :)
       
      Last edited: Feb 14, 2012
    11. taylorb095

      taylorb095 New Member

      Joined:
      Dec 2, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Currently I only have Mining/Herbing and Enchanting/JC. So I farm and mail all mats to Enchanter/JC. I have edited your profile to suit just my professions. Everything works great, until after I get my JC BoEs crafted. Once they are crafted, my bot will not DE them. He will keep checking empty mail over and over while HB goes in a loop saying [ProfessionBuddy] Done with batch, taking a 2 minute break. Im not exactly sure why this is happening. I have my enchanting section IDENTICAL to the enchanting section in your code, and I have also tried to run your original shuffle file, and get the same results. Any idea what might be causing this? I am at 450 enchanting exactly.
       
    12. Crowley

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      Open up the shuffle in a text editor and change the getmail routine to


      Code:
      [FONT=Verdana] <SubRoutine SubRoutineName="GetMail"> [/FONT]
      [FONT=Verdana]<If Condition="(HasNewMail || MailCount&gt; 0) &amp;&amp; Me.FreeNormalBagSlots&gt;3" IgnoreCanRun="False">[/FONT]
      [FONT=Verdana]<GetMailAction GetMailType="AllItems" ItemID="0" CheckNewMail="True" MinFreeBagSlots="3" AutoFindMailBox="True" Location="0, 0, 0" />[/FONT]
      [FONT=Verdana]    </If>[/FONT]
      [FONT=Verdana]  </SubRoutine>[/FONT]

      Not sure why you had to put it in 2 Ifs.

      Thanks for the shuffle ben
      :D
       
      Last edited: Feb 14, 2012
    13. taylorb095

      taylorb095 New Member

      Joined:
      Dec 2, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      well i feel like a retard. it seems the bot saw my enchanting at 440 since i am a blood elf with +10 enchanting. so i leveled 10 points to 460, and it works perfectly now.
       
      Last edited: Feb 14, 2012
    14. Savant

      Savant New Member

      Joined:
      Jun 5, 2011
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Great job !

      Justa quick question, is there any way to set a new bank toon without going through the profile and changing every instance of the name ?

      When I first set it up I mailed items directly from a farming toon just to test and now it mails all of the Dusts and Essences back to him instead of my bank toon.


      Edit: NVM found it, it's the main mail recipient under 'Settings and Tools' in HB
       
      Last edited: Feb 15, 2012
    15. kevlarubdies

      kevlarubdies New Member Legendary

      Joined:
      Jan 24, 2011
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      so maybe im just retarded, but when ur setting up the schedule in Arelog. when do i select the character and its title. title meaning banker or gatherer.
       
    16. Sidalol

      Sidalol Member

      Joined:
      Jul 1, 2010
      Messages:
      987
      Likes Received:
      18
      Trophy Points:
      18
      Type their name under "Character name".

      So after spending over 30k to rush-level all 4 of these professions, I found this isn't profitable for me. I ended up spending more time with it and simply cannot make as much gold as I'd hoped, mostly because of the "ore shuffle" nerfs that came in the last 2 patches. I didn't know about these beforehand.
       
    17. theatristformallyknownasG

      theatristformallyknownasG Active Member

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

      What nerfs ? I only bot to get a bagfull of ore and herbs a day, make about 5K a day shuffling, this hasn't changed for a long time now, very consistent. Maybe your server prices have just tanked ?

      30k is really nothing gold wise these days, its more the time you loose is the problem.

      G
       
    18. kevlarubdies

      kevlarubdies New Member Legendary

      Joined:
      Jan 24, 2011
      Messages:
      73
      Likes Received:
      0
      Trophy Points:
      0
      are u referring to the change character check box on the manage task window?
       
    19. benkoren

      benkoren New Member

      Joined:
      Jan 18, 2011
      Messages:
      356
      Likes Received:
      28
      Trophy Points:
      0
      30k is nothing. The whole point of this shuffle is to automate a reliable shuffle for a modest profit in the same way that real players do - fly under the radar. If you want get rich quick, just run GB2 24/7 and see how that works for ya ;-) Still, this thing still pulls in 5-10k with only ~4h of gathering and zero effort.

      - Ben
       
    20. Robcat93

      Robcat93 New Member

      Joined:
      Sep 17, 2011
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      0
      Hi there Ben

      WOW!.....Great work with this, i read all 26 pages and there was alot to take in. So basically you only need 1 account with 3 x 85's on there then with arelog then they change characters e.g: 1st 85 does mining/herbs for 4hours, 2nd 85 does the crafting or professions 1.5 hours and the 3rd does the AH/Banking, for all of this to work or can i do 3 accounts with 1 85's on them.
      This is my first time using 3 different characters working with each other then turn all it to gold.

      Thanks
       

    Share This Page