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

      Synicate New Member

      Joined:
      Dec 28, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      My bot keeps abandoning all quests he is currently at .
      Im currently questing in nagrand and my character keeps starting quests and then quiting them when he is trying to complete them.
      Another anoying thing is that he always tries to kill the guards of garadar which are horde (i am alliance) ... of course he always dies when he tries to kill them.
      Is this a bug in Kick's Profile or am I doing something wrong?


      EDIT: seems like he is deleting the quests whenever I stop the bot and start it again
       

      Attached Files:

      Last edited: Jan 5, 2013
    2. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Hilarious, the girlfriend bit. Because my wife is the same way. Well, not anymore cuz now I program a lot. ;)

      And happy birthday :)
       
    3. Cimera

      Cimera New Member

      Joined:
      Mar 26, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0

      Thank u a lot for the Hotspots and stuff for the Quest Marauders of Darrowshire.!!!

      I tried it ich worked properly find but he also didnt used the kristal on the skulls.

      I changed the Item ID to 13157 an it worked.

      The Toon runs to the hotspots made by you killing the mobs using the kristal and is moving back.

      like here View attachment Marauders of Darrowshire fix.xml

      hope i could help. my first fix ;) *happy*

      MfG Cimera
       

      Attached Files:

    4. mucky

      mucky New Member

      Joined:
      Jan 5, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Am i doing something wrong, or is my char just shit? My guy keeps dieing.. he's level 27 so he's in the swamp area questing, (excuse my WoW ignorance).
       
    5. blink58

      blink58 New Member

      Joined:
      Jan 26, 2011
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      hey brodieman,

      after picking up all 4 quests it started up just fine again. seems like a worst possible timing issue.
       
    6. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      If you have no quests on you when you start, there is no contingency to start an additional phase. It will assume you've done none, and attempt phase 1. When it fails that, it fails the whole daily set.
      The key is not to restart it in the middle of the run with no quests in your log. If you have to stop it, just make sure it has at least 1 quest on it. But note: If you only have 1 of 4 quests (and haven't picked up the others) if you are not in visual range of the quest givers, it will skip pickup and start the quests you have.
       
    7. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Bugfixes for the morning:

      Farm: Will now pull 1 Stubborn Weed a day (didn't want to make a loop that could get stuck)
      Tillers: Weed War 2 -- Will no longer wait for spawns endlessly, and will now use the NPC to refresh aura when expired.
      Tillers: Simian Sabotage -- Should no longer use fireworks a second time, and use the first time faster.
       
      Last edited: Jan 5, 2013
    8. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Code:
      			<If Condition="((HasQuest(12544)) &amp;&amp; (IsQuestCompleted(12544)))" >
      				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5581.769" Y="5749.131" Z="-72.76088" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="The Bones of Nozronn" QuestId="12544" TurnInName="Hemet Nesingwary" TurnInId="27986" />
      		<PickUp QuestName="Rhino Mastery: The Kill" QuestId="12556" GiverName="Hemet Nesingwary" GiverId="27986" />
      				<RunTo X="5574.729" Y="5743.076" Z="-74.79704" />
      			</If>
      
      disconnect and something else and bye bye 100%AFK. At least for me, when it was necessary to wait, I caught disc. Quest didn't complete. When went to turnin quest, I got stuck. The bot considered that he completed it , but...

      Code:
      			 <While Condition="((HasQuest(12544)) &amp;&amp; (!IsQuestCompleted(12544)))" >
      								<CustomBehavior File="FlyTo" DestName="Objective" X="5210.412" Y="5791.234" Z="-70.80236" />
      				<CustomBehavior File="ForcedDismount" />
      				<UseItem QuestName="The Bones of Nozronn" QuestId="12544" ItemId="38519" X="5210.412" Y="5791.234" Z="-70.80236" />
      				<CustomBehavior File="WaitTimer" WaitTime="37000" GoalText="Waiting for event {TimeRemaining}" />
      			<If Condition="((HasQuest(12544)) &amp;&amp; (IsQuestCompleted(12544)))" >
      				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5581.769" Y="5749.131" Z="-72.76088" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="The Bones of Nozronn" QuestId="12544" TurnInName="Hemet Nesingwary" TurnInId="27986" />
      		<PickUp QuestName="Rhino Mastery: The Kill" QuestId="12556" GiverName="Hemet Nesingwary" GiverId="27986" />
      				<RunTo X="5574.729" Y="5743.076" Z="-74.79704" />
      			</If>
      			 </While>
      
      imitated disc by alt+F4, tested and all well was for me

      And ding ding ding YEEEE. I just dealt with CancelUnitBuff so now I will lay out couple of fixes. When I will start lvluping my druid, I will deal with forms too through Lua that supported other localizations of WOW.

      [Fly][A - Quest] LK 68-80 [Kick]
       
    9. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Code:
      <If Condition="((HasQuest(11566)) &amp;&amp; (IsQuestCompleted(11566)))" >
      				<RunTo X="4149.239" Y="6251.19" Z="30.8811" />
      				<CustomBehavior File="RunMacro" Macro="/cancelaura King Mrgl-Mrgl's Spare Suit" NumOfTimes="1" WaitTime="1000" />
      				
      				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="4369.232" Y="6067.438" Z="0.6517756" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="Surrdender... Not!" QuestId="11566" TurnInName="King Mrgl-Mrgl" TurnInId="25197" />
      			</If>
      
      To
      Code:
      <If Condition="((HasQuest(11566)) &amp;&amp; (IsQuestCompleted(11566)))" >
      				<RunTo X="4149.239" Y="6251.19" Z="30.8811" />
      				<CustomBehavior File="Misc\RunLua" Lua="local n=GetSpellInfo(45278); CancelUnitBuff(&quot;player&quot;,n)" />
      				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="4369.232" Y="6067.438" Z="0.6517756" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="Surrdender... Not!" QuestId="11566" TurnInName="King Mrgl-Mrgl" TurnInId="25197" />
      			</If>
      
      And
      Code:
      <If Condition="((HasQuest(12185)) &amp;&amp; (!IsQuestCompleted(12185)))" >
      				<CustomBehavior File="FlyTo" DestName="Objective" X="3424.229" Y="-5345.083" Z="278.5471" />
      				<CustomBehavior File="ForcedDismount" />
      				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for agro to clear {TimeRemaining}" />
      				<CustomBehavior File="RunMacro" Macro="/cancelaura cat form\n/cancelaura bear form\n/cancelaura travel form\n/cancelaura ghost wolf" />
      				<CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Using item {TimeRemaining}" />
      				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(37071)" WaitTime="1000" />
      				<CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Using item {TimeRemaining}" />
      				<RunTo X="3406.847" Y="-5390.167" Z="267.8564" />
      				<CustomBehavior File="InteractWith" QuestId="12185" MobId="188596" ObjectType="Gameobject" Range="15" X="3406.847" Y="-5390.167" Z="267.8564" />
      				<CustomBehavior File="WaitTimer" WaitTime="25000" GoalText="Waiting for event {TimeRemaining}" />
      				<RunTo X="3423.427" Y="-5348.833" Z="264.5385" />
      				<CustomBehavior File="RunMacro" Macro="/cancelaura Iron Rune Overseer Disguise" />
      			</If>
      
      To
      Code:
      <If Condition="((HasQuest(12185)) &amp;&amp; (!IsQuestCompleted(12185)))" >
      				<CustomBehavior File="FlyTo" DestName="Objective" X="3424.229" Y="-5345.083" Z="278.5471" />
      				<CustomBehavior File="ForcedDismount" />
      				<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for agro to clear {TimeRemaining}" />
      				<CustomBehavior File="RunMacro" Macro="/cancelaura cat form\n/cancelaura bear form\n/cancelaura travel form\n/cancelaura ghost wolf" />
      				<CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Using item {TimeRemaining}" />
      				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(37071)" WaitTime="1000" />
      				<CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Using item {TimeRemaining}" />
      				<RunTo X="3406.847" Y="-5390.167" Z="267.8564" />
      				<CustomBehavior File="InteractWith" QuestId="12185" MobId="188596" ObjectType="Gameobject" Range="15" X="3406.847" Y="-5390.167" Z="267.8564" />
      				<CustomBehavior File="WaitTimer" WaitTime="25000" GoalText="Waiting for event {TimeRemaining}" />
      				<RunTo X="3423.427" Y="-5348.833" Z="264.5385" />
      				<CustomBehavior File="Misc\RunLua" Lua="local n=GetSpellInfo(48064); CancelUnitBuff(&quot;player&quot;,n)" />
      			</If>
      
      [Fly][A - Quest] LK 68-80 [Kick]
       
    10. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Dominance Offensive Update:

      5 new quests added today, see post 1 for listing. Enjoy and let me know how they work!
       
    11. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      Then where is he (dump location would be great)? Is it the pickup, turnin, or both? I've never had a problem w/ the quest, did they move him recently?
       
    12. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      2 quest chain temp-disabled, someone needs to let me know when to re-enable it
       
    13. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      If someone can get me all of the quests in my profiles that pet classes have issues with, i'll add the lua for petpassive and petassist
       
    14. Kickazz006

      Kickazz006 Well-Known Member Moderator

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

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Code:
      			<If Condition="((HasQuest(12580)) &amp;&amp; (!IsQuestCompleted(12580)))" >
      				<CustomBehavior File="FlyTo" DestName="rescue 6 Victims" X="5813.002" Y="3631.94" Z="-11.94503" />
      				<CustomBehavior File="ForcedDismount" />
      				<CustomBehavior File="InteractWith" QuestId="12580" MobId="28113" NumOfTimes="100" MobState="Alive" WaitForNpcs="False" GossipOptions="1" CollectionDistance="500" X="5813.002" Y="3631.94" Z="-11.94503" />
      				<!-- pouch that drops
      				<CustomBehavior File="InteractWith" QuestId="12580" MobId="190696" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="5813.002" Y="3631.94" Z="-11.94503" /> -->
      			</If>
      			<If Condition="((HasQuest(12579)) &amp;&amp; (!IsQuestCompleted(12579)))" >
      				<CustomBehavior File="FlyTo" DestName="collect 10 Lifeblood Shards" X="5681.193" Y="3914.884" Z="-80.39618" />
      				<CustomBehavior File="ForcedDismount" />
      				<Objective QuestName="Lifeblood of the Mosswalker Shrine" QuestId="12579" Type="CollectItem" ItemId="39063" CollectCount="10" />
      			</If>
      			<If Condition="((HasQuest(12580)) &amp;&amp; (IsQuestCompleted(12580)))" >
      				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5804.352" Y="3684.366" Z="-20.47348" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="The Mosswalker Savior" QuestId="12580" TurnInName="Moodle" TurnInId="28122" />
      			</If>
      
      Yohoho guys, I don't know, but

      Code:
      <CustomBehavior File="InteractWith" QuestId="12580" MobId="28113" NumOfTimes="100" MobState="Alive" WaitForNpcs="False" GossipOptions="1" CollectionDistance="500" X="5813.002" Y="3631.94" Z="-11.94503" />
      100 wasn't enough for me. And it isn't correct...
      Therefore I told to myself FIX IT!
      Code:
      			<While Condition="((HasQuest(12580)) &amp;&amp; (!IsQuestCompleted(12580)))" >
      				<CustomBehavior File="FlyTo" DestName="rescue 6 Victims" X="5813.002" Y="3631.94" Z="-11.94503" />
      				<CustomBehavior File="ForcedDismount" />
      				<CustomBehavior File="InteractWith" QuestId="12580" MobId="28113" NumOfTimes="10" MobState="Alive" WaitForNpcs="False" GossipOptions="1" CollectionDistance="500" X="5813.002" Y="3631.94" Z="-11.94503" />
      				<!-- pouch that drops
      				<CustomBehavior File="InteractWith" QuestId="12580" MobId="190696" ObjectType="Gameobject" NumOfTimes="1" CollectionDistance="500" X="5813.002" Y="3631.94" Z="-11.94503" /> -->
      			<If Condition="((HasQuest(12580)) &amp;&amp; (IsQuestCompleted(12580)))" >
      				<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5804.352" Y="3684.366" Z="-20.47348" />
      				<CustomBehavior File="ForcedDismount" />
      		<TurnIn QuestName="The Mosswalker Savior" QuestId="12580" TurnInName="Moodle" TurnInId="28122" />
      			</If>
      			</While>
      			<If Condition="((HasQuest(12579)) &amp;&amp; (!IsQuestCompleted(12579)))" >
      				<CustomBehavior File="FlyTo" DestName="collect 10 Lifeblood Shards" X="5681.193" Y="3914.884" Z="-80.39618" />
      				<CustomBehavior File="ForcedDismount" />
      				<Objective QuestName="Lifeblood of the Mosswalker Shrine" QuestId="12579" Type="CollectItem" ItemId="39063" CollectCount="10" />
      			</If>
      
      And 100 wasn't enough for me bec Others too did it, and to me set off also their NPC...

      [Fly][A - Quest] LK 68-80 [Kick]

      PS ofc tested
       
      Last edited: Jan 5, 2013
    16. pakox

      pakox New Member

      Joined:
      Dec 7, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      [Profile Message]: Starting Shocking
      Bot Stopped! Reason: Could not create 'CurrentBehavior' in quest bot; an exception was thrown: Could not find file 'C:\Users\*******\Documents\Honorbuddy 2.5.6597.518\Quest Behaviors\MrFishIt.cs'.
       
    17. pakox

      pakox New Member

      Joined:
      Dec 7, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Fixed my problem, somehow the MrFishit.cs in QB was removed.
       
    18. redlne6

      redlne6 New Member

      Joined:
      Apr 6, 2012
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Khu'nok Will Know - Quest - World of Warcraft is the quest im having issues with it should be moving on to assination of Harlod Laine or as kicks thing says moving from borean tundra to dragonblight but instead keeps trying to pickup a quest that it has already completed. tried clearing wow/hb cache/meshfolders and still havent been able to fix it but heres a CQC file that i renamed and im uploading.
       

      Attached Files:

    19. nickyway

      nickyway New Member

      Joined:
      Sep 14, 2012
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      im lvl 64 hunter and it goes to 62 Zangarmarsh, 64 Terrokar Forest

      Starting the bot!
      Changing current profile to [Fly][H - Quest] BC 58-70 [Kick]
      [Profile Message]: Compiling Zangarmarsh Quests
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
      Stopping the bot!
      Bot Stopped! Reason: User pressed the stop button

      It goes to zangramash
       
    20. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      This latest build is getting stuck turning in Cloud Serpent Dailies.

      The quest Sweet as Honey, the HB info tab is currently saying turning in Sweet as Honey but its already done so. The only outstanding quest to turn in is Pooped. If I turn in this quest manually it will continue. I've experienced the same behavior on 4 characters.
       
    Thread Status:
    Not open for further replies.

    Share This Page