• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. Katya8938

      Katya8938 New Member

      Joined:
      Aug 3, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hello! I use profile for Jade Pate. But my bot doesn't killed a lot of mobs. He kills only 70-80 mobs/hour. Can you tell me cause of it?
       
    2. newb420

      newb420 New Member

      Joined:
      Oct 30, 2012
      Messages:
      367
      Likes Received:
      0
      Trophy Points:
      0

      So then im guessing it will keep frostweave if selected and will sell everything else. 1 more question is there any way to keep the bot doing heroic dungeons everytime it runs one it switches back to normal mode
       
    3. svlemt

      svlemt New Member

      Joined:
      Nov 20, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      hey echo, is there anyway to make the bot deposit into the second tab in guild bank? it fills up the first tab and then doesnt move to second tab, Thank you!
       
    4. Sinndar88

      Sinndar88 Member

      Joined:
      Jun 17, 2014
      Messages:
      178
      Likes Received:
      2
      Trophy Points:
      18
      finally brought a level 25 guild for a price that i was happy with :p only issue i have is... i recieved 3500~ embersilk cloth in the mail :p and it still sometimes gets in a loop trying to mail - Grimbatol Medium G-Bank embersilk cloth, if you can figure out how to have it actively put items in the Gbank could u make a setting to dump green quality items in the bank too? keep up the good work
       
    5. happyharry1983

      happyharry1983 New Member

      Joined:
      Aug 3, 2014
      Messages:
      37
      Likes Received:
      2
      Trophy Points:
      0
      Hi can i just start with a thank you very much for your profiles i use a lot of these files very regular

      I have never had an account on this forum but cant work out how to sort this 1 issue im having with your Gundrak Guildbank & frostsweave File & also the Gundrak Frostweave i have skinning on all my bots to collect extra mats in the dungeons but for some reason in these 2 profiles it sells all the borean leather it collects and i cant work out how to stop it from doing this any help would be greatly appriciated

      Thanks in Advance Mike
       
    6. Sinndar88

      Sinndar88 Member

      Joined:
      Jun 17, 2014
      Messages:
      178
      Likes Received:
      2
      Trophy Points:
      18
      2 things you can try, and there along the same lines.

      1. in the profile itself you can set borean leather to protected (check a transmorg profile to see how to correctly protect items)
      2. in your root honorbuddy folder you will find a file called protected items, you can add it there too (see above on how to)

      and that should sort you right out :) if it was me i would add it to both so its not just that profile that the leather is protected. take care
      Code:
      <Item Name = "Borean Leather" Entry = "33568"/>
      is the line of code you want to add in the "protected items" section of profiles/files i stated, and for good measure hit tab before the code
       
      Last edited: Aug 3, 2014
    7. happyharry1983

      happyharry1983 New Member

      Joined:
      Aug 3, 2014
      Messages:
      37
      Likes Received:
      2
      Trophy Points:
      0
      Yes it is already in my protected items and if i add that line into the actual profile at the top where it says protected items it still sells it i already tried these but thanks
       
    8. bazaltic

      bazaltic Member

      Joined:
      Nov 14, 2012
      Messages:
      256
      Likes Received:
      0
      Trophy Points:
      16
      You need to load Professionbuddy profile to do that and back to Questing.
       
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      One of my former devs. created that profile - so I'm not entirely sure how it's designed.

      I'll mark it down on the 'to-do' list so it'll be checked.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That's because heroics cannot be reset if you kill a boss.

      The only time a heroic is resetable is if you only kill the trash mobs - which in order to do that an entirely new run will need to be created.
      There's plans for this, but I haven't got around to it.


      [HR][/HR]


      There's actually no way to make it deposit into another guild bank tab.

      The Lua script that makes the bot switch to the next tab is broken, and Blizzard hasn't fixed it.
      See: API SetCurrentGuildBankTab

      One alternative would be to emulate a click onto the next tab, however we cannot programmatically repeat this click for each full bank tab.
      A variable cannot be parsed into a argument, so we'd only be able to make it cycle to *a* tab *one* time before the code quits.
      There are ways of getting this to repeat for each full tab, but it would require a lot of redundant code.

      The only *other* alternative I could tell you to try is: keep your first tab clean.
      Monitor the bot - once you see that the tab is full, click the next tab. The game will remember which tab you've left off on - so the bot will deposit into it.


      [HR][/HR]


      Yea, depositing greens could be done. It would just take a small bit of Lua.
      As far as the mail issue goes, which faction are you?


      [HR][/HR]


      The Borean Leather would need to be protected.
      There's many ways of doing this.

      Where your Honorbuddy.exe is located, you should see these two files:
      ForceMail.xml
      Protected Items.xml
      If you open either one of them with a text (or code) editor, you should see a huge list of items.

      For each item that's listed inside of the ForceMail.xml file, the bot will mail it.
      For each item that's listen iside of the Protected Items.xml file, the bot will Protect it.

      Items in the ForceMail.xml file are automatically protected.
      To add Borean Leather, you'd simply add this to either file as a new line:
      PHP:
          <Item Name="Borean Leather" Id="33568" />
       
      Last edited: Aug 3, 2014
    11. Katya8938

      Katya8938 New Member

      Joined:
      Aug 3, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0

      Thank you! I'll be waiting))
       
    12. ebless666

      ebless666 New Member

      Joined:
      Apr 21, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      good work :D
       
    13. sma.nuss

      sma.nuss New Member

      Joined:
      May 5, 2012
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      0
      Hey Echo, i cant manage it, that the bot dont sell the greens from all Pit of saron profiles... Even with MiR2 he sells all and keeps only the frostweave. but i want, that he keeps of course the battered hilt, all greens and frostweave.

      actually i use Northend>heavypulls>pit of saron extras>pit of saron trash-keep frostweave
       
    14. Sinndar88

      Sinndar88 Member

      Joined:
      Jun 17, 2014
      Messages:
      178
      Likes Received:
      2
      Trophy Points:
      18
      Hey echo, i would quote ya but im horde :)
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The 'Keep Frostweave' profiles use a Lua script to sell. It doesn't use Honorbuddy's routine.
      The script should sell everything except epics and Frostweave.


      [HR][/HR]


      Alright, I'll have to send a Horde tester out to it.
       
    16. Proceed

      Proceed New Member

      Joined:
      Dec 3, 2011
      Messages:
      241
      Likes Received:
      2
      Trophy Points:
      0
      I just wanted to thank you for your work !
       
    17. sma.nuss

      sma.nuss New Member

      Joined:
      May 5, 2012
      Messages:
      72
      Likes Received:
      0
      Trophy Points:
      0
      I understand, but i need a profile, which only seels whites and blues... i want to keep the frostweave and the greens (and of course the hilt). can you help me?
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Then just use the normal farm and edit the rarity sell/mail codes.

      In every profile (that doesn't use the custom sell scripts) there's this:

      PHP:
      <MailGrey>True</MailGrey>
      <
      MailWhite>True</MailWhite>
      <
      MailGreen>True</MailGreen>
      <
      MailBlue>True</MailBlue>
      <
      MailPurple>True</MailPurple>

      <
      SellGrey>False</SellGrey>
      <
      SellWhite>True</SellWhite>
      <
      SellGreen>False</SellGreen>
      <
      SellBlue>True</SellBlue>
      <
      SellPurple>False</SellPurple>
      Changing these values will let you pick which rarities are sold or mailed.


      This modification will use Honorbuddy's regular routine. It will sell only whites and blues.
      Frostweave Cloth is protected, so it shouldn't be sold unless you've tampered with your Protected Items file.
       
    19. happyharry1983

      happyharry1983 New Member

      Joined:
      Aug 3, 2014
      Messages:
      37
      Likes Received:
      2
      Trophy Points:
      0
      Hi Echo im really sorry to keep bothering you but i have worked out why it keeps selling everything i did all the edits you asked but it still sold all my leather and it is cause your gundrak guild bank profile has your selling script in it which ignores my forcedmail and protected items and i really need this guild bank profile as i like being able to deposit my gold in my gbank straight away would it be at all possible to make the gundrak guildbank profile in heavy without your selling script in it please so i can then keep my borean leather?

      Thanks in Advance Mike
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The selling script can exclude the leather. Or if there's a AM version of that profile, you can specify exactly what you need.

      Which profile are you using?
       

    Share This Page