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

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

    1. ahey

      ahey Member

      Joined:
      Jul 1, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      I'm using botanica - sell everyting profile. i added your reload at death line too. i want to add guild bank option too. how can i do that?
       
    2. Abakedhobo

      Abakedhobo New Member

      Joined:
      Oct 20, 2014
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      Hey Echo love the work as always but I'm trying to set the profile to mail greens in the Gun'drak bank gold and frostweave. I've changed mail greens to true and sell greens to false and I've set the mail recipient however it still sells all. Any ideas?

      EDIT: Even added a mailbox into the code. Still no luck but I'm not very experienced on this yet so I'm sure its on me. Thanks again man.
       
      Last edited: Nov 25, 2014
    3. Illuh

      Illuh New Member

      Joined:
      Jul 15, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Im trying to run the Grim batol Suicide profile in the farming gold folder and for some reason my druid will run and not gather some monsters and will stay in cat form for idk how long and not kill the first group can you help?
       
    4. Illuh

      Illuh New Member

      Joined:
      Jul 15, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      im trying to paste the logs but nothing i am doing will work to paste it i tried attaching the but the attachment just disappears and pastebin but there is so much to copy and paste that it would probably take me 5 mins to do so.
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Yes, you would need to add the Lua selling code.
      You could just copy+paste it from another profile.


      [HR][/HR]


      It's the same as it was pre-WoD.
      The Botanica > Gundrak.


      [HR][/HR]


      No, but make me a list of classes that aren't pulling him and I'll fix them.

      [HR][/HR]


      Just copy+paste it from another profile.

      [HR][/HR]


      The Gundrak profile you're using may use the custom Lua selling script instead of Honorbuddy's routine.

      CTRL+F for this: or n and strfind(n, "ff1eff00") and remove every occurence of it.


      [HR][/HR]


      Is your Druid level 100?
       
      Last edited: Nov 25, 2014
    6. Illuh

      Illuh New Member

      Joined:
      Jul 15, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Yes im a lvl 100 druid why? i can see why the lvl 100 wouldnt pull some of the mobs but thats okay but do you know why it would be sitting in cat form and not turning to bear to kill? if i switch to bear it will kill and finish the rest of the instance go back reset and then get stuck on the same part in cat form.
       
    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, the profile was created pre-100, so the aggro tolerence is designed for 90s mostly.

      As far as the cat form -> bear form issue, I couldn't tell you
      A log may shed some light on the situation, but the issue itself is not profile releated.

      It's either Honorbuddy, or your combat routine.
       
    8. aikon333

      aikon333 New Member

      Joined:
      Nov 20, 2014
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      How to make what in Grim Batol after dungeon hero does not run back to the door and killed himself by jumping down. This would save a lot of time.
       
    9. 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 considered.
      Perhaps sometime in the future when I get time there will be a variant for this.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
    11. ahey

      ahey Member

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

      which part should i c/p ?
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      What do you want it to guild bank?
       
    13. ahey

      ahey Member

      Joined:
      Jul 1, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      only gold. i tried to edit profile but its keeping netherweave cloth too atm. i want sell everyting and deposit to guild bank.
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Sell Everything:
      PHP:
                              <CustomBehavior File="Misc\RunLua" NumOfTimes="10" WaitTime="2000" Lua="
                                  if MerchantFrame:IsVisible()==true then
                                      if buffer==nil or buffer&gt;4 then buffer=0 end
                                      MerchantRepairAllButton:Click()
                                      if buffer&lt;5 then
                                          for s=1,GetContainerNumSlots(buffer)
                                              do local n=GetContainerItemLink(buffer,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;)) then
                                                      UseContainerItem(buffer,s)
                                                  end
                                              end
                                          buffer=buffer+1
                                          end
                                      end" 
      />



      Code to place + Interact with guild bank: (will be needed prior to the deposit gold code)
      PHP:
                      <CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(83958);" />
                      <
      CustomBehavior File="WaitTimer" WaitTime="3500" />
                      <If 
      Condition="Me.IsAlliance" 
                          <
      CustomBehavior File="InteractWith" MobId="206602" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
                      </If> 
                      <If 
      Condition="Me.IsHorde" 
                          <
      CustomBehavior File="InteractWith" MobId="206603" WaitForNpcs="false" ObjectType="GameObject" Range="10" WaitTime="2000" /> 
                      </If> 


      Deposit Gold:
      PHP:
                      <CustomBehavior File="Misc\RunLua" Lua="
                          if GuildBankFrame:IsVisible()==true then
                              MyMoney = GetMoney();
                              DepositGuildBankMoney(MyMoney);
                              print(&quot;|cFF3399FF[Azyul]|r: Depositing &quot;..GetCoinTextureString(MyMoney));
                          else
                          print(&quot;|cFF3399FF[Azyul]|r: Your mobile guild bank wasn't detected, continuing run.&quot;)
                          end" 
      />
       
    15. ahey

      ahey Member

      Joined:
      Jul 1, 2012
      Messages:
      88
      Likes Received:
      0
      Trophy Points:
      6
      Thanks :)
       
    16. Abakedhobo

      Abakedhobo New Member

      Joined:
      Oct 20, 2014
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      0
      Well it half worked. Now my toon will not sell the greens however he will not mail them just heads back to the instance with half full bags. Any ideas?
       
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      When it heads back to the instance, how many bag slots do you have open?
      Usually the mail routine won't execute unless your bags are nearly full (after selling).
       
    18. Kricke87

      Kricke87 New Member

      Joined:
      May 30, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      I get this error from the profiles Shao-Tien Mogu Lite, Medium and Heavy "Cannot load profile!
      The 'While' start tag on line 264 position 5 does not match the end tag of 'If'. Line 283, position 6.
      Cannot load profile!"
      What to do? Cant use these profiles because of that.. please fix that, i'm very thankful of these profiles, farm quite stable amount of gold
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      The issue has been capture and a fix will be sent to the SVN within 10-15 minutes.
       
    20. Erastado

      Erastado New Member

      Joined:
      Nov 21, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Atm what dungeon is the more profitable? Tol vir or grim batol? or maybe an other?
       

    Share This Page