What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Hi, Kick,

A user posted an issue in the wrong location. You might want to take a look at it. I addressed it as if he had posted in your thread.

cheers,
chinajade
 
Are you interested in other areas when I try to create a quest profile, which you have not yet great in your great pack, or add quests that are missing with you in some areas??

You can always add quests, quest lines, zones, etc ... but sometimes I skipped them because they were too hard, too far out of the way, not needed, etc... or it required a vehicle quest to unlock that line and I didn't have time to develop a behavior and I simply skipped that line.
 
A fresh install between EACH CHARACTER is not necessary. When HB caches completed quests its saved per character, not per account or per quest. You only need to delete the HB cache folder when undertaking the dailies again on the same character.

EDIT: In fact, in order to successfully run this profile on any HB install (used or fresh) you only need to delete the cache folder. I have a nightly script the runs and it simply deletes my HB cache folder, this is all that is needed for me to successfully run my dailies on multiple (4) characters on a single installation of HB.

I have the exactly same experience, after just deleting my cache every character completes everything very smoothly each day.
Would you mind sharing the deletion script? Would be a nice addition for my auto-update all SVN script :P
 
The bot is running around a big circle in nagrand lvl 68!!And do nothing just running
 
Code:
			<!-- Temp disabling this quest
			<If Condition="((!HasQuest(25296)) &amp;&amp; (!IsQuestCompleted(25296)))" >
				<CustomBehavior File="FlyTo" DestName="Pickup Quest" X="4541.715" Y="-4680.406" Z="884.8721" />
				<CustomBehavior File="ForcedDismount" />
		<PickUp QuestName="Gather the Intelligence" QuestId="25296" GiverName="Outhouse Hideout" GiverId="202701" GiverType="Object" X="4540.469" Y="-4679.351" Z="885.0934" />
				<RunTo X="4543.171" Y="-4683.037" Z="884.7594" />
			</If>
			-->

Code:
				<!--<Objective QuestName="Gather the Intelligence" QuestId="25296" Type="CollectItem" ItemId="52724" CollectCount="1" />-->

The character got stuck. I looked in a profile, and there at it. I checked a quest. Everything works. I cancelled a quest, and removed comments. Started the bot. The quest was executed by the bot himself without special problems. I think, it is possible to clean <!-- -->

Code:
			<If Condition="((HasQuest(25308)) &amp;&amp; (!IsQuestCompleted(25308)))" >
				<CustomBehavior File="FlyTo" DestName="kill Azennios" X="4831.854" Y="-4231.888" Z="895.1534" />
				<CustomBehavior File="ForcedDismount" />
			 <While Condition="((HasQuest(25308)) &amp;&amp; (!IsQuestCompleted(25308)))" >
				<Runto QuestId="25308" X="4833.147" Y="-4218.988" Z="894.0121" />
				<CustomBehavior QuestId="25308" File="RunMacro" Macro="/cancelaura cat form\n/cancelaura bear form\n/cancelaura travel form\n/cancelaura ghost wolf" />
				<UseItem QuestName="Seeds of Discord" QuestId="25308" ItemId="55137" X="4833.147" Y="-4218.988" Z="894.0121" />
				
				<RunTo QuestId="25308" X="4807.945" Y="-4182.254" Z="897.5319" />
				<CustomBehavior File="InteractWith" QuestId="25308" MobId="40489" NumOfTimes="1" GossipOptions="1" WaitTime="5000" CollectionDistance="200" X="4807.945" Y="-4182.254" Z="897.5319" />
				<CustomBehavior File="InteractWith" QuestId="25308" MobId="40491" NumOfTimes="1" GossipOptions="1" WaitTime="5000" WaitForNpcs="False" CollectionDistance="200" X="4807.945" Y="-4182.254" Z="897.5319" />
				<CustomBehavior QuestId="25308" File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
				<CustomBehavior File="InteractWith" QuestId="25308" MobId="40491" NumOfTimes="1" GossipOptions="1" WaitTime="5000" WaitForNpcs="False" CollectionDistance="200" X="4807.945" Y="-4182.254" Z="897.5319" />
			</While>
				<!--<Objective QuestName="Seeds of Discord" QuestId="25308" Type="KillMob" MobId="40491" KillCount="1" />-->
				<CustomBehavior File="RunMacro" Macro="/cancelaura Seeds of Discord" NumOfTimes="1" WaitTime="1000" />
			</If>

Code:
<CustomBehavior File="RunMacro" Macro="/cancelaura Seeds of Discord" NumOfTimes="1" WaitTime="1000" />

localiz problems and interact with dead mob

Code:
			<If Condition="((HasQuest(25308)) &amp;&amp; (!IsQuestCompleted(25308)))" >
				<CustomBehavior File="FlyTo" DestName="kill Azennios" X="4831.854" Y="-4231.888" Z="895.1534" />
				<CustomBehavior File="ForcedDismount" />
			 <While Condition="((HasQuest(25308)) &amp;&amp; (!IsQuestCompleted(25308)))" >
				<Runto QuestId="25308" X="4833.147" Y="-4218.988" Z="894.0121" />
				<CustomBehavior QuestId="25308" File="RunMacro" Macro="/cancelaura cat form\n/cancelaura bear form\n/cancelaura travel form\n/cancelaura ghost wolf" />
				<UseItem QuestName="Seeds of Discord" QuestId="25308" ItemId="55137" X="4833.147" Y="-4218.988" Z="894.0121" />
				
				<RunTo QuestId="25308" X="4807.945" Y="-4182.254" Z="897.5319" />
				<CustomBehavior File="InteractWith" QuestId="25308" MobId="40489" NumOfTimes="1" GossipOptions="1" WaitTime="5000" CollectionDistance="200" X="4807.945" Y="-4182.254" Z="897.5319" />
				<CustomBehavior File="InteractWith" QuestId="25308" MobId="40491" MobState="Alive" NumOfTimes="1" GossipOptions="1" WaitTime="5000" WaitForNpcs="False" CollectionDistance="200" X="4807.945" Y="-4182.254" Z="897.5319" />
				<CustomBehavior QuestId="25308" File="WaitTimer" WaitTime="4000" GoalText="Waiting for item cd {TimeRemaining}" />
				<CustomBehavior File="InteractWith" QuestId="25308" MobId="40491" NumOfTimes="1" GossipOptions="1" WaitTime="5000" WaitForNpcs="False" CollectionDistance="200" X="4807.945" Y="-4182.254" Z="897.5319" />
			</While>
				<!--<Objective QuestName="Seeds of Discord" QuestId="25308" Type="KillMob" MobId="40491" KillCount="1" />-->
                <CustomBehavior File="Misc\RunLua" Lua="local n=GetSpellInfo(75724); CancelUnitBuff(&quot;player&quot;,n)" />
			</If>

[Fly][N - Quest] Hyjal 80-82 [Kick]
 
Last edited:
I have the exactly same experience, after just deleting my cache every character completes everything very smoothly each day.
Would you mind sharing the deletion script? Would be a nice addition for my auto-update all SVN script :P

Wow cache or HB cache?
 
Code:
			<If Condition="((HasQuest(25496)) &amp;&amp; (!IsQuestCompleted(25496)))" >
				<CustomBehavior File="FlyTo" DestName="Grudge Match" X="4778.914" Y="-4248.56" Z="891.9623" />
				<CustomBehavior File="ForcedDismount" />
				<RunTo QuestId="25496" X="4772.958" Y="-4246.385" Z="891.9493" />
				
			 <While Condition="((HasQuest(25496)) &amp;&amp; (!IsQuestCompleted(25496)))" >
				<CustomBehavior File="InteractWith" QuestId="25496" MobId="40409" NumOfTimes="1" GossipOptions="1" WaitTime="18000" CollectionDistance="100" X="4739.027" Y="-4231.847" Z="894.4716" />
				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for  {TimeRemaining}" />
				<CustomBehavior File="InteractWith" QuestId="25496" MobId="40409" NumOfTimes="1" WaitTime="2000" WaitForNpcs="False" CollectionDistance="100" X="4739.027" Y="-4231.847" Z="894.4716" />
				<!-- <Objective QuestName="Grudge Match" QuestId="25496" Type="KillMob" MobId="40409" KillCount="1" /> -->
			 </While>
			</If>

Stuck at interact with mob. There are dead and alive sometimes here, so ....

Code:
	<If Condition="((HasQuest(25496)) &amp;&amp; (!IsQuestCompleted(25496)))" >
				<CustomBehavior File="FlyTo" DestName="Grudge Match" X="4778.914" Y="-4248.56" Z="891.9623" />
				<CustomBehavior File="ForcedDismount" />
				<RunTo QuestId="25496" X="4772.958" Y="-4246.385" Z="891.9493" />
				
			 <While Condition="((HasQuest(25496)) &amp;&amp; (!IsQuestCompleted(25496)))" >
				<CustomBehavior File="InteractWith" QuestId="25496" MobId="40409" NumOfTimes="1" GossipOptions="1" WaitTime="18000" CollectionDistance="100" X="4739.027" Y="-4231.847" Z="894.4716" />
				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for  {TimeRemaining}" />
				<CustomBehavior File="InteractWith" QuestId="25496" MobState="Alive" MobId="40409" NumOfTimes="1" WaitTime="2000" WaitForNpcs="False" CollectionDistance="100" X="4739.027" Y="-4231.847" Z="894.4716" />
				<!-- <Objective QuestName="Grudge Match" QuestId="25496" Type="KillMob" MobId="40409" KillCount="1" /> -->
			 </While>
			</If>

mini mini mini fix
[Fly][N - Quest] Hyjal 80-82 [Kick]
 
Hey

I have been using it for a while now , lovely work! The sky race in jade forrest, cant you set a timer on it ? + just ran it to day for that quest for the first time
it didnt take the last checkpoint, didnt see if it wasnt close or just headed directly for the questgiver :)
 
Hey

I have been using it for a while now , lovely work! The sky race in jade forrest, cant you set a timer on it ? + just ran it to day for that quest for the first time
it didnt take the last checkpoint, didnt see if it wasnt close or just headed directly for the questgiver :)

I need to redo sky race. The issue is I can't unless its the daily quest, as all the checkpoints are phased out when not active. I've been waiting for about 2 weeks and still have not seen it.
 
I know this post isn't very helpful but I've encountered a countless amount of problems in Hellfire on my Warlock. Constantly not being able to do quests, or getting confused and doing the wrong things. Somehow dies in the weirdest places and can't get back to the body... has anyone else encountered a ton of problems in Hellfire?
 
I know this post isn't very helpful but I've encountered a countless amount of problems in Hellfire on my Warlock. Constantly not being able to do quests, or getting confused and doing the wrong things. Somehow dies in the weirdest places and can't get back to the body... has anyone else encountered a ton of problems in Hellfire?

Same!
 
I know this post isn't very helpful but I've encountered a countless amount of problems in Hellfire on my Warlock. Constantly not being able to do quests, or getting confused and doing the wrong things. Somehow dies in the weirdest places and can't get back to the body... has anyone else encountered a ton of problems in Hellfire?

Hi, Depetrify and Lassenc,

I'm going to archive your posts, but wanted you both to know why...
the information provided is unactionable by its nature.

We're not trying to stifle discussion, but Kick's thread gets enough traffic as it is. If you want to re-open the topic again in the Submitted Profiles forum, more power to you. I will try to keep an eye on such a discussion, and capture any actionable info discovered.

I'm sure you (and others) may have grievances, but if Kick is not given the opportunity to remedy the problems, then it just generating thread traffic that is unconstructive.

cheers,
chinajade
 
Last edited:
So these are actually follow up scripts? Meaning that e.g if I ding 71 the bot automatically goes to the second zone and so on?
 
hi all. People, link me please this profile to complete mop dailies. i can's see that. sorry of my engish(it is not very good)
 
So these are actually follow up scripts? Meaning that e.g if I ding 71 the bot automatically goes to the second zone and so on?

Hi, Volenar,

Kick's 'packs' match Bliz's expansion packs. Once you start a zone in the pack, it will continue from profile-to-profile until all the zones in the pack are complete.

Sometimes, Kick will also bridge the gap between one expansion and the next, but I wouldn't count on that.

cheers,
chinajade
 
I need to redo sky race. The issue is I can't unless its the daily quest, as all the checkpoints are phased out when not active. I've been waiting for about 2 weeks and still have not seen it.

It was up yesterday and a few days before that.
Ill try to drop in next time i see it :P
 
Status
Not open for further replies.
Back
Top