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

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

    1. Joshue26

      Joshue26 Member

      Joined:
      Jun 24, 2010
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      Got banned using Botanica Heavy Pull - Sell everything profile as a Warrior 90 full 522 PvP..

      It was the first time i used it, the ban was yestarday at like 8 A.M UTC -6

      Got like 7k in few 6-6:30 hours of botting

      What i did wrong? :( the warrior was never stuck or something and it was the first time i did with that account

      It was a 72h suspension only.
       
    2. Insta

      Insta Member

      Joined:
      Jun 12, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      8
      Thanks, so would I replace

      with

       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      <CustomBehavior File="Misc\RunLUA" Lua="DepositGuildBankMoney(GetMoney());" />

      Just like that. :3
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Ouch, that sucks.

      You only made it 6-6.30 hours? Where you botting at all before then?
       
    5. Insta

      Insta Member

      Joined:
      Jun 12, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      8
      Thanks again :D
       
    6. Joshue26

      Joshue26 Member

      Joined:
      Jun 24, 2010
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      With that warrior i haven't used the bot for like 3 weeks until yesterday :'(
       
    7. Fireworrkz

      Fireworrkz Member

      Joined:
      Jul 14, 2011
      Messages:
      106
      Likes Received:
      0
      Trophy Points:
      16
      What do you guys do with the thousands of frostweave cloth you get? I've just been listing them on AH but I am bringing in way to many and it's suspicious.
       
    8. Angelus

      Angelus Member

      Joined:
      Jan 15, 2010
      Messages:
      848
      Likes Received:
      6
      Trophy Points:
      18
      Ah cool, my bandwidth very rarely plummets to "death" and this results in going over the 15 seconds waittimer. Which makes the bot stand still in Gundrak I believe, knowing this, I'll go ahead and change it there. Thanks man.

      I just vendor it now, but if I had enchanting and tailoring, I would definitely make and try to sell frostweave bags.
       
      Last edited: Jul 17, 2014
    9. ynoorbz

      ynoorbz Member

      Joined:
      Nov 24, 2010
      Messages:
      114
      Likes Received:
      2
      Trophy Points:
      18
      Trying to run the black morass so that I can grab the rest of nemesis since it seem to only farm helm n boots in the script at the moment. Problem is I keep getting hit with this error and can't for the life of me figure out why its freaking. Hopefully the errpr below makes more sense to someone else :)

      XML Error: Unknown tag "CustomBehavior" (Input: "<CustomBehavior File="UserSettings" FindVendorsAutomatically="False" LootMobs="True" PullDistance="50" KillBetweenHotspots="True" LogoutForInactivity="False" />") in "HBProfile"! - On line 69

      Honestly don't know what it is :(
       
    10. Syunsi

      Syunsi New Member

      Joined:
      Oct 17, 2012
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Awesome!
      One more thought adressed to dying.
      Wouldnt it be possible to work around this? When you die you have the following debuff: http://www.wowhead.com/spell=8326 .
      As far as I know you can disable the On-Death behaviour, correct me if im wrong.

      Puttinge a <While !me.aura(8326)> (sorry i dont know the exact syntax) around the Dungeon-Run parts (where the RunLikeHells are) would do the trick?
      The reason for this is because you wont die outside the dungeons.

      Something like:
      <While !me.aura(8326)>
      <Chop chop dungeon run />
      </while>
      <If me.aura(8326)>
      <CustomBehavior File="LoadProfile" ProfileName="The_profile_itself.xml" />
      </if>

      Unfortunatley I am not able to test this for the next few days.

      Stay awesome!
       
    11. manse2750

      manse2750 Member

      Joined:
      Apr 2, 2010
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6

      This count for me aswel. Just got a 72h suspension with botanica profile.

      I kinda knew that it was going to happend. There are many rumours about people reporting high lvl players that are farming botanica, but the GPH was really nice :D

      Think im just gonna go with random instead.
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      I've thought about this as a 'solution' in the past but never wanted to use it because it's too messy for me.

      If you want to try it with the profile you're using, you would need to use Me.IsDead.
      Since the DeathHandler will be disabled nothing will click the "release spirit" button - and the code to do so wouldn't be triggered via the Ghost debuff since you don't have it 'during this time.'

      Example of Code:
      PHP:
      <If Condition="!Me.IsDead">
              <
      CustomBehavior File="RunLikeHell" TerminateWhen="Me.IsDead"  AllowCombat="false" >
                  <
      Hotspots />
              </
      CustomBehavior>
          <Else>
              <
      CustomBehavior File="WaitTimer" WaitTime="1000" /> <!-- Lag time just in case. -->
              <
      CustomBehavior File="RunMacro" Macro="/script RepopMe()" />
          </Else>
      </If>
      This will kick the bot out of the dungeon script assuming every code uses it - and naturally my profiles will navigate the player back to the dungeon as long as the bagslots aren't full.

      Like I said, this should work - (there may be a few issues that'll need to be fixed), but I don't really plan on using it for my profiles.
      It's just way too messy for me. xD
       
      Last edited: Jul 17, 2014
    13. macedawg

      macedawg Member

      Joined:
      Nov 19, 2012
      Messages:
      281
      Likes Received:
      3
      Trophy Points:
      18
      i have 5 DKs farming instances all getting the same cloth. i only list 10(stacks) at a time (have a AH bot that stays on 20 hours a day, refreshes auctions every 5 mins or so). make a shit ton of bolts of cloth and sell them. find a item that you can craft and then DE into dust and essences, sell some dust and sell all essences. with saved dust and saved bolts make bags, sell them.

      i can get through majority of what 5 chars are brining in, no problem.
       
    14. Azhemoth

      Azhemoth Active Member

      Joined:
      May 8, 2013
      Messages:
      534
      Likes Received:
      43
      Trophy Points:
      28
      why isnt this a sticky? :rolleyes:
       
    15. nocryg

      nocryg New Member

      Joined:
      Apr 1, 2014
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      i am running DTK
      how do you make the bot to sell everything but frostweave?
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      You'd have to run the 'Deposit Frostweave' profile.
      It won't sell the Frostweave, but it'll sell everything else.

      It'll attempt to use the Mobile Guild Bank to deposit the Frostweave.
      I currently don't have one that just 'keeps' it.
       
    17. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Just a heads up!

      I've been getting an increased amount of ban reports from The Botanica.
      I'd advise anyone farming it to stray away from it until things cool down.​
       
    18. Burizod

      Burizod New Member

      Joined:
      Dec 12, 2013
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      Hey, thanks for this awesome profile, been looking for a profile that do a heavy pull!

      Anyway, using the [H] Pit of Saron - Trash Farm - Keep Frostweave profile, and when its done with the dungeon, runs to the portal, but dont enter, mount Travelers Tundra mammoth and then just stands there, and getting no viable mobs in the area, check below.

      Or do this profile not reset the dungeon?

      Regards, love your work..this and other stuff!

      [13:16:19.818 D] Goal: WaitTimer-v1581: In Progress (no associated quest)
      Waiting for 2s
      [Ref: "Pit of Saron - Gold Optimized - Trash Farm - Heavy Pulls" @line 610]
      [13:16:20.106 D] Activity: Wait time remaining... 1s of 2s.
      [13:16:21.036 D] Activity: Wait time remaining... 0s of 2s.
      [13:16:22.001 D] [WaitTimer-v1581(debug)] WaitTimer behavior complete.
      [13:16:22.037 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [13:16:22.054 D] [WaitTimer-v1581(debug)] Behavior completed in 2s
      [13:16:22.054 D] Goal: Nothing
      [13:16:22.054 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
      [13:16:22.059 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
      [13:16:22.059 D] Goal: InteractWith-v1538: In Progress (no associated quest)
      Interacting with MobId(32639)
      [Ref: "Pit of Saron - Gold Optimized - Trash Farm - Heavy Pulls" @line 612]
      [13:16:22.059 D] Inserted new hook [Combat_Only @0] 6c923b78-5598-419a-a79b-7bf16ad2d7f0
      [13:16:22.059 D] Inserted new hook [Death_Main @0] 60ea9f76-cf98-4caa-8345-7f10e2851eb3
      [13:16:22.110 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:16:22.110 D] Activity: No viable mobs in area.
      [13:16:23.115 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:16:32.135 D] Activity: No viable mobs in area.
      [13:16:32.265 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:16:42.152 D] Activity: No viable mobs in area.
      [13:16:42.422 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:16:52.198 D] Activity: No viable mobs in area.
      [13:16:52.637 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:17:02.209 D] Activity: No viable mobs in area.
      [13:17:02.910 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:17:12.262 D] Activity: No viable mobs in area.
      [13:17:13.103 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
      [13:17:22.270 D] Activity: No viable mobs in area.
      [13:17:23.311 D] Activity: Moving to hunting ground waypoint 'hunting ground center'
       
    19. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,809
      Likes Received:
      631
      Trophy Points:
      113
      Found the issue - it seems to be one of those issues that had came up after the mass-edit was made to the mobile mount routine.

      Give me about 5 minutes and there will be an update sent to the SVN and ZIP.
       
    20. Burizod

      Burizod New Member

      Joined:
      Dec 12, 2013
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0

      Awesome my man, works flawlessly now, had to change some stuff in your profile so it dont keep selling these Book of Glyph mastery tho :)

      Thanks and hail to your network!


      Edit: it seems it dont want to protect that item, using the code

      <ProtectedItems>
      <Item Entry="45912" Name="Book of Glyph Mastery"/>
      </ProtectedItems>


      any clue how to protect it?
      Gives 150g each on my server on AH
       
      Last edited: Jul 17, 2014

    Share This Page