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

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

    1. Kamikace

      Kamikace New Member

      Joined:
      Oct 30, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      thanks, ill test it now




      Edit : can we put here also all greenies please, could not find a proper code
      Code:
      				<CustomBehavior File="Misc\RunLua" Lua="
      					if GuildBankFrame:IsVisible()==true then
      						print(&quot;|cFF3399FF[Azyul]|r: Depositing Frostweave Cloth and Cristallized.&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;37702&quot;) or n and strfind(n,&quot;37705&quot;) or n and strfind(n,&quot;37700&quot;) then
      									UseContainerItem(b,s)
      								end
      							end
      						end
      					end" />
       
      Last edited: Jan 30, 2015
    2. Phillyasd

      Phillyasd New Member

      Joined:
      Oct 13, 2012
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Yes, you can add this to the line, which checks if the item name is colored in green.

      Code:
      n and strfind(n, &quot;ff1eff00&quot;)
      
      You might wanna check Echo's other script to deposit to multiple bank tabs.
       
    3. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Hi,
      I don't know where to take the logs :S
       
    4. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      Also, there are two logs, one of the pg on stuck on the stairs, and another one where it kill the boss, and then sit waiting to summon ??

      I attached two logs, the 5436 2015-01-31 10.13 is when he is stuck going up and down the stairs.
      And the 5516 2015-01-31 09.54 is when he sits down (and then I stopped and started the BOT again, he should exit the dungeon but is stuck on the exit) View attachment 5436 2015-01-31 10.13.txt View attachment 5516 2015-01-31 09.54.txt
       
      Last edited: Jan 31, 2015
    5. RjMaJay

      RjMaJay New Member

      Joined:
      May 26, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Hi, trying to run the Heavy Northend Pulls Radomizer on a fresh install of HB. Keep getting the following error

      Cannot load profile!
      The 'If' start tag on line 190 position 2 does not match the end tag of 'QuestOrder'. Line 1920, position 3.
       
    6. Ekekek

      Ekekek New Member

      Joined:
      Jan 20, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      How do you guys deal with gankers outside instances? Before I just used an other account to invite and transfer me to a PVE realm but somehow it doesn't work anymore.
       
      Last edited: Jan 31, 2015
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Which profile are you using exactly?
      The AM menu will only work with the [AM-Alpha] profiles.


      [Hr][/Hr]


      I can't confirm any outages, but they're both online as of now.

      [Hr][/Hr]


      I need to know where they got stuck - perhaps a screenshot of the location.

      Level 100s will most-likely have aggro tolerance issues considering the profiles were designed for/with a level 90.


      [Hr][/Hr]


      Deleting the line(s) as Phillyasd suggested should prevent them from being deleted.
      Alternatively there's some "Keep Tome" profiles on the Cloud:
      Azyul


      [Hr][/Hr]


      The addition of Lua to the block shouldn't be decreasing performance in the bot.

      Alternatively, with your code - you could just be using a single If line to filter your items:
      Code:
      if (n and strfind(n,&quot;33470&quot;) or n and strfind(n,&quot;37702&quot;) or n and strfind(n,&quot;37705&quot;) or n and strfind(n,&quot;37700&quot;) then
      That way you won't have to have all that excess Lua.

      You could also replace those Ids with "Crystallized" - then it will filter any item with Crystallized in its name.


      [Hr][/Hr]


      Honorbuddy Folder / Logs / ->

      See:
      For details.


      [Hr][/Hr]


      I'll investigate.
      Recently the universal navigation was re-written, during the mass-edit issues may of been caused.

      Are you using the ZIP or SVN version?
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Start up a anti-ganker service.
      Have botters pay you to protect their farmers. ;P

      But - I personally don't have a solution for them.
      Most people just try different dungeons or modify the profile so that it uses stealth prior to exiting the dungeon.
       
    9. DrDoctor

      DrDoctor New Member

      Joined:
      Dec 15, 2011
      Messages:
      510
      Likes Received:
      3
      Trophy Points:
      0
      Yeah im trying to but cant get it to work
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Hm, when this issue occurs - do you see "[Azyul]: Moving to sell, repair, mail" (or anything similar) appear in the log?

      If not - and you're sure it's going to the vendor, then it could be Honorbuddy's built-in vendor logic activating.
       
    11. Ekekek

      Ekekek New Member

      Joined:
      Jan 20, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      Okay. The only instance that actually constantly has gankers outside is Gundrak, but sadly it is the best gold/hour by far from the instances I have tried.

      Any suggestions what I should go instead to get similar gold/hour?
       
    12. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0

      I have the logs attached to a previous message.

      But essentialy they stuck on the exit of the istance, on the right side of the stairs - against the wall.
      Then in the middle of the Istance, where the camels are.
      Then in front of the Prophet boss, they go up and down the stairs.
       
    13. RjMaJay

      RjMaJay New Member

      Joined:
      May 26, 2014
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      svn :)
       
    14. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      it happend very often... he dont engage the boss, and it can happen that when he kill the boss he sit down.
      Here the last time it happend (he didnt engage the boss)
      [Ref: "Lost City of the Tol'vir - Gold Optimized - Suicide [$Rev: 1089 $]" @line 452]
      [16:42:03.687 D] Activity: Wait time remaining... 0s of 0s.
      [16:42:03.760 D] [DoWhen-v1931(debug)] WaitTimer behavior complete.
      [16:42:04.093 N] (Singular) (Singular) info: 5.6 seconds since BotBase last called Singular (now in Rest)
      [16:42:03.821 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [16:42:03.856 D] [DoWhen-v1931(debug)] Behavior completed in 0s
      [16:42:03.856 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
      [16:42:03.856 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
      [16:42:03.856 D] Goal: Nothing
      [16:42:04.097 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [16:42:04.139 D] [WaitTimer-v1906(debug)] Behavior completed in 49s
      [16:42:04.410 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [16:42:04.411 D] Inserted new hook [Questbot_Main @0] 34572f24-e769-4c84-b4f0-7179049c2a76
      [16:42:04.411 D] Goal: BreakImmunityByKillingMobsInCloseProximity-v1686: In Progress (no associated quest)
      [Ref: "Lost City of the Tol'vir - Gold Optimized - Suicide [$Rev: 1089 $]" @line 548]
      [16:42:04.432 D] Activity: Moving to Search Area
      [16:42:08.284 D] Changed POI to: Type: Loot, Name: Neferset Theurgist
      [16:42:08.358 N] Moving to Type: Loot, Name: Neferset Theurgist
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I honestly do not know.
      I haven't botted in nearly a year.

      Most people go for:
      Stonecore, Drak'tharon, Grim Batol, Tol'vir or The Botanica.


      [Hr][/Hr]


      The stuck near the stairs is most-likely a combat lock issue caused by the non-aggro bandits.
      The camel area is caused by the bot not killing the Prophet.
      The last one isn't a profile issue, it just sounds to me like your navigation is messing up for whatever reason.

      I've pushed a SVN update to the Suicide Tol'vir profile, I don't know if it'll help.


      [Hr][/Hr]


      It should be fixed in the latest update unless there's another out of place wrap.

      [Hr][/Hr]


      Try with the latest SVN update.
      Apparently the QuestBehavior that was being used is broken and will need to be fixed by the core-devs.
       
    16. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      I'm using the latest version.

      And now I'm triyng the Hall of lights profile, but there the bot skips some bosses (and so no dungeon bonus)
       
    17. q8designer

      q8designer Member

      Joined:
      Mar 31, 2012
      Messages:
      109
      Likes Received:
      1
      Trophy Points:
      18
      Hello again,

      quick question, is there a profile to run Stonecore for gold "not the mount"? because I only see one in the pack for the mount, and the bot doesn't loot the trash corpses
       
    18. arthur118218

      arthur118218 Community Developer

      Joined:
      Jan 26, 2015
      Messages:
      62
      Likes Received:
      1
      Trophy Points:
      0
      Hello, just wanted to give a feedback after 40 potions of luck ( about 14hours ) of farming with the [SK-Heavy] Shao-Tein Mogu profile on my BM hunter.
      Bot only got stuck once on a tree wich must be really unlucky. Got about 8k golds only from looting,selling greens/blues and oppening caches as well as 7 skyshards.
      I was not expecting getting such good results ! And tons of stuff is still waiting to be sold in the AH
      If you count the skyshards in the GPH I would estimate around 1.2 k per hour wich is really really good for a bot.
      I might try to automatize the cache opening and deposit materials to bank.

      EDIT: Tons of stuff sold on AH. Brings up GPH to about 1.7k per hour wich is insane for a bot ! ( Still waiting to sell things, this profile might give about 2k GPH everything counted)

      Arthur
       
      Last edited: Jan 31, 2015
    19. ramzax

      ramzax New Member

      Joined:
      Mar 30, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
    20. tda

      tda New Member

      Joined:
      Nov 29, 2012
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      I have tryied, with a Paladin lvl100, and he agro all the mobs, but then he run to agro more, and lose the mobs, and kill 1-2 of 20 in the zone.
      have u done special settings?
       

    Share This Page