• 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. Michaeldenisjr

      Michaeldenisjr New Member

      Joined:
      Jul 20, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Im continuing to get the issue i posted. Even after manually completing the quests and restarting the bot once ive turned the quest in.
       
    2. Michaeldenisjr

      Michaeldenisjr New Member

      Joined:
      Jul 20, 2014
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      Kick do you have a skype i can contact you on to troubleshoot this?
       
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      get 98 and press start
       
    4. dowerz

      dowerz New Member

      Joined:
      May 9, 2013
      Messages:
      124
      Likes Received:
      1
      Trophy Points:
      0
      can there be a list on the first page or something on which outpost to build in each zone. My warlock is 92 and just got to gorgand and it says no move quests for Lumber Mill, manually level to 94. So i'm now stuck. I dont even think I picked anything I believe the profile did so i'm not sure why this is. For my druid and warrior this just went right through and they were fine.
       
    5. gavzter

      gavzter Banned

      Joined:
      Nov 17, 2012
      Messages:
      290
      Likes Received:
      2
      Trophy Points:
      18
      Kick is right what he has done in the profile its self there is no way the profile can pick lumber mill for you, some of you should read it would do you wonders. It simple english language some of you are just amazing.
       
    6. OnehitB

      OnehitB Member

      Joined:
      Sep 20, 2012
      Messages:
      237
      Likes Received:
      2
      Trophy Points:
      18
      What about lumber Mill?
       
    7. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi Kick,

      Amazing job getting these WoD profiles done so quickly! Really great work!

      I found a bug in the [A - Quest] 92-94 Gorgrond [Kick] profile and have a solution.

      I got to level 92 midway through your [A - Quest] 90-92 SMV [Kick] profile, went to my Garrison and started your [A - Quest] 92-94 Gorgrond [Kick] profile.

      My character gets stuck at Yrel trying to turn in The Secrets of Gorgrond (which it didn't have).

      I've changed this to a the Bulletin Board quest ID (35556) that is available to all level 92 characters, as well as Garrison level checks so it can find either Bulletin Board.

      This should allow this section to work with the way your previous profile ends because they're using different breadcrumb quest IDs.

      I suggest replacing lines 617-626:

      Code:
      <!-- Wild Wash / Naiellie's Watch -->
      <If Condition="HasQuest(33533) &amp;&amp; IsQuestCompleted(33533)" > <!-- The Secrets of Gorgrond -->
      	<If Condition="Me.ZoneId == 7078"> <!-- WoD SMV -->
      		<!-- This isn't working, need to find a way to make bot fly, grr! -->
      		<CustomBehavior File="InteractWith" MobId="81103" WaitTime="2000" X="1864.33" Y="217.8108" Z="76.63772" />
      		<MoveTo X="6458.474" Y="-177.2899" Z="120.0832" /> <!-- Wildwood Wash FP -->
      	</If>
      	<TurnIn QuestName="The Secrets of Gorgrond" QuestId="33533" TurnInName="Yrel" TurnInId="80978" X="6472.39" Y="-165.4722" Z="120.0954" />
      </If>
      <PickUp QuestName="Welcome to Gorgrond" QuestId="35033" GiverName="Yrel" GiverId="80978" X="6472.39" Y="-165.4722" Z="120.0714" />
      
      ...with this:

      Code:
      <!-- If I'm less than level 92 -->
      <If Condition="Me.Level &lt; 92">
      	<CustomBehavior File="UserDialog" AllowBotStop="True" StopOnContinue="True" SoundCue="Exclamation" SoundCueInterval="1" Text="You must be level 92 or higher to run this profile." />
      </If>
      
      <!-- If I'm not in Lunarfall -->
      <If Condition="Me.ZoneId != 7078" >
      	<!-- Use Garrison Hearthstone -->
      	<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560)" />
      	<CustomBehavior File="WaitTimer" WaitTime="20000" GoalText="Waiting for port {TimeRemaining}" />
      </If>
      
      <!-- If I'm in Lunarfall -->
      <If Condition="Me.ZoneId == 7078" >
      	<!-- If I don't have and haven't completed the Bulletin Board's The Secrets of Gorgrond -->
      	<If Condition="!HasQuest(35556) &amp;&amp; !IsQuestCompleted(35556)" >
      		<!-- If I have a level 1 Garrison -->
      		<If Condition="(IsQuestCompleted(34586)) &amp;&amp; (!IsQuestCompleted(36592))" >
      			<!-- Pick up the Bulletin Board's The Secrets of Gorgrond -->
      			<RunTo X="1886.213" Y="251.0988" Z="76.48642" />
      			<PickUp QuestName="The Secrets of Gorgrond" QuestId="35556" GiverName="Bulletin Board" GiverId="232397" X="1889.443" Y="252.7309" Z="76.62231" />
      		</If>
      		<!-- If I have a level 2 or 3 Garrison -->
      		<If Condition="IsQuestCompleted(36592)" >
      			<RunTo X="1885.538" Y="253.5626" Z="76.63972" />
      			<PickUp QuestName="The Secrets of Gorgrond" QuestId="35556" GiverName="Bulletin Board" GiverId="232400" X="1888.486" Y="254.5486" Z="76.64058" />
      		</If>
      		<!-- Fly to Gorgrond -->
      		<RunTo X="1866.652" Y="220.0966" Z="76.70068" />
      		<CustomBehavior File="InteractWith" MobId="81103" GossipOptions="2" WaitForNpcs="False" X="1864.33" Y="217.8108" Z="76.6386" />
      		<!-- Turn in The Secrets of Gorgrond -->
      		<TurnIn QuestName="The Secrets of Gorgrond" QuestId="35556" TurnInName="Yrel" TurnInId="80978" X="6472.39" Y="-165.4722" Z="120.0954"
      		<!-- Pick up Welcome to Gorgrond -->
      		<PickUp QuestName="Welcome to Gorgrond" QuestId="35033" GiverName="Yrel" GiverId="80978" X="6472.39" Y="-165.4722" Z="120.0714" />
      	</If>
      </If>
       
    8. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi Kick,

      Similar to the above post, I found a bug in the [A - Quest] 96-98 Arak [Kick] and have a solution.

      I got to level 96 midway through your [A - Quest] 94-96 Talador [Kick] profile, went to my Garrison and started your [A - Quest] 96-98 Arak [Kick] profile.

      My character gets stuck at Azik trying to turn in The Shadows of Skettis (which it didn't have).

      Additionally, the Arakkoa Exodus quest ID in your profile (34653) requires a quest chain I hadn't completed. I've changed this to a the Bulletin Board quest ID (36951) that is available to all level 96 characters, as well as Garrison level checks so it can find either Bulletin Board.

      This should allow this section to work with the way your previous profile ends because they're using different breadcrumb quest IDs.

      I suggest replacing lines 593-603:

      Code:
      <!-- Our Garrison, SMV -->
      <If Condition="HasQuest(34655)" > <!-- Arak - The Shadows of Skettis -->
      	<If Condition="Me.ZoneId != 6722"> <!-- Arakkoa Exodus -->
      		<CustomBehavior File="InteractWith" MobId="81103" GossipOptions="2" Range="5" WaitTime="5000" X="1864.33" Y="217.8108" Z="76.63776" /> <!-- Dungar @ Garrison Flies us to Arik -->
      	</If>
      	<TurnIn QuestName="Arakkoa Exodus" QuestId="34653" TurnInName="Azik" TurnInId="79539" X="655.0746" Y="2384.804" Z="203.7571" />
      </If>
      <!-- End of Garrison -->
      
      <!-- Veil Terokk -->
      <PickUp QuestName="The Shadows of Skettis" QuestId="34655" GiverName="Azik" GiverId="79539" X="655.0746" Y="2384.804" Z="203.7571" />
      
      ...with this:

      Code:
      <!-- If I'm less than level 96 -->
      <If Condition="Me.Level &lt; 96">
      	<CustomBehavior File="UserDialog" AllowBotStop="True" StopOnContinue="True" SoundCue="Exclamation" SoundCueInterval="1" Text="You must be level 96 or higher to run this profile." />
      </If>
      
      <!-- If I'm not in Lunarfall -->
      <If Condition="Me.ZoneId != 7078" >
      	<!-- Use Garrison Hearthstone -->
      	<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(110560)" />
      	<CustomBehavior File="WaitTimer" WaitTime="20000" GoalText="Waiting for port {TimeRemaining}" />
      </If>
      
      <!-- If I'm in Lunarfall -->
      <If Condition="Me.ZoneId == 7078" >
      	<!-- If I don't have and haven't completed the Bulletin Board's Arakkoa Exodus -->
      	<If Condition="!HasQuest(36951) &amp;&amp; !IsQuestCompleted(36951)" >
      		<!-- If I have a level 1 Garrison -->
      		<If Condition="(IsQuestCompleted(34586)) &amp;&amp; (!IsQuestCompleted(36592))" >
      			<!-- Pick up the Bulletin Board's Arakkoa Exodus -->
      			<RunTo X="1886.213" Y="251.0988" Z="76.48642" />
      			<PickUp QuestName="Arakkoa Exodus" QuestId="36951" GiverName="Bulletin Board" GiverId="232397" X="1889.443" Y="252.7309" Z="76.62231" />
      		</If>
      		<!-- If I have a level 2 or 3 Garrison -->
      		<If Condition="IsQuestCompleted(36592)" >
      			<RunTo X="1885.538" Y="253.5626" Z="76.63972" />
      			<PickUp QuestName="Arakkoa Exodus" QuestId="36951" GiverName="Bulletin Board" GiverId="232400" X="1888.486" Y="254.5486" Z="76.64058" />
      		</If>
      		<!-- Fly to Spires of Arak -->
      		<RunTo X="1866.652" Y="220.0966" Z="76.70068" />
      		<CustomBehavior File="InteractWith" MobId="81103" GossipOptions="2" WaitForNpcs="False" X="1864.33" Y="217.8108" Z="76.6386" />
      		<!-- Turn in Arakkoa Exodus -->
      		<TurnIn QuestName="Arakkoa Exodus" QuestId="36951" TurnInName="Azik" TurnInId="79539" X="655.0746" Y="2384.804" Z="203.7571" />
      		<!-- Pick up The Shadows of Skettis -->
      		<PickUp QuestName="The Shadows of Skettis" QuestId="34655" GiverName="Azik" GiverId="79539" X="655.0746" Y="2384.804" Z="203.7571" />
      	</If>
      </If>
       
    9. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi Kick,

      In [A - Quest] 94-96 Talador [Kick] the profile got stuck when trying to turn in the quest Sol Sisters to Inactive Apexis Destroyer.

      I think adding a RunTo should fix this issue. I recommend replacing lines 981-982:

      Code:
      <Objective QuestName="Sol Sisters" QuestId="35259" Type="KillMob" MobId="81934" KillCount="1" />
      <TurnIn QuestName="Sol Sisters" QuestId="35259" TurnInName="Inactive Apexis Destroyer" TurnInId="82123" X="353.5365" Y="2747.607" Z="71.85035" />
      
      ...with this:

      Code:
      <Objective QuestName="Sol Sisters" QuestId="35259" Type="KillMob" MobId="81934" KillCount="1" />
      <RunTo X="348.2197" Y="2741.416" Z="70.95568" />
      <TurnIn QuestName="Sol Sisters" QuestId="35259" TurnInName="Inactive Apexis Destroyer" TurnInId="82123" X="353.5365" Y="2747.607" Z="71.85035" />
       
    10. prettygreat

      prettygreat Member

      Joined:
      Oct 16, 2014
      Messages:
      268
      Likes Received:
      0
      Trophy Points:
      16
      Question mostly about the bot: if I manually level from 92-94, can I skip the gorgrond stuff, or do I *have* to do those quests? I foolishly picked lumber mill :(.
       
    11. newboo

      newboo Guest


      level 98 and still does it.
       
    12. Ekko

      Ekko New Member

      Joined:
      Jan 25, 2014
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      0
      are 96-100 being worked on? any estimate on release?
       
    13. gurkanse

      gurkanse Member

      Joined:
      Sep 8, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      6
      when will ready for hordes 90-100 ? i am waiting you for buy wodx6 :) i cant level with hands
       
    14. Slickquick06

      Slickquick06 New Member

      Joined:
      Apr 28, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Really? everyone keeps on asking this when he has alrdy posted update 1 page back. Use your mouse click back one page and look before you post. Kick is working overtime just to get these profiles out for everyone. level a toon by hand its not hard hell I have 2 at 100 already.

      Thanks for the work you do kick
       
    15. Slickquick06

      Slickquick06 New Member

      Joined:
      Apr 28, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0

      Again go back a few pages and look he is working on alliance 98-100 this week. After that most likely he will take a day or two to himself which he so deserves and then he will work on horde side profiles. Level by hand it's not that hard. Stop bugging him with when will it be ready questions he has a life.
       
    16. gurkanse

      gurkanse Member

      Joined:
      Sep 8, 2012
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      6
      i got it.I was just wondering.cant i ask question to him ?
       
    17. Slickquick06

      Slickquick06 New Member

      Joined:
      Apr 28, 2012
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0

      Yes you can ask a question but instead of asking just check to make sure that others haven't already asked it which they have and he has directed them to his post multiple times
       
    18. thorgo

      thorgo New Member

      Joined:
      Mar 20, 2014
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      After I read that Arak was done I tried it out.

      But I get the message that Dev. Ends here ^^

      Is the new Arak Script already uploaded ??

      Changing current profile to [A - Quest] 96-98 Arak [Kick] ($Rev: 3660$)
      from the Buddy Store

      Thx for great work :D
       
    19. evilolz

      evilolz New Member

      Joined:
      Jan 21, 2013
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for all the work you're doing. Just... thank you so much :)
       
    20. Uraku

      Uraku New Member

      Joined:
      Feb 18, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Hey there, thanks for these profiles, they seemed to work rather well for my Paladin though now running my Shaman it has hardly done any quests in Talador and has skipped straight to Spires.

      This is after I had to manually level to 96 so that the bot could pick up the next quest it wanted.

      Now my bot has started Spires and has ran all the way to an NPC that does not give a quest:
      Goal: Picking Up Quest - Sticky Situation (Sticky Situation - Quest - World of Warcraft) : From - Filbert Tinkertoss (Filbert Tinkertoss - NPC - World of Warcraft)

      This mob doesn't give this quest to me

      Tried clearing my cache and going back to Talador because it still has loads of quests there:
      Goal: Picking Up Quest - News from Spires of Arak (News from Spires of Arak - Quest - World of Warcraft) : From - Vindicator Icia (Vindicator Icia - NPC - World of Warcraft)

      This mob doesn't exist where the bot is standing
       
      Last edited: Nov 23, 2014
    Thread Status:
    Not open for further replies.

    Share This Page