• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

    Discussion in 'Archives' started by fhlhwow, Aug 17, 2010.

    Thread Status:
    Not open for further replies.
    1. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      not yet, my toon is still logged out there
       
    2. HBfanboy1980

      HBfanboy1980 Active Member

      Joined:
      Jan 16, 2012
      Messages:
      1,139
      Likes Received:
      11
      Trophy Points:
      38
      any chance u support doing it on a lvl 85 for a donation?
       
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      it works fine on an 85 already. change ignorecheckpoints false to true, save, load the profile and press start

      this is all in the first post

      donations can't help me help you anymore lol.

      But, feel free to donate anyways ;)
       
    4. david

      david New Member

      Joined:
      Apr 14, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Hey Kick, wonderful profile :)
      However my Warrior struggles with attacking mobs he can't reach with Charge. For example the birds in Sholozar Basin (Quest: Reagent Agent) he wants to attack birds that are sitting on some place he can't charge to. As a result he just keeps standing where is is and trying to cast Charge all the time. Maybe it's an idea that a warr uses Heroic Throw or just normal throw/shoot when it can't reach a target after xx seconds?
      I've already tried to decrease the pull range but it always resets it back to 20 yards. Log attached (small one, the original was > 3 MB :S )
       

      Attached Files:

    5. Plegg

      Plegg New Member

      Joined:
      Apr 28, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I figure this is somewhere in here but I am not seeing it at all... I am looking for instructions on how to install this properly into my HB. I have found the "Questing Instructions.txt" file and read that but it is very vague. I know how to use the SVN and all of that but I don't see where to put this profile file into, and I see in your download you have other things like plug in's and all of these, do I copy those into my plug in folder inside my HB folder or just leave them where they are in your folder? Do I place this CC inside my CC folder and run it from there? If you have this already explained somewhere on the website please send me the URL. I just started a little rogue and would really love trying this. Also does this have its own profiles for rogues or do I choose one of mine? Thanks for your help in advance.
       
    6. Croga

      Croga Well-Known Member

      Joined:
      Jun 7, 2010
      Messages:
      1,636
      Likes Received:
      27
      Trophy Points:
      48
      Hey Kick,

      Just ran your Cata dailies profiles (TB BH, TB Pen, DH). It runs awesomely!

      One remark though:
      On DH, the bot will first go to do the shrooms, then flies to the other side of DH to kill the dragon, then flies back to kill the behemoths. I think it would be better to kill the dragon first, then do the shrooms and behemoths together. The resulting code should be:
      Code:
      			<!-- Objectives -->
      
      			<If Condition="((HasQuest(28391)) &amp;&amp; (!IsQuestCompleted(28391)))" >
      				<CustomBehavior File="FlyTo" X="1958.72" Y="1388.78" Z="180.4252" />
      				<CustomBehavior File="ForcedDismount" />
      				<UseItem QuestName="Resonating Blow" QuestId="28391" ItemId="60266" X="1958.72" Y="1388.78" Z="180.4252" />
      			 <If Condition="Me.Z &lt;= 181" >
      				<RunTo X="1994.544" Y="1401.745" Z="178.8949" />
      			 </If>
      				<CustomBehavior File="WaitTimer" WaitTime="20000" />
      				<CustomBehavior File="ResonatingBlow" MobId="43641" QuestId="28391" />
      			</If>
      
      			<If Condition="((HasQuest(27050)) &amp;&amp; (!IsQuestCompleted(27050)))" >
      				<CustomBehavior File="FlyTo" X="1704.606" Y="-463.5533" Z="272.9286" />
      				<CustomBehavior File="ForcedDismount" />
      			  <While Condition="((HasQuest(27050)) &amp;&amp; (!IsQuestCompleted(27050)))" >
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205151" ObjectType="Gameobject" NumOfTimes="2" CollectionDistance="500" X="1651.372" Y="-549.5051" Z="289.4966" />
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205146" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="1651.372" Y="-549.5051" Z="289.4966" />
      				
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205151" ObjectType="Gameobject" NumOfTimes="2" CollectionDistance="500" X="1536.089" Y="-744.1416" Z="285.2219" />
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205147" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="1536.089" Y="-744.1416" Z="285.2219" />
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205146" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="1536.089" Y="-744.1416" Z="285.2219" />
      				
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205151" ObjectType="Gameobject" NumOfTimes="2" CollectionDistance="500" X="1238.287" Y="-571.6192" Z="274.9405" />
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205147" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="1238.287" Y="-571.6192" Z="274.9405" />
      				<CustomBehavior File="InteractWith" QuestId="27050" MobId="205146" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="1238.287" Y="-571.6192" Z="274.9405" />
      			  </While>
      			</If>
      
      			<If Condition="((HasQuest(27049)) &amp;&amp; (!IsQuestCompleted(27049)))" >
      				<CustomBehavior File="FlyTo" X="1704.606" Y="-463.5533" Z="272.9286" />
      				<CustomBehavior File="ForcedDismount" />
      				<Objective QuestName="Soft Rock" QuestId="27049" Type="KillMob" MobId="42475" KillCount="8" />
      			</If>
      
      
      
      (basically just a different order of the first 3 quests after "<!-- Objectives -->")
       
    7. Sakatard

      Sakatard New Member

      Joined:
      May 18, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      Hello I was just wondering anyone was experiencing or has experienced the same problem as me, I start Honorbuddy (currently im questing in Nagrand) and as soon as it starts no matter what quest im on it will go straight to Warmaul Hill and stay in the tunnel and just kill ogres instead of doing the quests its supposed to do, ive already done the Obsidian Warbeads quest so I dont know why its still there please help ive been botting this Druid since level 1 :(
       
    8. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      if you're alliance, you need to let it grind to neutral with kurenai, it should take ~20 minutes
       
    9. Sakatard

      Sakatard New Member

      Joined:
      May 18, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      omg thankyou so much for replying so fast but im a Level 66 Horde Druid so what do i do?

      Oh and im friendly with them btw
       
      Last edited: May 26, 2012
    10. hbaioni

      hbaioni New Member

      Joined:
      Oct 17, 2011
      Messages:
      299
      Likes Received:
      1
      Trophy Points:
      0
      Hey Kick, i'm having this problem and i don't know how to skip the quest. I am already lvl 24, since i'm using heirlooms and guild perks, i don't mind skipping all the quest line. But it doesn't work... i can not even complete the quest manually, and also, I can't make the profile work after that. I restarted HB and the profile, but the bot keeps trying to get the quest...
      Is there any way to make it SKIP THE ENTIRE QUEST LINE? I just want it to continue... Nothing else.
      Thanks in advance.
       
    11. Sakatard

      Sakatard New Member

      Joined:
      May 18, 2012
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      0
      And dude are you sure its griding for rep cause when theres nothing to kill it walks into a wall and stays there I dno if it is trying to goto another place or what
      WoWScrnShot_052612_223231.jpg
       
    12. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      When running [Fly][N - Quest] Deepholm 82-84 [Kick] I always get stuck after accepting the quest The Forgemaster's Log and flying to the ramp at the tower. My toons land at the side of the ramp, instead of the bottom of it, and get stuck infinitely trying to climb the side of the ramp.

      I have tested and added a fix for this problem using a different FlyTo, closer to the bottom of the ramp (instead of the side), followed by a RunTo to the bottom of the ramp.

      Just change lines 826-829 from this:

      Code:
      			<If Condition="(HasQuest(26260))" >
      				<CustomBehavior File="FlyTo" X="905.4128" Y="-201.1573" Z="10.49855" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="The Forgemaster's Log" QuestId="26260" TurnInName="Forgemaster's Log" TurnInId="205134" X="909.5818" Y="-193.3752" Z="11.51797" />
      ...to this:

      Code:
      			<If Condition="(HasQuest(26260))" >
      				<CustomBehavior File="FlyTo" X="914.7863" Y="-189.8228" Z="-10.0013" />
      				<CustomBehavior File="ForcedDismount" />
      				<RunTo X="906.7949" Y="-191.8706" Z="-9.460435" />
      				<TurnIn QuestName="The Forgemaster's Log" QuestId="26260" TurnInName="Forgemaster's Log" TurnInId="205134" X="909.5818" Y="-193.3752" Z="11.51797" />
      You've been making some great progress on the Deepholm profile bugs and I think this will make it even better :)
       
    13. furyz0r

      furyz0r Member

      Joined:
      Dec 4, 2011
      Messages:
      754
      Likes Received:
      1
      Trophy Points:
      18
      I don't know if this is true, or if it's just a bad configuration on the bot, but 82 to 85 isn't 100% AFKable.
       
      Last edited: May 26, 2012
    14. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
      The quest in ashenvale "To the Rescue!" (To the Rescue! - Quest - World of Warcraft) Is bugged. I would edit it out but you made a comment saying it would remove 20 other quests. So my question is how the fuck do i complete it? I tried most of the suggestions from the wowhead comments but nothing works.
       
    15. MastaRage

      MastaRage Member

      Joined:
      Dec 27, 2011
      Messages:
      160
      Likes Received:
      1
      Trophy Points:
      18
      Look here if he is out watering the bushes. To the Rescue! - Quest - World of Warcraft I confirmed this and so has others that approved it.
       
    16. TheMaff

      TheMaff New Member

      Joined:
      May 15, 2012
      Messages:
      467
      Likes Received:
      4
      Trophy Points:
      0
    17. MastaRage

      MastaRage Member

      Joined:
      Dec 27, 2011
      Messages:
      160
      Likes Received:
      1
      Trophy Points:
      18
      ^^need to read more: "A 58 Alliance DK was all it took"
       
    18. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      @ the users who were qq'ing about 'to the rescue' - thoroughly read the first few posts
      @ the user having an issue with your horde druid in nagrand - thoroughly read the first few posts - as it states to attach a log w/ any issues
      @ baturalnoobs - fixt, update
       
    19. Marvin

      Marvin New Member

      Joined:
      May 12, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Stuck and Log out
      [H] Quest Steinkrallengebirge
      Quest: Verst?rkung...
       
      Last edited: May 27, 2012
    20. Pronamic

      Pronamic Member

      Joined:
      Apr 18, 2010
      Messages:
      102
      Likes Received:
      0
      Trophy Points:
      16
      been using this quite a lot and druid in deepholm is pretty messed up tbh dies all the time gets stuck every where and flies like inch of the floor. i would attatch logs but ive had to start and stop the profile so many times i dont know what one to post, just thought id let ya know so ya could maybe test it
       
    Thread Status:
    Not open for further replies.

    Share This Page