• Visit Rebornbuddy
  • 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. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    2. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      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.
       
    4. onero

      onero Member

      Joined:
      Mar 18, 2012
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      8
      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
       
    5. firo

      firo New Member

      Joined:
      Jul 29, 2010
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      0
      The bot is running around a big circle in nagrand lvl 68!!And do nothing just running
       
    6. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Firo,

      You will need to post your complaint in the Support forum, as your description is not a profile issue. When you make your post over there, you must attach your full log that demonstrates the problem.


      cheers,
      chinajade
       
    7. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      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: Jan 6, 2013
    8. Lexxor

      Lexxor New Member

      Joined:
      Nov 12, 2012
      Messages:
      37
      Likes Received:
      0
      Trophy Points:
      0
      Wow cache or HB cache?
       
    9. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      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]
       
    10. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Lexxor,

      They are speaking of the Honorbuddy/Cache/ directory. Just nuke it before launching Honorbuddy.

      cheers,
      chinajade
       
    11. Kerbasi

      Kerbasi Member

      Joined:
      Nov 17, 2010
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      6
      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 :)
       
    12. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      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.
       
    13. Depetrify

      Depetrify New Member

      Joined:
      Dec 29, 2012
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    14. lassenc

      lassenc New Member

      Joined:
      Nov 14, 2012
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      0
      Same!
       
    15. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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: Jan 6, 2013
    16. Volenar

      Volenar New Member

      Joined:
      Jan 5, 2013
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    17. naivse

      naivse New Member

      Joined:
      Aug 27, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      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)
       
    18. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      The SVN link is located on Post #1.
      My SVN
       
    19. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    20. tomten

      tomten Banned

      Joined:
      Jun 25, 2012
      Messages:
      302
      Likes Received:
      5
      Trophy Points:
      0
      It was up yesterday and a few days before that.
      Ill try to drop in next time i see it :p
       
    Thread Status:
    Not open for further replies.

    Share This Page