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

      Angusm Member

      Joined:
      Sep 30, 2013
      Messages:
      200
      Likes Received:
      0
      Trophy Points:
      16
      I have the exact same problem ... using the latest rev on SNV, but still not working

      Any light Echo ?
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
    3. Nawak

      Nawak New Member

      Joined:
      Dec 5, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      But the bot in randomizer change the difficulty, i just want to make heroics.
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Every occurrence of SetDungeonDifficutly(1) could easily be changed to (2) which would ensure that the bot will always run the dungeon in Heroic.
      Any looping conditions that cause the bot to run the dungeon more than once could be swapped with single-execute conditions.
       
    5. factum

      factum New Member

      Joined:
      Sep 18, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      hey,

      when i'm loading a profile, but says he found a problem and closes.

      any solutions?
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That doesn't tell me much unfortunately.
      It could be a million things.

      Any logs or technical information would be helpful in figuring out what's wrong.
       
    7. Danz

      Danz New Member

      Joined:
      May 26, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Same problem with that one.
      "No viable mobs in the area."
       
    8. Angusm

      Angusm Member

      Joined:
      Sep 30, 2013
      Messages:
      200
      Likes Received:
      0
      Trophy Points:
      16
      Same problem with that Deathcharger from the link you gave Echo.

      Heres the log
       

      Attached Files:

    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The code is looping even though it shouldn't be.
      I disabled the loop, so this one should definitely work.
       
    10. thugluvin

      thugluvin Member

      Joined:
      Mar 21, 2013
      Messages:
      55
      Likes Received:
      2
      Trophy Points:
      8
      still getting Warning: could not parse while body node everytime i try to load tempest keep full and 3 boss profile with fresh install and your QB moved to QB folder and when it gets to portal it just stops saying nothing more to do
       
    11. Olake

      Olake New Member

      Joined:
      Aug 27, 2014
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      I'm farming The Botanica with 800 GPH more or less, impressive.

      The only bad thing im seeing is (like I told you some posts before) Laj is not killed. I've tried two profiles of Botanica and the bot stops at half of the ramp, and he returns and goes to kill last boss T.T
       
    12. Angusm

      Angusm Member

      Joined:
      Sep 30, 2013
      Messages:
      200
      Likes Received:
      0
      Trophy Points:
      16

      It worked Echo, just got my mount !!!

      Tyvm
       
    13. zakkwylde

      zakkwylde New Member

      Joined:
      Nov 19, 2012
      Messages:
      104
      Likes Received:
      3
      Trophy Points:
      0
      I've been running Grim Batol heavy on my 547 lock with no issues today. Have to start in Eastern Kingdoms but apart from that seems to be handling the pulls ok :) Helps to have massive AoE as mentioned!
       
    14. icedragon

      icedragon New Member

      Joined:
      Aug 17, 2014
      Messages:
      147
      Likes Received:
      0
      Trophy Points:
      0
      I also, am trying to get this to not sell these, however I am using the Heavy pulls 'The Botanica - Keep Netherweave.xml' profile ( I have removed all of the statements this profile puts in the chatframe (WoW), and I have entered the two items in the protected items in the xml file. But still no go, am I missing something or is there a better way?


       
    15. Sorae90

      Sorae90 New Member

      Joined:
      Sep 2, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Hey I'm completly new to Honorbuddy. Is there a step by step noob guide where I download the profile and how to start it properly? :)
      Thanks in advance
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      When it's on the ramp, it should be casting a ranged spell to pull Laj.
      Which class are you?


      [HR][/HR]



      Since you're using the Keep Netherweave version of the profile, the bot is using a Lua script to sell rather than Honorbuddy's vendor routine.
      In this situation, you'll need to edit the Lua script itself because the ProtectedItems will be ignored.

      The code is:
      PHP:
      <CustomBehavior File="Misc\RunLUA" Lua="
              MerchantRepairAllButton:Click()
               for b=0,4 do for s=1,GetContainerNumSlots(b)
                  do local n=GetContainerItemLink(b,s)
                      if (n and strfind(n, &quot;ff9d9d9d&quot;) or n and strfind(n, &quot;ffffffff&quot;) or n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;ff0070dd&quot;)) and n and not n:find(&quot;21877&quot;) then
                          print(&quot;|cFF3399FF[Azyul]|r: Selling &quot;..n)
                          UseContainerItem(b,s)
                      end
                  end
              end" 
      />

      Where [if (n and strfind...] is, the items (by rarity color) are being sold.
      Where [and n and not n:find(&quot;21877&quot;)] is, Netherweave is being omitted.

      To protect the Tome and Signets from the Lua script, you'd need to also include those into the code.

      PHP:
      if (and strfind(n, &quot;ff9d9d9d&quot;) or and strfind(n, &quot;ffffffff&quot;) or and strfind(n, &quot;ff1eff00&quot;) or and strfind(n, &quot;ff0070dd&quot;)) and and not n:find(&quot;21877&quot;) or and not f:find(&quot;29739&quot;) or and not n:find(&quot;30810&quot;) then


      [HR][/HR]


      It should be as easy as: Download the profiles, Start Honorbuddy, Select "Questing" on the dropdown, Click "Load Profile", then select which profile you're wanting to use.
       
      Last edited: Sep 2, 2014
    17. Olake

      Olake New Member

      Joined:
      Aug 27, 2014
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      I'm using a Hunter now, but I've farmed it with a WW Monk too and he does the same that hunter. The bot seems to walk in Laj's direction, but he stops after 2 steps and he returns, and goes to kill last boss
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Hmm, which pull density are you running?
      On Heavy Pulls - it should pull all the mobs prior to Laj, run up onto the ramp (with the mobs still attacking) and then pull Laj.

      Is your game-client in English?
      If so, after running onto the ramp, does it target Laj?
       
    19. Olake

      Olake New Member

      Joined:
      Aug 27, 2014
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      Problem solved, thanks so much. I remember i tried in english client, but then i changed him, and tryed in spanish. As it worked, i hold my game-client in spanish.

      Now in english, onto the ramp, where he returned the way back to last boss, shoots to laj and pull him with other pulls.

      A thousand thanks and apologies for this idiot error :(

      PD: In Spanish bot targets Laj, but doesnt shoot him
       
      Last edited: Sep 2, 2014
    20. kava92

      kava92 New Member

      Joined:
      Aug 7, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Hello i have 2 problems with profile [AM-Alpha]The Botanica. my char (feral druid) rly often stuck at Laj in textures. here is log:
      [Singular] /startattack on Laj.159A @ 1.2 yds
      Can't generate a path to the lootable. Blacklisting it for 15 minutes.
      MoveTo failed to move to the location: <-138.4058, 391.5507, -17.91263>
      MoveTo failed to move to the location: <-32.52724, 390.2758, -26.58639>

      Secondly, how to send mails to my alt , cause it doesnt work on this bot. Thx for your help, anyway soo nice profile.
       

    Share This Page