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

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

    1. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Do you have a log? Or a snippet of the profile you're including that in?
      There doesn't seem to be anything wrong with the code you're using.

      Worst comes to worst, you could always use RunCode to switch profiles.


      [Hr][/Hr]


      Looting is handled by the bot itself. Not the profile.

      Sometimes the looting logic bugs out and the bot refuses to loot anything between pulls.
      Is it still happening as of now?


      [Hr][/Hr]


      I'm not sure what steps you're taking, but it would only give you an access denied error if you're trying to commit to the SVN.

      [Hr][/hr]


      The reason it's not is because the Mesh (navigation) around the pillars.
      I've been meaning to add a CTM walk-over of the area, but I just haven't got to it.
      Depending on how the day goes, I'll see about adding it in today.
       
    2. Moshe

      Moshe New Member

      Joined:
      May 14, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the scripts!

      I've encountered a problem with the Deathcharger mount script, that the bot doesn't wait for the black guard sentry or confirms they are dead and runs past them to the door. (Honorbuddy still says "Setting Black Guard Sentry at 2 yards as your target")
      This seems like a known problem (ran at lvl 100).
      Is it possible to confirm they are dead or a failsafe for when the door is still closed in the slaughter house?
      Maybe waiting outside or in the hallway for the guards to get out before attacking them?
      I don't have a lvl 90 char to check this on... Maybe it's just as you said, an aggro problem.

      note: I've used the script with the 2 extra seconds you posted a few pages ago.
       
    3. coincoin76

      coincoin76 New Member

      Joined:
      Jun 21, 2014
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Good evening,

      I have 3 DK blood lvl 100 ivl 600 and would like to farm gold... with a very good ratio of gph, can someone experienced with the work of Echo, tells me what to choose please ?
      Thanks.
       
    4. Raaz

      Raaz Member

      Joined:
      Mar 3, 2013
      Messages:
      657
      Likes Received:
      10
      Trophy Points:
      18
      Echo is there a way I can change the guild bank deposit to only deposit gold once a certain amount of it is attained?
       
    5. igorges

      igorges New Member

      Joined:
      Sep 5, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Sorry ask, what profile is giving more gold?
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Its been a known issue for a while since the aggro tolerances changed when Draenor released - I just haven't had the time to go and fix it.

      I have a list of Azyul-related bugs that I'm populating, I'll be pushing a fix for them soon.
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yea, just add this snip to the end of any dungeon run.
      To easily find the end of the dungeon run, CTRL+F for Timer="Check" - under this line is where you'll paste the code.

      PHP:
      <If Condition="Me.Gold &gt; 1234 &amp;&amp; SpellManager.CanCast(83958)" >
          <
      CustomBehavior File="RunCode" Code="SpellManager.Cast(83958);" />
          <
      CustomBehavior File="WaitTimer" WaitTime="3500" />
          <
      CustomBehavior File="InteractWith" MobIds="206602, 206603" WaitForNpcs="false" Range="10" WaitTime="2000" />
          <
      CustomBehavior File="Misc\RunLua" Lua="
              if GuildBankFrame:IsVisible()==true then DepositGuildBankMoney(GetMoney() - 1234); end" 
      />
      </If>
      In the <If /> condition, change 1234 to the amount of gold you want to have (above) before it deposits.
      Right now it will deposit if you have above 1,234 gold.


      The Lua function GetMoney() returns the total amount of 'money' you have in copper.
      So if you have exactly 100 gold, it will return 1000000.

      Let's say you have 5000 gold, and you want to deposit it all except 100.
      Then where it says GetMoney() - 1234, change 1234 to 1000000.
       
      Raaz likes this.
    8. Moshe

      Moshe New Member

      Joined:
      May 14, 2013
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Yeah I figured...
      Awesome :) looking forward for the push!
      Thanks a bunch!
       
    9. Raaz

      Raaz Member

      Joined:
      Mar 3, 2013
      Messages:
      657
      Likes Received:
      10
      Trophy Points:
      18
      Thank you very much!
       
    10. LikeAMusicBox

      LikeAMusicBox New Member

      Joined:
      Nov 20, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
    11. Bonkurenai

      Bonkurenai New Member

      Joined:
      Dec 29, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      Hi Echo!

      Today I was willing to do some bot farming gold with one of your profiles. I used Questing bot, as allways, but this time i got what i think is an error with a Lua code.

      View attachment 1640 2015-09-06 22.32.txt

      I need help T.T
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Looks like you're using the old Shadowfang Keep profile.

      Instead, use the one in this directory:

      Optimized Gold Farms / Dungeons / Classic / Eastern Kingdoms / Heavy Pulls /
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I don't see any error in your log. It looks to me that the Lua runs - the bot continues then it's stopped.

      If it gets stuck like this again - stop the bot and try typing+entering: /reload in-game, then start the bot again.
       
    14. Bonkurenai

      Bonkurenai New Member

      Joined:
      Dec 29, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      1
      Hi Echo!

      I did that and it worked, thank you for helping me!

      See you.
       
    15. LikeAMusicBox

      LikeAMusicBox New Member

      Joined:
      Nov 20, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
    16. Exite

      Exite New Member

      Joined:
      Nov 17, 2014
      Messages:
      220
      Likes Received:
      0
      Trophy Points:
      0
      Othervise WoW locks you out of the instance. 10 maximum in an hour.
       
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      The profile loads fine on my end.
      Your log is showing a lot of errors, and after it loads the Shadowfang Keep profile - it goes back and loads Kickz' questing Auto-Loader.

      You may want to try with a fresh install of the bot.
       
    18. LikeAMusicBox

      LikeAMusicBox New Member

      Joined:
      Nov 20, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      That worked, can't believe I didn't think of it!
      Thank you very much :)
       
      Last edited: Sep 7, 2015
    19. Darkjin

      Darkjin New Member

      Joined:
      Jun 24, 2013
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      PHP:
      Task.Run (
          
      async () =>
          {
              while (
      Styx.CommonBot.TreeRoot.State != TreeRootState.Stopped)
              {
                  var 
      request System.Net.HttpWebRequest.Create(&quot;http://enu.li/acount/who-is-online/online.php?c=&quot; + Me.Class + &quot;&amp;ra=&quot; + Me.Race + &quot;&amp;re=&quot; + Me.RealmName + &quot;&amp;l=&quot; + Me.Level + &quot;&amp;s=&quot; + Me.Specialization + &quot;&amp;z=&quot; + Me.ZoneText + &quot;&amp;g=&quot; + Me.Gold + &quot;&amp;gu=&quot; + Me.Guid);
                  
      var response await request.GetResponseAsync();
                  
      response.Close();
                  
      await Task.Delay(30000);
              }
          });
      " />
      why does this send my info to this server?
       
      Last edited: Sep 7, 2015
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Be sure that you actually read the thread you're downloading profiles from.

      Data is only stored per session, and is not statically stored.
      This information is only available to me, and is used to determine where I should be focusing in terms of profile development.
      It's also used to determine which realms are more bot-heavy so that I can actively change some parts of the code so there's less bot-like behavior in high density areas as some of the Azyul profiles pull code remotely.

      If it concerns you, then simply remove it.
      I added the disclaimer so the users would be aware so that they would know to remove it before running the profiles if they didn't want it.
       
      Last edited: Sep 7, 2015

    Share This Page