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

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

    1. druss28

      druss28 New Member

      Joined:
      Oct 11, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      OK good to know, this will be quite profitable once mailing is fixed, time to get some battlechests methinks :)
       
    2. fofos

      fofos Member

      Joined:
      Nov 27, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      amazing work . I have run halls of lighting and reflection . Running Lost city of Tolvir also . And Also Hellfire Ramparts everything runs smoothly except that it doesnt send anything via mailbox. +Rep
       
    3. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      Sweet - A full 8 hours on all 6 bots running HoL ( fully afk ), Thanks for the great work :D
       
    4. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      Is it possible to sell BoP blues and mail BoE ones? Half of my bag is always full of old BoP Blues because it doesn't sell them to vendor and can't mail them.

      Or should i change the profile to sell all blues to the vendor but add Avool's Sword of Jin and Super Simian Sphere to the protected list? How did you guys solve this problem?
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      On a profile-level, Honorbuddy sells by the item's rarity level.
      Grey, White, Green, Blue, Purple.

      Unfortunately there's no way to filter out the BoE items without the help of a plugin.

      To change what rarity is sold/mailed. Open the profile with a text/code editor and look for this:

      Code:
      <MailGrey>False</MailGrey>
      <MailWhite>True</MailWhite>
      <MailGreen>True</MailGreen>
      <MailBlue>True</MailBlue>
      <MailPurple>True</MailPurple>
      
      <SellGrey>True</SellGrey>
      <SellWhite>False</SellWhite>
      <SellGreen>False</SellGreen>
      <SellBlue>False</SellBlue>
      <SellPurple>False</SellPurple>
      It should be near the top of the profile, if you cannot find it, just do a CTRL+F search for any of the words in it.

      Change what suits you to "true" or "false" in those settings.


      Also, should see the <ProtectedItems> list located under the sell/mail codes.
      You can add custom items to this list so they won't be sold. Just give the Item name and it's ID.

      The ID can be fetched from WoWHead. (ex: Avool's Sword of Jin is wowhead.com/item=44311, 44311 is the item ID.)

      So to add it, you would do:
      <Item Name = "Avool's Sword of Jin" Entry = "44311"/>
      This items will not be sold.

      This is how it would look:
      <ProtectedItems>
      <Item Name = "Avool's Sword of Jin" Entry = "44311"/>
      <Item Name = "Book of Glyph Mastery" Entry = "45912"/>​
      </ProtectedItems>
       
    6. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      [DD] Lightning Halls - Endless Farm:
      1 hour 30 minutes farming test:
      Looted gold with vendored blues: 483 gold
      Cloths: 150 Frostweave Cloth
      Crystallized items: [Crystallized Air]x64, [Crystallized Fire]x43
      Others; 1x Book of glyph mastery

      I used my enchanter to DE all green boe's. So I'll try to calculate exact hps for my realm;

      150x frostweave cloth = 500 gold
      128x infinite dust = 512 gold (disenchanted all boe greens to dusts)
      43x crystallized fire = 160 gold
      64x crystallized air = 120 gold
      1x book of glyph mastery = 50 gold

      Total gold I earned with selling dusts/cloths on AH is = 1825 gold in 1.5 hours. And that means 1216 gold per hour.

      This instance totally depends on the prices of the mats on your realm and if you have enchanter. With the price changes, you can earn 800 to 1200 gold per hour. Also you have to watch bot all the time so you can mail items to your alt. Otherwise you'll have a full bag of whites / greens and blues after around 1.5-2 hours. Mailing problem must be fixed asap.




      I used 447 ilvl Blood DK and did 20k~ DPS. (Recount result) with HonorbuddyBETA 2.5.8434.404
       
    7. sekal

      sekal New Member

      Joined:
      Dec 30, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      HoL profile work perfect now but I have one more problem.
      When bot try to enter the instance there is message " you have entered too many instances recently"

      my run took about 10 mins and 2 min wait until instance reset.

      any idea ?
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      The mailing issue will be fixed. And it will be fixed at my own pace.
      Whites/Greens/Blues can all be vendored.. you just need to set the profile code to do so.
      Also, for the items that are protected by the Global Proection list, just use Mr. Item Remover 2.

      If you're wanting to mail these items instead of vendoring, you'll just have to wait for me to fix the mailing code. Telling me to "fix it asap" isn't going to speed the process up..
      Over 44 of my hand-leveled 90s were banned and I'm still trying to sort out everything.


      [hr][/hr]


      Your character is running the instance too fast and you're hitting the global overload.
      Even if your character waits 12 minutes and 30 seconds, you'll still hit the overload, but the bot should keep attempting to enter the instance until it gets in.
      So no need to worry over it..
       
    9. fofos

      fofos Member

      Joined:
      Nov 27, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      no rush Echo , Only the amount of work you putted for this profile should make people think be4 type . I believe its not hard to keep an eye on your bot every 2 hours to mail stuff .
       
    10. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      I didn't mean to tell you "fix it!", I just wanted to point out something very important. I'm sorry if I offended you but that was not what I mean.

      Anyway, on my last run it took 6 hours and profile did all the work, even mailing. Even sold all blue's to the vendor and mailed all greens/whites as you saif. Only problem is; 40 minutes ago it tried to run into the mailbox and stuck. I just saw it and moved the bot a little and it fixed it automaticly, mailed all greens/whites once again. It might be a one time thing, not sure yet. I'll do more long runs like this to test it.

      So far so good. Thank you very much for your hard work.

      Edit: yeah, once again ran the profile for 6 hours and after 2 hours it got stuck at the mailbox and tried running in to it for hours. probably got reported several times :)
       
    11. happyfriet

      happyfriet Active Member

      Joined:
      Jan 14, 2013
      Messages:
      1,271
      Likes Received:
      19
      Trophy Points:
      38
      Get ready to see every frostweave cloth price plumit :DD
       
    12. reverence

      reverence New Member

      Joined:
      Jun 13, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Hey EchoTiger!

      First of all I would like to thank you for great profiles and your feedback! Hope you will continue the good work.

      I'm just curious about Pit of Saron + Forge of Souls + Halls of Reflection Multi-Run profile. I guess given all 3 separate profiles are completed, it shouldn't take too much time to gather them into one mega-profile, but that's just from my point of view. :)
       
    13. Zartaza

      Zartaza New Member

      Joined:
      Jan 24, 2013
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Was trying out endless Steamvault, Botanica and Sethekk Halls to get my factions up to exalted and they were all excellent. Thank you Echo!
       
    14. brian4181

      brian4181 New Member

      Joined:
      Jul 16, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Is anyone else running into a problem with Lost City of the Tol'vir - Endless Farm.xml? Every other profile works great.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Nah, it wouldn't take long at all. I just haven't got around to compiling / seeming them together.
      I could do it sometime today if you really want it.


      [hr][/hr]



      Make sure you copied over the 'Quest Behvaiors' folder from our pack to your Honorbuddy 'Quest Behavior' folder.
      'Lost City of the Tol'vir' is one of the few dungeons that require extra Behavior support because of the scripted boss fights.
       
    16. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
    17. reverence

      reverence New Member

      Joined:
      Jun 13, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      That would be awesome! I've been waiting for it quite a while. :)
       
    18. brian4181

      brian4181 New Member

      Joined:
      Jul 16, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      You're right. After coping the files it works. Thank you.
       
    19. cevaps

      cevaps New Member

      Joined:
      Jul 26, 2013
      Messages:
      176
      Likes Received:
      1
      Trophy Points:
      0
      Mailbox works after like 1,5-2 hours and it seems it's still okay for now. But the problem is, bot tries to run into the mailbox and gets stuck. It tries to run non-stop untill i move the bot a step, then it solves the problem and mails everything.

      Can you please change the mailbox location like 1 yard or something like that so bot don't try to run in to? Or is there any way to fix it? It always gets stuck on the mailbox, dunno why.

      Does anyone else having this problem? Or it's just me?
       
    20. Stalker

      Stalker New Member

      Joined:
      May 4, 2012
      Messages:
      159
      Likes Received:
      0
      Trophy Points:
      0
      200g - 2h - (with sales) - Grim batol - DK blood
      320g - 1h - hals of lighting (with sales) - DK unholy


      Normal runs - coz i cant do the movement thing to work, im moving forward and nothing, bot stops.

      LOG:
      View attachment 6116 2013-10-26 22.29.txt
       

    Share This Page