• 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
      The Botanica > Gundrak.
       
    2. NeonTheTank

      NeonTheTank New Member

      Joined:
      Oct 23, 2014
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Is this subject to change with our farming characters getting to level 100 or is it simply the best as far as we know?
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Pull densities can be increased, but 6minutes is the hardcap of dungeons. Most profitable dungeons are already completed under 6minutes (Gundrak.)

      As far as Cataclysm/MoP dungeons, I've considered making profiles for them but none of them are really worth farming - expecially the MoP dungeons. The GPH is just terrible.

      So the current status of these profiles are still acceptable.
      Some changes could be made, but they are very minor.
       
    4. moni38

      moni38 Member

      Joined:
      Dec 24, 2011
      Messages:
      247
      Likes Received:
      1
      Trophy Points:
      18
      Hello.
      sorry my english is not so good :(
      ist your Profil for the new continent farming ?
      i find the old wow land :) not the new...
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Because "the new" isn't worth it as far as dungeons go.

      "World Trash Farms" may be coming sometime in the future when I get time.
       
    6. Jicha

      Jicha New Member

      Joined:
      Nov 13, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      How could we put green items in guild bank ?

      Actually I can just doing it with cloth ang gold.
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      This code should deposit Gold+Greens.
      As far as cloth goes, I didn't add it because I don't know which cloth you're wanting to deposit.



      PHP:
      <CustomBehavior File="Misc\RunLua" Lua="
          if GuildBankFrame:IsVisible()==true then
              MyMoney = GetMoney();
              DepositGuildBankMoney(MyMoney);
              print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
              for b=0,4 do for s=1,GetContainerNumSlots(b)
                  do local n=GetContainerItemLink(b,s)
                      if n and strfind(n, &quot;ff1eff00&quot;) then
                          print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..n)UseContainerItem(b,s)
                      end
                  end
              end
              else
                  print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
          end" 
      />
       
    8. ahey

      ahey Member

      Joined:
      Jul 1, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      @Echo

      I changed everything like you said but its still keeping netherweave cloth. can you give a hand please? View attachment 1.xml
       
    9. Jicha

      Jicha New Member

      Joined:
      Nov 13, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for help, I want to deposit embersilk cloth.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Remove all occurences of:
      and n and not n:find(&quot;21877&quot;)
      From the Lua sell codes.

      [HR][/HR]


      This should do it:

      PHP:
      <CustomBehavior File="Misc\RunLua" Lua=
          if GuildBankFrame:IsVisible()==true then 
              MyMoney = GetMoney(); 
              DepositGuildBankMoney(MyMoney); 
              print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney)); 
              for b=0,4 do for s=1,GetContainerNumSlots(b) 
                  do local n=GetContainerItemLink(b,s) 
                      if n and strfind(n, &quot;ff1eff00&quot;) or n and strfind(n, &quot;53010&quot;) then 
                          print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..n)UseContainerItem(b,s) 
                      end 
                  end 
              end 
              else 
                  print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;) 
          end" 
      />  
       
    11. lolman123

      lolman123 New Member

      Joined:
      Apr 14, 2013
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      Whats the best class and the best profile for maximum gold per hour?
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      That's mostly up for debate.
      The majority of people go with Feral Druids.
       
    13. lolman123

      lolman123 New Member

      Joined:
      Apr 14, 2013
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      thank you
       
    14. Jicha

      Jicha New Member

      Joined:
      Nov 13, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      This script works very well, it deposit green items, but not all green items ^^

      Maybe I've made a mistake ?
       
      Last edited: Nov 26, 2014
    15. Faithful

      Faithful New Member

      Joined:
      Dec 30, 2012
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      I don't get this bot sorry, does it just farm any mount? I'm looking for an Ashes of Al'ar grinder :/
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      A profile is an instruction sheet.
      The instruction sheet tells the bot where to go, what to do - -etc.

      Profiles are usually named for what they're designed to do.
      "Deathchargers Reigns.xml" would be a profile that farms the Deathcharger's Reigns.

      If you're wanting to farm Ashes of Al'ar, you'd load the Ashes of Al'ar profile which should be in this pack.
       
    17. luckeepierre

      luckeepierre New Member

      Joined:
      Jul 15, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      I am noticing an issue with the Quest order, I have received the same error on this and other profiles, using the quest behavior. Do the profiles need to be updated? I assume they should still work.
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      They should work fine.
      If you're having QuestOrder issues, that's usually caused by a problem in your bot settings.
      A corrupt quest behavior could be causing it.
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      To the left of Lua=" add NumOfTimes="x" WaitTime="3000".
      Where X is, add a number. The number will make the code repeat however many times you may need. (Try 3 to 5)
      The WaitTime="3000" will make it wait 3seconds between depositing so that the game client has time to process the transaction.
       
    20. Abakedhobo

      Abakedhobo New Member

      Joined:
      Oct 20, 2014
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      You're amazing at what you do my friend. Works great.
       

    Share This Page