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

      harryparris Member

      Joined:
      Mar 5, 2012
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
      cool thanks, and thanks for the hard work. I was just wondering if you had a general timeframe. have a good one!
       
    2. Developer

      Developer New Member

      Joined:
      Jul 11, 2012
      Messages:
      799
      Likes Received:
      2
      Trophy Points:
      0
      I've had the same movement problem for a few days when using non-Consular characters on Republic planets. I'll try again today with a simple grind profile, fingers crossed.
       
    3. Wayno

      Wayno Member

      Joined:
      Jun 11, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      while in stv on Details of the Attack

      [08:54:03.749 D] System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
      Parameter name: index
      at System.ThrowHelper.ThrowArgumentOutOfRangeException()
      at System.Collections.Generic.List`1.get_Item(Int32 index)
      at Bots.Quest.Actions.ForcedBehaviorExecutor.(ObjectiveNode )
      at Bots.Quest.Actions.ForcedBehaviorExecutor.(OrderNode )
      at Bots.Quest.Actions.ForcedBehaviorExecutor..()
      [08:54:03.558 D] [LuaEvents] Getting argument values for event LOOT_CLOSED
      [08:54:03.615 D] [LuaEvents] Getting argument values for event CHAT_MSG_LOOT
      [08:54:03.615 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
      [08:54:03.731 D] Updating repair cost for current equipped items. New value: [0g9s48c]
      [08:54:03.734 D] [QDBG] Done with forced behavior [ForcedQuestObjective Objective: [CollectItemObjective ItemID: 3920, Count: 1]].
      [08:54:03.749 D] System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
      Parameter name: index
      at System.ThrowHelper.ThrowArgumentOutOfRangeException()
      at System.Collections.Generic.List`1.get_Item(Int32 index)
      at Bots.Quest.Actions.ForcedBehaviorExecutor.(ObjectiveNode )
      at Bots.Quest.Actions.ForcedBehaviorExecutor.(OrderNode )
      at Bots.Quest.Actions.ForcedBehaviorExecutor..()
      [08:54:03.754 D] Stop called!
      [08:54:03.754 Q] Bot Stopped! Reason: Could not create 'CurrentBehavior' in quest bot; an exception was thrown: Index was out of range. Must be non-negative and less than the size of the collection.
      Parameter name: index
      [08:54:03.757 D] Activity: Honorbuddy Stopped
       
    4. Kiyumi

      Kiyumi New Member

      Joined:
      May 10, 2010
      Messages:
      693
      Likes Received:
      2
      Trophy Points:
      0
      Is the navigation problem fixed now?
       
      Last edited: Oct 23, 2012
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Why is everyone refusing to read the first 3 posts before posting?
       
    6. Deevoon

      Deevoon New Member

      Joined:
      Dec 4, 2011
      Messages:
      115
      Likes Received:
      1
      Trophy Points:
      0
      Obviously because I am completely retarded and missed that current issues post.
       
    7. sheveron

      sheveron Member

      Joined:
      Aug 26, 2012
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      Kick, thank you for MoP profiles :)
      It's semi afk. Some quests need correction.
      But first one which is absolutely broken is: <PickUp QuestName="Li Li's Day Off" QuestId="29950" GiverName="Li Li" GiverId="56138" X="-40.74479" Y="-20.15104" Z="154.2534" />
      Bot picks quest ok, but coordinates and quest objectives is messed up:
      Code:
      			 <While Condition="((HasQuest(29950)) &amp;&amp; (!IsObjectiveComplete(3, 29950)))">
      				<RunTo X="-16.65322" Y="-160.782" Z="174.7224" />
      			  <If Condition="(!Me.HasAura(&quot;Li Li's Day Off: Summon Li Li&quot;))" >
      				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76350)" WaitTime="1000" />
      				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for objective to complete {TimeRemaining}" />
      			  </If>
      			 </While>
      			 <While Condition="((HasQuest(29950)) &amp;&amp; (!IsObjectiveComplete(3, 29950)))">
      				<RunTo X="-12.93394" Y="-258.6284" Z="165.1984" />
      			  <If Condition="(!Me.HasAura(&quot;Li Li's Day Off: Summon Li Li&quot;))" >
      				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76350)" WaitTime="1000" />
      				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for objective to complete {TimeRemaining}" />
      			  </If>
      			 </While>
      				<RunTo X="-18.04597" Y="-144.0621" Z="170.6396" />
      				<RunTo X="-109.237" Y="85.93336" Z="156.9812" />
      				<RunTo X="-48.26873" Y="269.5172" Z="162.2093" />
      				<RunTo X="79.88967" Y="291.5169" Z="158.2316" />
      				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76350)" WaitTime="1000" />
      			 <While Condition="((HasQuest(29950)) &amp;&amp; (!IsObjectiveComplete(2, 29950)))">
      				<RunTo X="176.9803" Y="263.6979" Z="154.0658" />
      			  <If Condition="(!Me.HasAura(&quot;Li Li's Day Off: Summon Li Li&quot;))" >
      				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(76350)" WaitTime="1000" />
      				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for objective to complete {TimeRemaining}" />
      			  </If>
      			 </While>
       
    8. incredible

      incredible New Member

      Joined:
      Sep 16, 2010
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      0
      Kicks:) Good:) last one is incoming right:) gj
       
    9. Wayno

      Wayno Member

      Joined:
      Jun 11, 2012
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      6
      coz its easier to find and post the error instead of uploading a 40meg log file?
       
    10. 10my

      10my New Member

      Joined:
      Jan 29, 2010
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Hi Mr. Kick .. First of all, im a big fan of ur work. Last week i had alot of problems with the 12-58 profile tho, when i start it up and load it is says Compleing bla bla Quest, runs 1 yard and then stops. Then i doesnt do anything at all, before i put it in a new location, restart wow and hb. Then it does the same, mounts - run 1 yard and stops. Please help mate :)
       
    11. jfvibe

      jfvibe New Member

      Joined:
      Sep 8, 2011
      Messages:
      67
      Likes Received:
      0
      Trophy Points:
      0
      [H] 12-58 Profile. Bot stops in Eastern Plaguelands.

      Unable to evaluate/compile condition in If tag. Please check your profile.
      Honorbuddy stopped

      Log follows... View attachment 62139
       
    12. jaguara

      jaguara Member

      Joined:
      Jan 23, 2010
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      6
    13. evialtah

      evialtah New Member

      Joined:
      Dec 16, 2011
      Messages:
      322
      Likes Received:
      1
      Trophy Points:
      0
    14. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Lvl14 - Panda Hunter - Horde

      Getting an exception with your 12-60 Profile.

       

      Attached Files:

      Last edited: Oct 23, 2012
    15. toxid1234

      toxid1234 New Member

      Joined:
      Oct 20, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Your profile is some sort of good and terrible. it happens in the last time really often that the bot is just staying at the flight master and updating shit, for hours and doing nothing more.
       
    16. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Has nothing to do with the Profile. Most of the issues are QBs or HB Core related! Before MoP, Kickz Profile 1-85 works nearly perfect!
       
    17. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      sry. double post. Forum is laggy :(
       
      Last edited: Oct 23, 2012
    18. incredible

      incredible New Member

      Joined:
      Sep 16, 2010
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      0
      Yo kicks I have one problem. Can not turn in quest Children of the Water (ID: 32045) because I don't have it in my quest log! (Or do I: False)
      Bot Stopped! Reason: Could not create current in quest bot!
       
    19. toxid1234

      toxid1234 New Member

      Joined:
      Oct 20, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Lets say its a QBs or HB issue, is there a way to fix it?
       
    20. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      At the moment i dont think so. Kickz has to wait for the Devs to fix this part in the QBs and HB :( im still waiting weeks now.
       
    Thread Status:
    Not open for further replies.

    Share This Page