• Visit Rebornbuddy
  • [ShuffleBuddy] A bot that will prospect and DE!

    Discussion in 'ProfessionBuddy Profiles' started by TheMaff, Jun 13, 2012.

    1. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      [PB] [ShuffleBuddy] A bot that will prospect and DE! (MoP now!)

      Shufflebuddy


      What does it do?:
      Picture explaining the basic idea of the profile..
      Gom1i.jpg

      - There is other shuffle profiles that does it just as well as mine (I guess).. Might upload it again at some point.
       
      Last edited: Apr 14, 2013
      madmaximka, m0rf0 and Relic like this.
    2. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Changelog

      Code:
      v1.1 Fixed the problem so it will DE/Craft every item properly.
      
      v1.0 Updated for MoP ores. And alliance + horde support.
      
      v0.7 Temporary MoP 5.0 fix should be AFK'able.
      
      v0.6 Fixed carnelian crafting in dalaran and a bug where it would use the mailbox through the wall.
      
      v0.5 Added dalaran support. Forgot what i was supposed to add other than that >.< Released anyway since a big part of the community is alliance.
      
      v0.4 fixed "bottish" vendoring, and added a option to mail Carnelians to your transmuter (NOTE: You have to set the craft carnelian option to false)
      
      v0.3 Shufflebuddy release
      
      
      
       
      Last edited: Nov 9, 2012
    3. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Couldn't really see very well, but does it have an option to turn off the selling of the gems? I like keeping my gems for possible future uses or dailies. I wouldn't want it to sell them off.
       
    4. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Yes there is a setting for everything. If you take a look at the bottom of the picture you should see a category "Vendors" If it's set to false it won't sell them but just keep them in the bags.

      The reason i'm vendoring is that there is no profit in them, and since i'm somtimes prospecting 1000 + stacks i can't see them at all they're just eating up space :).
       
    5. Battler624

      Battler624 Member

      Joined:
      Feb 9, 2012
      Messages:
      472
      Likes Received:
      0
      Trophy Points:
      16
      will this disenchant? if the disenchanter is also a JC'er?
       
    6. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Yes that's the whole idea of this profile
       
    7. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Updated the thread with the v0.4 check the changelog and the thread for more info.
       
    8. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      21 downloads and over 300 views and no one got anything to say whether it's good or not or if they would like something to be different?
       
    9. MoMedic

      MoMedic New Member

      Joined:
      Dec 16, 2011
      Messages:
      131
      Likes Received:
      1
      Trophy Points:
      0
      Yea, an Alliance version! :p
       
    10. greaterdeath

      greaterdeath New Member

      Joined:
      Apr 2, 2010
      Messages:
      815
      Likes Received:
      2
      Trophy Points:
      0
      Ran it from Dal, which was okay. 1 problem is that it gets stuck after retrieving mail (keeps trying to retrieve when theres nothing 9:26 log), so then it doesn't mail. Also, if you have any settings in your bag when it starts, it doesnt seem to want to buy more when you run out.
       
    11. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      I think i fixed the mail. Thanks for noticing now i can update my current profile with that fix as well.

      ----------
      As for the settings:
      When you load a profile the profile will continuously run.


      PHP:
          <SubRoutine SubRoutineName="Routine">
          <
      CallSubRoutine SubRoutineName="Check Items" />
          <If 
      Condition="getItems" IgnoreCanRun="True">
            <
      CallSubRoutine SubRoutineName="Fill Bags" />
          </If>
          <
      StackItemsAction />
          <!--<
      DisenchantAction ActionType="Prospect" ItemTarget="All" ItemQuality="Uncommon" ItemId="0" /> -->
          <If 
      Condition="(bool)Settings[&quot;Vendor Zephyrite&quot;] &amp;&amp; InbagCount (52178) &gt;= 1" IgnoreCanRun="True">
            <
      CallSubRoutine SubRoutineName="SellTrash" />
          </If>
          <If 
      Condition="(InbagCount(52719) &gt;= 1 || InbagCount(52555) &gt;= 1 || InbagCount(52721) &gt;= 1 || InbagCount(52190) &gt;= 1 || InbagCount(52195) &gt;= 1 || InbagCount(52193) &gt;= 1)" IgnoreCanRun="True">
            <
      CallSubRoutine SubRoutineName="SendMail" />
            </If>
          <If 
      Condition="(bool)Settings[&quot;Personal Bank Deposit&quot;]" IgnoreCanRun="True">
            <
      CallSubRoutine SubRoutineName="Bank Deposit" />
          </If>
          <If 
      Condition="(bool)Settings[&quot;Gbank Deposit&quot;]" IgnoreCanRun="True">
            <
      CallSubRoutine SubRoutineName="Gbank Deposit" />
          </If>
          <If 
      Condition="Me.FreeNormalBagSlots &gt; 2" IgnoreCanRun="False">
            <
      CallSubRoutine SubRoutineName="Craft JC" />
          </If>
          <If 
      Condition="(InbagCount(53038) &gt; 5 || InbagCount(52185) &gt; 5 || InbagCount(53038) &gt; 5)" IgnoreCanRun="True">
            <
      CallSubRoutine SubRoutineName="Prospect" />
          </If>    
             <
      CallSubRoutine SubRoutineName="Clear Bags" />
        </
      SubRoutine>
      = It won't calculate settings needed before it hits "Craft JC"(Or it will but if you have nothing left in mail and only stuff in the bag). I assume it would craft items for the settings you have left(If you bought some youself). If that's not what you meant or wanted an answer for i think you need to explain it a bit more :)


      Adding dalaran for the next release. I'm not playing alliance and don't want to waste my time in SW when i can AFK in Orgrimmar :)
       
      Last edited: Jun 17, 2012
    12. emolol

      emolol Member

      Joined:
      Oct 2, 2011
      Messages:
      56
      Likes Received:
      2
      Trophy Points:
      8
      Hi! My char is JC/Alchemy and another one has DE. Is it possible to mail all crafts to DE char and after that relog on him?

      Thanks.
       
    13. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Inrego's profile already does that.
       
    14. Battler624

      Battler624 Member

      Joined:
      Feb 9, 2012
      Messages:
      472
      Likes Received:
      0
      Trophy Points:
      16
      ^^ adding dal for next release?
      so i guess i wont use it till next release :O
       
    15. wanted31

      wanted31 New Member

      Joined:
      Aug 8, 2011
      Messages:
      362
      Likes Received:
      2
      Trophy Points:
      0
      Could this be profitable at a high pop server, with just jc/ench?
       
    16. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      Do some calculations imo. I did it with just JC/Ench before i lvled alchemy it was profitable but not as much as with transmuting.
       
    17. RayVanHalen

      RayVanHalen New Member

      Joined:
      Mar 5, 2012
      Messages:
      190
      Likes Received:
      1
      Trophy Points:
      0
    18. cmills

      cmills New Member

      Joined:
      Mar 19, 2011
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      I would love this for alliance :) thanks for the nice work anyways though mate
       
    19. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      I've had alot of work this week will upload a version with dalaran support tomorrow and maybe with some other features as well!
       
    20. utghost

      utghost New Member

      Joined:
      Aug 2, 2011
      Messages:
      101
      Likes Received:
      1
      Trophy Points:
      0
      +1 to ally version :D
       

    Share This Page