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

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

    1. Estariol

      Estariol New Member

      Joined:
      Dec 12, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Thank you for information.. i thinked i was done something wrong. If you can, please write me a message, when will be some resolve of this problem, or other good script (of any instance). Thank you again for answear.:)
       
    2. Just Luck xD

      Just Luck xD New Member

      Joined:
      Aug 26, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      Still does not sell food and drink. I did like this --> Plusgins and off 'Refreshment Detection', then ---> Settings & Tools and delete food and drink code number, save and close. Not selling :(

      Echo, peace and love to your Family. Thx for your job. Happy holidays
       
    3. ctark

      ctark New Member

      Joined:
      Jan 15, 2010
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      I'm having an issue with this. There is a rider left when my guy is fixing to exit the instance. Then my guy just stands there and the add is throwing stuff at me killing me slowly. Eventually I die and then i stand outside the instance as a ghost until i manually enter the instance to recover my corpse. I'm running 9 bots and its happening on multiple bots on different machines with fresh installs of honorbuddy. I'm also using the singular custom class.
       
    4. therabbi98

      therabbi98 New Member

      Joined:
      Apr 29, 2014
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Hi all and merry christmas i love these profiles, i have had one problem since i updated through SVN it has stopped running Tempest Keep :(
       
    5. Vaestor

      Vaestor New Member

      Joined:
      Sep 9, 2014
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Hey, I'm using Grim batol profile ( suicide one ) on lvl 100 and its getting lower gph than lvl 90 because of it doesnt aggro 50% of mob. Could this be somehow fixed please?
      Merry christmas btw
       
    6. beelzy

      beelzy New Member

      Joined:
      Dec 4, 2014
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Hi, I just made a few test runs of Drak'Tharon where I cleared the whole dungeon including Novoss in under 6:30. I did alot of insane pulls as well (shouldnt be a big prob on any 90). According to my calculations, this say youll do around 8.5 runs per hour but it also bumps up your gph by a cool 150+. It was performed on a feral druid. Im gonna try to do another few test runs later on as well. Is it possible to make an additional clear everything Drak'Tharon? Thanks! :)
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Bagnon is known to mess up the Lua selling codes.
      I'm not really familiar with any others that may be - but it's always safe to disable all addons.

      The Lua is designed to sell by rarity - that's it.
      If the item is grey,white,green,blue.

      Any other filters would have to be manually added.


      [HR][/HR]


      Technically it's the bot.
      The 'Questing' botbase does not have cross-world death support (Northerend -> Forge of Souls.)

      Although, pseudo death support can be added to the profile itself - it requires overriding Honorbuddy's native logics.


      [Hr][/Hr]


      I need to know which profile you're using.
      Not every profile has built-in death support.


      [Hr][/Hr]


      Swap 'Long Arm of the Law' out for another talent (Persuit of Justice).

      As far as the AM profile, just open it up with a text/code editor.
      There's documentation in there that explains how to set defaults.


      [HR][/Hr]


      Yes.
      Using a code editor, do this:
      You need to register and have one post to see spoilers!
      (Open the profile, CTRL+F for the word "Chance", collapse the <If line, delete the <If .... > </If> lines for the dungeon you want to remove)


      [HR][/HR]


      Good to hear.^^

      [HR][/HR]


      There has been known issues regarding this.
      I believe at the moment, the GoThruPortal.cs behavior used to re-enter the dungeon after death no longer works while dead for whatever reason.

      The only immediate solution I would be able to tell you would be to replace the GoThruPortal line with a regular <MoveTo or <RunTo line (or something else that works more optimally.)

      (video as example: http://i.gyazo.com/8c17d7819c21c65ffeb1e183f8f94621.mp4)
      CTRL+F for "GoThruPortal", erase the entire line up to the XYZ, replace with <RunTo.

      Due to the XYZ placement for GoThruPortal, this *may* not work and may require:
      1) A different method. 2) Modified XYZ for the RunTo that's closer to the portal. 3) A Lua to force the player to walk forward into the portal.

      Lua Code: <CustomBehavior File="Misc\RunLua" Lua="MoveForwardStart();" />


      [HR][/HR]


      The "cha" ? You mean "character" ?

      Warlords of Draenor changed the entry method for entering 'Outlands.'
      Since this profiles existed years before Warlords of Draenor, they (of course) use the Dark Portal.

      I've not had time to update the profiles to use the new portal, and since this is just a "profile-feature", it's not really high priority on my fix list.


      [HR][/HR]


      This should deposit them, along with Frostweave:
      PHP:
      <CustomBehavior File="Misc\RunLua" Lua="
          if GuildBankFrame:IsVisible()==true then
              print(&quot;|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth.&quot;)
              for b=0,4 do for s=1,GetContainerNumSlots(b)
                  do local n=GetContainerItemLink(b,s)
                      if n and strfind(n,&quot;33470&quot;) or n and strfind(n,&quot;37705&quot;) or n and strfind(n,&quot;37702&quot;) or n and strfind(n,&quot;37700&quot;) then
                          UseContainerItem(b,s)
                      end
                  end
              end
          end" 
      />

      Remove: n and strfind(n,&quot;33470&quot;) if you don't want it to deposit Frostweave


      [HR][/HR]


      If you're using a specialized version of the profile, it will ignore Honorbuddy's vendor rules.
      (Sell All, Deposit Frostweave, etc.)


      [HR][/HR]


      Log please.

      [HR][/HR]


      Is <MailGreens></MailGreens> set to 'true' ?

      [HR][/HR]


      Yes, it's possible.
      And yes, it will keep the greens if it's not a specialized profile and <SellGreens></SellGreens> is set to 'false' while <MailGreens></MailGreens> is set to 'true.'


      [HR][/HR]


      That's the only thing that will protect the food and water.
      Check your ProtectedItems file and make sure the food/water isn't being protected there.

      Double check to make sure the plugin is off and the entries are removed.

      Also, tell me which profile (exactly) you're using.


      [HR][/HR]


      Are the bots Paladins?
      Perhaps a log?


      [HR][/HR]


      No changes have been made to Tempest Keep.
      Since I don't know what's going on, the only thing I could suggest is for you to reinstall your bot.


      [HR][/HR]


      I doubt anytime soon.
      I haven't touched WoW in at least 4 months, let alone sit down and leveled any of my characters to 100.

      That, and without knowing which mobs are skipped, I can't make blind edits.


      [Hr][/Hr]


      I'm not currently working on this project and won't be for a while - so I doubt I'll be making a new Drak'Tharon anytime soon.
       
    8. cript

      cript New Member

      Joined:
      Mar 6, 2013
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      CustomDeathHook is a script for the resurrection at death? should it always work? if so, why does not work
       
    9. maloixxx

      maloixxx Member

      Joined:
      May 15, 2013
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
      when the problem will be repaired - after the death does not go into the dungeon?
       
    10. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Yeah, anyone having great GPH in any of those dungeons?
       
    11. mrarmyman

      mrarmyman New Member

      Joined:
      May 19, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      0
      So just out of curiosity, how quickly would you get banned if you used these profiles? Assuming you are running 1 character at a time for about 7-8 hours a day?
       
    12. maloixxx

      maloixxx Member

      Joined:
      May 15, 2013
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
      you have an alternative? If yes, then do not give up your advice!
       
    13. Kniny

      Kniny New Member

      Joined:
      Dec 20, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Yeah it is. That's the only thing I changed. Put Sell greens to false and mail greens to true. already tried a fresh install of HB and downloaded the script again and still doesn't work. After several runs + trips to sell greys and blues, when the inventory is finally full of greens and cloth it will just get stuck in a loop flying from the instance, to the vendor, to the mail box ( sits right above the building where the mailbox is) then back to the instance. Haven't tested the other versions of the profile yet because I haven't had time.
       
    14. julienf62

      julienf62 New Member

      Joined:
      Nov 29, 2012
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      how many gph ( 1 bot ) possible with this profil ?
       
    15. Deathsmind

      Deathsmind Member

      Joined:
      Jun 14, 2013
      Messages:
      382
      Likes Received:
      0
      Trophy Points:
      16
      Hey its selling all my greens. Is there a way to make it save the greens and put them in the gbank as well? The blues are fine to sell since im not farming on my character that has enchanting. Im also using the profile that uses both drak and gun which takes some time to move to the next instance, anyway to stop it from waiting the 6 minutes?
       
    16. cript

      cript New Member

      Joined:
      Mar 6, 2013
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      open your profile. Find the line "<CustomBehavior File="Misc\InstanceTimer" Timer="Check" WaitTime="369000" />" and delete one zero. that would result were the number 36900
       
    17. mike2298

      mike2298 New Member

      Joined:
      Dec 24, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I noticed in your svn you have some quest behaviors. I was wondering if I could get these to work on Tol'Vir on the third boss where he summons the Harbinger of Darkness because as it is right now sometimes it won't kill it and will just continue to try and kill the High Prophet.
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      As explained before already.
      I'm assuming GoThruPortal no longer works while dead. GoThruPortal was the behavior used to make the player enter the dungeon.

      Alternatives exist, but I've not had time to work on adding them in.


      [HR][/HR]


      Since I don't work on this pack anymore, I don't have an estimation.
      I'll prioritize more demanding dungeons such as Grim Batol though.


      [HR][/HR]


      During that loop, there's a code to force Honorbuddy to mail.
      The only two things I could guess is: 1) The code is broken (which is unlikely) 2) Your characters name was removed from the Mail Recipient box.

      I'll need to know the exact profile name to be able to look into it.


      [HR][/HR]


      I need to know exactly which profile you're using - the full name.

      As far as the waiting goes, CTRL+F for Timer="Check"
      On that line, there may be a code that says WaitTime="360000", if there's not add it.

      360000 is milliseconds for 6 minutes.
      If you want it to wait 5 minutes, change it to 300000 - etc.


      [HR][/HR]


      You could try, I've not experimented with any of our QuestBehaviors in almost a year.

      SwitchTarget.cs would be your solution (if it works.)
       
    19. mike2298

      mike2298 New Member

      Joined:
      Dec 24, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      I'm really new to this so I would put
      <If Condition="(Me.HasAura(82139))" >
      <CustomBehavior File="SwitchTarget" Target="43927;" />
      </If>
      or what?
       
      Last edited: Dec 27, 2014
    20. cicilia

      cicilia New Member

      Joined:
      Aug 6, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      some1 else has probably asked this question, but 500 pages takes a while to read, at what ammount of gold/cloth will "Gundrak - Guild Bank Money+Frostweave" deposit the gold/cloths? or is it a set time?
       

    Share This Page