• Visit Rebornbuddy
  • HB ARCHIVES: TheBrodieman's Profile Compendium--DO NOT DELETE

    Discussion in 'Archives' started by chinajade, Dec 23, 2012.

    1. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      For shame tumbum! Where is your log file!
      These profiles work with the newest version: I am currently testing on them now.
       
    2. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      There are 2 versions of this mob. One that swarms the entrance only, and one that does both the entrance and the upper area, and is involved with the quest(s) Saur Loser.
      I can pull blacklist the one that we don't care about. But the other I cannot or the quests will cease to behave properly.
       
    3. geneziz

      geneziz Member

      Joined:
      Mar 5, 2014
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      6
      Your Timeless isle coin FARMING is abit sketchy mate! he walks inside a house in Old pi'jiu , and basicly sits there untill either wow dc'd due to innactivity, or mobs spawn inside the house, and attack you first, , View attachment 8196 2014-05-19 09.53.txt

      Dunno if that log helps you anything, but i have to stop the bot, move him away, start the bot, he walks arround, farming coins for a good 2-3 min, then sits hes ass inside that house again, :p

      **Edit** After standing there for about 10 min, farming 1 mob, the bot decided to pull 5 mobs, turn hes back to them, and run back and forth untill it died a painfull death! xD

      **Edit2** Dunno if this helps you, but it seems like its running fine, untill it attacks 1 mob, if he does that, the profile goes shitways, and just stands in 1 spot, waiting for mobs to come close, kill them, then go back, or randomly pull stuff, and kill itselfe**
       
      Last edited: May 19, 2014
    4. Aaquist96

      Aaquist96 New Member

      Joined:
      Mar 18, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1
      Is it possible to make a video of how to install your Profile compendium? Please!
       
    5. e46ad

      e46ad Member

      Joined:
      Apr 18, 2014
      Messages:
      118
      Likes Received:
      2
      Trophy Points:
      18
      Hi there I've run into a problem with your plugin or profile... Been working fine for me all week and then all of a sudden, The bot is saying,
      [Profile Message]: Fast forwarding memory to The Fold
      [Profile Message]: Fast forwarding memory to Krom'gar Fortress
      [Profile Message]: Fast forwarding memory to Malaka'jin
      [Profile Message]: Fast forwarding memory to The Sludgeworks
      [Profile Message]: Fast forwarding memory to Cliffwalker Post
      Could not find quest giver NPC with ID 3995 in database.
      Bot stopping! Reason: Could not create current in quest bot!
      I am doing the [Stonetalon Mountains Quests]

      View attachment 74920 2014-05-19 11.45.txt
       
      Last edited: May 19, 2014
    6. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
      Hi, have you tried finding him yourself ?
      And accepting or finishing whatever quest he is trying to do ?
      the NPC if am not mistaken : Witch Doctor Jin'Zil - NPC - World of Warcraft

      Do you really get it to work AFK ? Maybe I am doing something wrong but I never manage to get the bot to do a whole zone ... I have always had to help him at least twice per zone in the three zones I have done so far ...
      I didn't save the logs coz I often have problems and I seem to be the only one, maybe I shall try reinstalling the plugin ...
       
    7. Proto

      Proto New Member

      Joined:
      Jan 8, 2012
      Messages:
      219
      Likes Received:
      6
      Trophy Points:
      0
      Patch for Tillers Farm Planting Profiles

      Two problems kept occurring while using the Tillers Farm Planting Profiles.

      One: While gathering or planting the bot would mount flying mount to reach the NW most dirt pile. Depending on the mount, would sometimes get stuck on the fence, dismount and fall outside the ranch. Mount up again and try to fly back to the dirt pile.. endless stuck unless it got lucky and landed inside.

      Two: When returning to the farm after obtaining seeds from vendor, game lag while entering the phased farm area would sometimes cause the bot to end claiming all farming was successfully completed. Had to start the bot for it to continue to plant crops.

      FIX #1: I added the following code lines to prevent mounting while gathering & planting crops.

      Code:
      <!-- End of Quest Overrides --> 
      
      <QuestOrder>
      
      	[B][I]<CustomBehavior File="UserSettings" UseMount="True" LootMobs="False" LootRadius="1" PullDistance="1" KillBetweenHotspots="False" LogoutForInactivity="False" />[/I][/B]
      	<CustomBehavior File="Message" Text="Starting Farming Daily, moving to My Farm." LogColor="Green"  />
      	<CustomBehavior File="FlyTo" DestName="My Farm" X="-168.9621" Y="639.7676" Z="165.4103" />
      	<CustomBehavior File="WaitTimer" WaitTime="5000" />
      
      <!-- Starting Quests -->
      	[B][I]<CustomBehavior File="UserSettings" UseMount="False" LootMobs="True" LootRadius="20" PullDistance="20" KillBetweenHotspots="True" LogoutForInactivity="False" />[/I][/B]
      
      ^ Enabled UseMount just before the first FlyTo My Farm line.
      Then disabled UseMount just after Starting Quests note.

      Code:
      	<!-- Verify/Buy Seeds and Plant -->
      
      	[B][I]<CustomBehavior File="UserSettings" UseMount="True" LootMobs="False" LootRadius="1" PullDistance="1" KillBetweenHotspots="False" LogoutForInactivity="False" />[/I][/B]
      
      ^ Futher down I enabled UseMount just before FlyTo Buying Seeds.

      Code:
      		<CustomBehavior File="Misc\RunLua" Lua="CloseMerchant()" />
      		<CustomBehavior File="FlyTo" DestName="My Farm" X="-161.5227" Y="637.4417" Z="165.4093" />
      		<CustomBehavior File="WaitTimer" WaitTime="10000" />
      	</If>
      
      	<While Condition="HasItem(85216) &amp;&amp; (Unit(58562) != null || Unit(58563) != null)" >
      		[B][I]<CustomBehavior File="UserSettings" UseMount="False" LootMobs="True" LootRadius="20" PullDistance="20" KillBetweenHotspots="True" LogoutForInactivity="False" />[/I][/B]
      
      ^ Once again disabled UseMount just after buying seeds and FlyTo My Farm.



      FIX #2: I added the following code line to allow game lag time to catch up phased area then properly detect that crops still need planting.

      Code:
      		<CustomBehavior File="Misc\RunLua" Lua="CloseMerchant()" />
      		<CustomBehavior File="FlyTo" DestName="My Farm" X="-161.5227" Y="637.4417" Z="165.4093" />
      		[B][I]<CustomBehavior File="WaitTimer" WaitTime="10000" />[/I][/B]
      
      ^ Added 10 sec WaitTime just after the lines to CloseMerchant and FlyTo My Farm.

      Well then I just want to thank you so very very much for your plungin and profiles they are amazing! I do hope you like my fixes. They have worked perfectly for me and resolved the issues I was having. :)

      Edit Post:
      I forgot to list one more bug fix


      FIX #3: When dealing with a "Runty" crop, the bot was jumping up 1 extra time because it was not waiting long enough for the Runty crop to fade and Growing crop to appear.

      Code:
      <!-- Runty -->
      	<CustomBehavior File="Message" Text="Runty crop..." LogColor="Green" />
      	<While Condition="ObjectManager.GetObjectsOfType&lt;WoWUnit&gt;().Any(u =&gt; new [] { 66130, 63186, 63230, 66114, 63150, 60218, 63251, 63267, 66086, 63166, 65920, 65990, 66017, 65968, 66044, 66007 }.Contains((int)u.Entry) &amp;&amp; u.Distance &lt;= 100)" >
      		<CustomBehavior File="InteractWith" MobId="66130" MobId2="63186" MobId3="63230" MobId4="66114" MobId5="63150"
      											MobId6="60218" MobId7="63251" MobId8="63267" MobId9="66086" MobId10="63166"
      											MobId11="65920" MobId12="65990" MobId13="66017" MobId14="65968" MobId15="66044" MobId16="66007"
      											PreInteractMountStrategy="DismountOrCancelShapeshift" WaitForNpcs="False" WaitTime="3000" />
      		[B][I]<CustomBehavior File="Misc\RunLua" Lua="JumpOrAscendStart()" WaitTime="4000" />[/I][/B]
      	</While>
      
      ^ Changed WaitTime="1500" to WaitTime="4000" on the JumpOrAscendStart line.
       
      Last edited: May 20, 2014
    8. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      The intention is to be as close to afk as possible. Some areas won't be. Some areas can't be. Some the bot gets caught up being a bot.
       
    9. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      The bot is attempting to open the Moss-Covered chests. It has not yet begun to farm coins at all. Any combat is because we pulled due to proximity aggro, and the profile instructs to clear combat before continuing. The intended target is a chest at each location. According to your logs, it reaches each chest fine, attempts to open, and gets interrupted. It either gets interrupted during the looting phase, or during causing it to stop, but either way, the chest is being blacklisted as "already opened" and proceeds to pause until another appears. This blacklist lasts for 3 minutes. According to your log, the one you were stuck on eventually got completed and it moved on to the next. There are 5 in Old Pi'jiu altogether. If you'd like it to skip these areas you can manually open the chests yourself, but according to the logs, its working as close to as intended as can be given the instructions written.
       
    10. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Download the zip file.
      Open the zip file.
      Place contents AS IS into the plugins folder.
      Start bot.

      More detailed instructions are on page 1.
       
      Last edited: May 19, 2014
    11. joachimb

      joachimb Member

      Joined:
      Nov 18, 2011
      Messages:
      289
      Likes Received:
      1
      Trophy Points:
      18
      Okay thanks, It was just to make sure it was not my fault :p
       
    12. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      It would seem this NPC is not in the HB database for a location. I have added the hotspot manually and will be in the next push.
       
    13. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Now its working for me too. But before i got "Can not start quest bot - this profile does not contain a quest order!".
      But its ok... working :)
       
    14. e46ad

      e46ad Member

      Joined:
      Apr 18, 2014
      Messages:
      118
      Likes Received:
      2
      Trophy Points:
      18
      Nice one thank you worked great, Bot now running smooth again. I couldn't really run my bot AFK all the time as i would have to move it to places, Say the quest giver was in a room sometimes it would use a flying mount and get stuck on the roof and I would have to move the character to it. Other then that it's great works fine just needs a help now and again. Quests all work fine I did Loremaster of Eastern Kingdoms and never really experienced any issues.
       
    15. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      v733 fixes to Flightor have drastically increased the accuracy/chances of landing at entrances and navigating into caves. Along with some other nice fixes with Objective.
       
    16. ebouster

      ebouster New Member

      Joined:
      Oct 6, 2012
      Messages:
      245
      Likes Received:
      1
      Trophy Points:
      0
      hey there! thanks for making this. however, when i attempt to start it, I get these messages in HB:

      Loaded TheBrodieMan's Compendium Plugin v1.4.0
      Please Wait While [Brodies Plugin] Checks For Updates, This MAY Take Several Minutes
      Unable to run [Brodies Plugin] update process
      Unable to run [Brodies QB Updater] update process
      Unable to run [Brodies Profile Updater] update process

      then of course when I try to click on the plugin options, I get error message and then unable to do so.

      I unzipped the file and then put that file that was unzipped into my PLUGIN folder
       
    17. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      You'll need to include a log file for me to diagnose the issue correctly.
       
    18. ebouster

      ebouster New Member

      Joined:
      Oct 6, 2012
      Messages:
      245
      Likes Received:
      1
      Trophy Points:
      0
      nm thanks
       

      Attached Files:

      Last edited: May 19, 2014
    19. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      [21:16:35.939 N] Loaded TheBrodieMan's Compendium Plugin v1.4.0
      [21:16:35.939 N] Please Wait While [Brodies Plugin] Checks For Updates, This MAY Take Several Minutes
      [21:16:36.068 N] Unable to run [Brodies Plugin] update process
      [21:16:36.068 D] [Brodies Plugin]: Exception Could not find file 'C:\Users\Enriqe\Downloads\Honorbuddys\Plugins\BrodiesPlugin\Brodie_Plugin_Updater.ver'.
      [21:16:36.205 N] Unable to run [Brodies QB Updater] update process
      [21:16:36.205 D] [Brodies QB Updater]: Exception Could not find file 'C:\Users\Enriqe\Downloads\Honorbuddys\Plugins\BrodiesPlugin\Brodie_QB_Updater.ver'.
      [21:16:36.331 N] Unable to run [Brodies Profile Updater] update process
      [21:16:36.331 D] [Brodies Profile Updater]: Exception Could not find file 'C:\Users\Enriqe\Downloads\Honorbuddys\Plugins\BrodiesPlugin\Brodie_Profile_Updater.ver'.

      Looks like either files are missing or you installed to the wrong directory. Though judging from your message you figured it out. :)
       
    20. Mooses

      Mooses New Member

      Joined:
      Sep 27, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      The Timeless Coin Farm profile isn't functioning for me. The Emp Rep and the Chest Farm (coin spend) ones work just fine. I reinstalled HB and re downloaded/installed/updated the compendium. Any ideas?

      The log is... interesting.

      View attachment 2512 2014-05-20 05.21.txt
       

    Share This Page