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

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

    1. Ghost99

      Ghost99 New Member

      Joined:
      Dec 8, 2013
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      Hi Echo,

      No problem to report just a question, do you feel or have time for education on the profile writings ( I looked in to the simply grind profiles and did a few for myself) or point me in the right directions regarding instance profil writing? I looked e.g. Grim Batol, and I saw there is hardcoded for example to ignore the bosses, I will try to modify it by my self however would be nice to understand what I am doing :D
       
    2. Eyvin

      Eyvin New Member

      Joined:
      Oct 15, 2014
      Messages:
      26
      Likes Received:
      2
      Trophy Points:
      3
      Been running with these custom Death Knight settings:
      Code:
      
      <-- Casts Death Pact & Deaths Advance -->
      <If Condition="Me.Class == WoWClass.DeathKnight" >
      	<CustomBehavior File="Hooks\DoWhen" ActivityName="MoveDefHook" AllowUseDuringCombat="True" UseWhen="(Me.Combat &amp;&amp; Me.IsMoving &amp;&amp; Me.IsInInstance &amp;&amp; Me.IsAlive) &amp;&amp; ((!WoWSpell.FromId(96268).Cooldown) || (Me.HealthPercent &lt;= 20 &amp;&amp; !WoWSpell.FromId(48743).Cooldown))" >
      			<CustomBehavior File="RunCode" Code="Logging.Write(System.Windows.Media.Colors.DeepSkyBlue, &quot;[Azyul]: Attempting use of passive defensive maneuvers.&quot;);" />
      			<If Condition="Me.HealthPercent &lt;= 20" >
      				<CustomBehavior File="Misc\RunLua" Lua="CastSpellByID(48743);" />
      			</If>
      			<If Condition="!WoWSpell.FromId(96268).Cooldown" >
      				<CustomBehavior File="Misc\RunLua" Lua="TargetNearestEnemy(); CastSpellByID(96268);" />
      			</If>
      			</CustomBehavior>
      	</If> 
      
      Omfg...so great...these profiles rock hard...

      Question...how can I tell it to cast Anti_magic shell if it has the "Arc Weld" debuff from HoL? I tried Me.HasAura()...but it doesn't seem to like that.


      Ohh...and on the Insanity HoL, I cant seem to get it to vendor the Whites: Frostweave, Crystallized's, Ulduar Relics...Changed the mail and sell whites...still nada...thoughts?
       
      Last edited: Nov 3, 2014
    3. Olake

      Olake New Member

      Joined:
      Aug 27, 2014
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      What's the difference between Insanity/Deathwish Halls of Lightning profile?

      And one line saying Warning* You have been warned after a message trying to prevent you from using these profiles...What's the meaning of it? :p

      And bot says dat cannot save settings file because the file does exist already.

      Last question, all profiles of halls of lightning avoid right path and the first boss?
       
      Last edited: Nov 3, 2014
    4. Lychking

      Lychking New Member

      Joined:
      Oct 14, 2012
      Messages:
      78
      Likes Received:
      1
      Trophy Points:
      0
      u kill him after loken but u have to clear the rest of the instance fast enough.. if ur having problems being fast enough i recommend getting movementspeed enchants/gems
       
    5. Ghost99

      Ghost99 New Member

      Joined:
      Dec 8, 2013
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      0
      Check HB folder for Forcemail.xml + ProtectedItems.xml should be in the root directory below or above your HB exe, delete or comment out the the items which you don't want to be protected by the Selling routine and it will sell it

      I would advise to you to check AH for Eternal Fire prices, I usually make a good money from it, on my server it sells around 50-60g / 3piece
       
      Last edited: Nov 3, 2014
    6. Rebeque

      Rebeque New Member

      Joined:
      Sep 15, 2014
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      What to do if my bot wont enter the instance after completed it first time? He just stand in front of the portal and dont re-doit. The instance reset its working fine and when i enter manually everything goes ok.
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      It *should.*
      There's universal nagivation in every profile.

      But, it's reccomended you start the profile in the expansion zone (ex: Eastern Kingdoms.)

      As of patch 6.0.2, navigation to Outlands has broken.
      I haven't had time to fix it yet, but but hopefully there will be one soon.
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      That dungeon required a behavior. If you're farming it for the mount, use the profile in the "Casual Farms" folder.
      If you're not farming it for the mount, use the mount farm anyway - when it's started it'll ask if you want it loot mobs.
      Choosing "Yes" on looting all mobs will cause it to kill all bosses.


      [Hr][/Hr]


      It *was* normal given that the extra gold reward didn't exist until a few weeks ago.
      Pre-6.0.2 it wasn't worth hunting down the boss to kill him.

      I haven't had time to go back through every profile and add the extra boss kills to the profiles that previously skipped them.
      But I should get around to it soon hopefully.


      [Hr][/Hr]


      Will be fixed soon.

      [HR][/HR]


      I don't have time, sorry.
      There's probably guides out there, or someone else that may.


      [HR][/HR]


      HasAura should be working.
      Are you sure you've got the correct ID?

      For it not selling;
      The Solution Center explains why some items aren't sold - and how to get them to be sold.


      [HR][/HR]


      Deathwish is (x2) Insanity is (x1.)
      x1 is double Heavy. x2 is double x1.
      The names haven't been changed to the new standard.

      The "warning" message is nothing, just ignore it.

      The save settings error isn't profile related.

      The profiles skip the right side of the room because it kills the mobs after killing the last boss.
      The first boss is skipped because he patrols randomly and at the time of the profile's creation, it wasn't worth killing him.

      I'll be changing the profile soon.
       
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I need to know more.
      Which instance? What faction?
      Or perhaps you have a log?
       
    10. EmersonBigTips

      EmersonBigTips Member

      Joined:
      Sep 3, 2014
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      6
    11. HordeBuddy

      HordeBuddy New Member

      Joined:
      May 22, 2014
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      hello there,

      i went to steamvault and i used the correct profile
      with grind bot it says "Loading Tiles"
      it won't move or do anything.

      horde faction.

      here is my logs
       

      Attached Files:

      Last edited: Nov 3, 2014
    12. synntax

      synntax New Member

      Joined:
      Aug 16, 2011
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Check your images on your 1st page. Getting malware alerts left and right coming to this thread.
       
    13. gagginaspinnata

      gagginaspinnata New Member

      Joined:
      Jul 1, 2011
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      Does the ashes of al'ar is not working atm? Beacuse the toon cannot take the big portal..
       
    14. sym2oo1

      sym2oo1 Member

      Joined:
      Dec 4, 2011
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Hey, I am running the Grim Batol Suicide profile with Potion of Treasure finding and I seem to be running into an issue where the bot tries to open up the tiny treasure chests, but gets an internal bag error and gets stuck not being able to open any of them. If i manually click them individually it works fine. I have disabled all my addons in game, so I doubt that is the problem. This may be an issue with the Keep Buff Actives plugin, but I figured I'd ask here since someone may have run into this issue before. I tried doing a quick search but couldn't find anything.

      I appreciate any help that anyone can offer.
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      As instructed by the front thread.
      These profiles only use the Questing botbase.
       
    16. mindtrapper

      mindtrapper Member

      Joined:
      Jan 15, 2010
      Messages:
      364
      Likes Received:
      1
      Trophy Points:
      18
      Yeah, probably an addon. Disabled all and it works fine. Thanks!
       
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      That profile doesn't have a script for using the Potions / Opening the chests.

      If you're using one that does, then chances are it's using the old method.
       
    18. klagera

      klagera New Member

      Joined:
      Sep 26, 2014
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      0
      Hello there , I am using your Shadowfang keep profile but it's always gets stuck trying to enter the dungeon , it gets out mounts the vendor mammoth to sell and tries to enter the dungeon again while it's on the mammoth which is too big to fit through the door XD , is there a way to edit your profile to make it use the NPC vendor and not the mammoth one ?
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      This profile is awaiting to be rebuilt.
      The current version of it is nearly a year old now.
       
    20. lve2raft

      lve2raft New Member

      Joined:
      Jan 28, 2010
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      0
      Can confirm this works....and I GOT THE MOUNT AFTER TWO FCKING YEARS!! :D :D
       

    Share This Page