I am level 54 in tanaris, and when I load the "[H - Quest] 12-58 K-EK [Kick]" Profile, it flies me to Dawnrise Expedition and goes over to NPC "Sherm" and tries to get a quest from him, even though I have already finished that quest and all other quests in that area. View attachment 9048 2013-12-31 18.24.txt
In Uldum at the Ruins of Ammon, I am spending over an hour working the same path for the "Fashionism" quest. The path appears to have a rare chance of interacting with the correct mob that drops the desired quest item. Apologies for my inability to drop a log file, I am monitoring from work. I have also restarted HB and reloaded the profile several times. Otherwise, Uldum has been amazingly seamless, even moreso than when I quested through a month or so back with Kick's. /hatsoff
Bot keeps stopping Bot keeps stopping a certain points during questing,I have deleted catch and updated kicks so i don't know what else to do..I don't if its kicks profiles or HB itself View attachment 7712 2014-01-01 01.37.txt
In HB, click on Load Profile and navigate to where you saved Kick's profiles and goto: Kick's Profiles\Kick's Profiles\1-90 Questing Profile Pack\Cata\ select the file [Fly][N - Quest] Deepholm 82-84 [Kick].xml and you should be good to go.
HI guys, slight problem when landing in Dread Wastes for the first time. Goes to Kik'tik the flight master and won't move away from him to hand in quest. View attachment 120 2014-01-01 11.23.zip
hi im lvl88 druid balance when I went to townlong steppes for questing I started the townlong profile and he didn't do any quest he go to fly master they taxi to kun lai and he trying to farm skinning and I don't have skinning profs Starting the bot! Currently Using BotBase : Questing [Profile Message]: Compiling Townlong Steppes Quests Moving to Type: Hotspot, Loc: <2811.762, 2466.902, 662.8104> Mounting: Swift Gray Wolf Moving to Type: Fly, R: Use, Kota Basecamp, Kun-Lai Summit TaxiMap is opened! Updating known nodes list. Taking flight path to Kota Basecamp, Kun-Lai Summit Moving to Type: Fly, R: Learn
Profile: [A - Quest] EK 12-58 [Kick] Description: For Horde we added in r3010 a GroundMount check to the riding block. Now make the same for the alliance ;-) Replace: Code: <If Condition="Me.GetSkill(Styx.SkillLine.Riding).CurrentValue == 0 && Me.Silver >= 450"> With: Code: <If Condition="( ( Me.GetSkill(Styx.SkillLine.Riding).CurrentValue == 0 ) && ( Me.Silver >= 450 ) ) || ( Mount.GroundMounts.Count() == 0 )">
Profile: [H - Quest] 12-58 K-EK [Kick] Quest: Da Voodoo: Ram Horns (Da Voodoo: Ram Horns - Quest - World of Warcraft) Description: Added more Hotspots to reach more mobs and finish the quest a lot faster. Replace: Code: <Quest Id="26061" Name="Da Voodoo: Ram Horns"> <Objective Type="CollectItem" ItemId="56797" CollectCount="6"> <CollectFrom> </CollectFrom> <Hotspots> <Hotspot X="102.4104" Y="276.126" Z="50.90562" /> <Hotspot X="82.54157" Y="187.4014" Z="30.8979" /> <Hotspot X="26.78358" Y="166.0954" Z="31.75104" /> <Hotspot X="51.03397" Y="66.61592" Z="31.01041" /> </Hotspots> </Objective> </Quest> With: Code: <Quest Id="26061" Name="Da Voodoo: Ram Horns"> <Objective Type="CollectItem" ItemId="56797" CollectCount="6"> <CollectFrom> </CollectFrom> <Hotspots> <Hotspot X="102.4104" Y="276.126" Z="50.90562" /> <Hotspot X="82.54157" Y="187.4014" Z="30.8979" /> <Hotspot X="26.78358" Y="166.0954" Z="31.75104" /> <Hotspot X="51.03397" Y="66.61592" Z="31.01041" /> <Hotspot X="91.99385" Y="81.56742" Z="30.31" /> <Hotspot X="115.4812" Y="3.052564" Z="44.62791" /> <Hotspot X="52.73928" Y="-2.551131" Z="39.59804" /> <Hotspot X="97.22994" Y="-32.49746" Z="45.75225" /> <Hotspot X="120.5839" Y="-77.33364" Z="45.33819" /> <Hotspot X="121.5102" Y="-126.478" Z="43.97723" /> <Hotspot X="43.38286" Y="-92.2575" Z="44.23875" /> <Hotspot X="22.54536" Y="-130.2111" Z="37.82824" /> </Hotspots> </Objective> </Quest>
For some reason the profile isnt working for me. Hasnt been questing since EPL all it does it run around and grind. Isn't even picking up the quests. Suggestions? Its grinding in badlands now.
Profile: [Fly][H - Quest] BC 58-70 [Kick] Quest: Fertile Spores (Fertile Spores - Quest - World of Warcraft) Description: The Quest Giver is in a house and the bot stucked on a object for the house when try to pickup and turnin. I know this bug since weeks, but now i know how to fix it ;-) Replace: Code: <PickUp Nav="Fly" QuestName="Fertile Spores" QuestId="9806" GiverName="Gshaff" GiverId="17925" X="280.2096" Y="8512.685" Z="24.21214" /> With: Code: <If Condition="!HasQuest(9806) && !IsQuestCompleted(9806)"> <CustomBehavior File="FlyTo" DestName="Workaraound for Quest PickUp: Fertile Spores" Land="True" X="238.1418" Y="8508.891" Z="23.04393" /> </If> <PickUp Nav="Fly" QuestName="Fertile Spores" QuestId="9806" GiverName="Gshaff" GiverId="17925" X="280.2096" Y="8512.685" Z="24.21214" /> And the same for TurnIn: Replace: Code: <TurnIn Nav="Fly" QuestName="Fertile Spores" QuestId="9806" TurnInName="Gshaff" TurnInId="17925" X="280.2096" Y="8512.685" Z="24.21214" /> With: Code: <If Condition="HasQuest(9806) && IsQuestCompleted(9806)"> <CustomBehavior File="FlyTo" DestName="Workaraound for Quest PickUp: Fertile Spores" Land="True" X="238.1418" Y="8508.891" Z="23.04393" /> </If> <TurnIn Nav="Fly" QuestName="Fertile Spores" QuestId="9806" TurnInName="Gshaff" TurnInId="17925" X="280.2096" Y="8512.685" Z="24.21214" /> Here is a log, so you can see the problem; Code: [21:40:48.090 D] [QDBG] Done with forced behavior [ForcedQuestPickUp QuestId: 9808, QuestName: Glowcap Mushrooms]. [21:40:48.090 D] Clearing POI - Reason Quest pickup completed. [21:40:48.090 D] Cleared POI [21:40:48.090 D] StyxWoW.AreaManager.CurrentGrindArea is null [21:40:48.144 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [21:40:48.144 D] StyxWoW.AreaManager.CurrentGrindArea is null [21:40:48.188 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [21:40:48.188 D] Goal: Nothing [21:40:48.188 D] [QDBG] Starting behavior [ForcedQuestPickUp QuestId: 9806, QuestName: Fertile Spores]. [21:40:48.191 D] Goal: Picking Up Quest - Fertile Spores : QuestID - 9806 : To - Gshaff : ID - 17925 [21:40:48.191 D] Changed POI to: Type: QuestPickUp [21:40:48.277 N] Moving to Type: QuestPickUp [21:40:48.279 D] Loading Expansion01_15_31 [21:40:48.454 N] Moving to Type: QuestPickUp [21:40:49.841 D] Destination might be indoors. Trying to find a landing location. [21:40:49.885 N] Moving to Type: QuestPickUp [21:40:50.091 N] Mounting: Rusted Proto-Drake [21:40:52.318 N] Moving to Type: QuestPickUp [21:40:56.586 D] Stop and dismount... Reason: Dismounting for landing spot. [21:40:56.981 N] Moving to Type: QuestPickUp And here a log with my fix, so you can see that it works: Code: [21:49:42.590 D] [QDBG] Done with forced behavior [ForcedQuestPickUp QuestId: 9808, QuestName: Glowcap Mushrooms]. [21:49:42.590 D] Clearing POI - Reason Quest pickup completed. [21:49:42.590 D] Cleared POI [21:49:42.590 D] StyxWoW.AreaManager.CurrentGrindArea is null [21:49:42.649 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [21:49:42.649 D] StyxWoW.AreaManager.CurrentGrindArea is null [21:49:42.687 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [21:49:42.687 D] Goal: Nothing [21:49:42.687 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [21:49:42.687 D] Compiling expression '!HasQuest(9806) && !IsQuestCompleted(9806)' @ line 3547 [21:49:42.687 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [21:49:42.687 D] Goal: FlyTo-v1129: "In Progress (no associated quest)" Flying to Destination: Workaraound for Quest PickUp: Fertile Spores (<238.1418, 8508.891, 23.04393>) [Ref: "[Fly][H - Quest] BC 58-70 [Kick]($Rev: 3007 $)" @line 3548] [21:49:42.717 D] Behavior flags changed! All -> 0x0000005B [21:49:49.560 D] [FlyTo-v1129(debug)] FlyTo behavior complete. Arrived at destination [21:49:49.602 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior. [21:49:49.610 D] BlackspotManager forcing unload of meshes [21:49:49.617 D] Behavior flags changed! Death, Combat, Vendor, Roam, Rest -> 0x0000007F [21:49:49.640 D] [FlyTo-v1129(debug)] Behavior completed in 6s [21:49:49.640 D] StyxWoW.AreaManager.CurrentGrindArea is null [21:49:49.691 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [21:49:49.691 D] Goal: Nothing [21:49:49.691 D] [QDBG] Starting behavior [ForcedQuestPickUp QuestId: 9806, QuestName: Fertile Spores]. [21:49:49.696 D] Goal: Picking Up Quest - Fertile Spores : QuestID - 9806 : To - Gshaff : ID - 17925 [21:49:49.696 D] Changed POI to: Type: QuestPickUp [21:49:49.733 N] Moving to Type: QuestPickUp [21:49:49.733 D] Activity: Loading Tiles [21:49:49.733 D] Loading Expansion01_16_31 [21:49:49.918 N] Moving to Type: QuestPickUp [21:49:56.956 D] InteractDebug:652231156 [21:49:56.956 D] Interact Done:652231156 [21:49:58.388 D] [QDBG] Done with forced behavior [ForcedQuestPickUp QuestId: 9806, QuestName: Fertile Spores]. [21:49:58.388 D] Clearing POI - Reason Quest pickup completed. [21:49:58.388 D] Cleared POI
Profile: [Fly][H - Quest] BC 58-70 [Kick] Quest: Impending Attack (Impending Attack - Quest - World of Warcraft) Description: "Wrong" Coords for Objective fixxed Replace: Code: <Objective Nav="Fly" QuestName="Impending Attack" QuestId="9822" Type="CollectItem" ItemId="24471" CollectCount="1" X="1040.078" Y="8482.721" Z="58.71807" /> With: Code: <Objective Nav="Fly" QuestName="Impending Attack" QuestId="9822" Type="CollectItem" ItemId="24471" CollectCount="1" X="1027.273" Y="8475.372" Z="58.6016" />
Profile: [Fly][N - Quest] Uldum 83-85 [Kick] Quest: Traitors! (Traitors! - Quest - World of Warcraft) Description: Better Coords to navigat indoor. The old sometimes make problems. Replace: Code: <CustomBehavior File="FlyTo" X="-10998.35" Y="-1359.778" Z="51.25735" /> <CustomBehavior File="MyCTM" Land="true" IgnoreIndoors="True" X="-10980.28" Y="-1374.128" Z="35.18142" /> With: Code: <CustomBehavior File="FlyTo" X="-10989.39" Y="-1366.588" Z="41.00417" /> <CustomBehavior File="MyCTM" Land="true" IgnoreIndoors="True" X="-10972.35" Y="-1379.688" Z="35.53175" />
is there a useflymount=false command? It would be a nice way to avoid being killed repeatedly in Coldarra by the elite dragons.
Profile: [Fly][H - Quest] LK 68-80 [Kick] Quest: Secrets of the Ancients (Secrets of the Ancients - Quest - World of Warcraft) Description: Add a MoveTo after the TurnIn to move out of the House before MountUp. This prevent a Bug where the Char Mounts Up and stuck in the house. Replace: Code: <TurnIn QuestName="Secrets of the Ancients" QuestId="11910" TurnInName="Archmage Berinand" TurnInId="25314" Nav="Fly" /> With: Code: <TurnIn QuestName="Secrets of the Ancients" QuestId="11910" TurnInName="Archmage Berinand" TurnInId="25314" Nav="Fly" /> <MoveTo X="3584.978" Y="6663.208" Z="195.2701" /> Code: [01:34:49.903 D] [QDBG] Done with forced behavior [ForcedQuestTurnIn QuestId: 11910, QuestName: Secrets of the Ancients]. [01:34:49.903 D] StyxWoW.AreaManager.CurrentGrindArea is null [01:34:49.950 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [01:34:49.950 D] StyxWoW.AreaManager.CurrentGrindArea is null [01:34:49.993 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [01:34:49.993 D] Goal: Nothing [01:34:49.993 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf. [01:34:49.993 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf. [01:34:49.993 D] [QDBG] Starting behavior [ForcedQuestObjective Objective: [CollectItemObjective ItemID: 35586, Count: 5]]. [01:34:50.032 D] Goal: Collect 5 of item with ID 35586 [01:34:50.032 D] Changed POI to: Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:50.083 D] Activity: Moving to hotspot [01:34:50.083 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:50.085 N] Mounting: Dark Phoenix [01:34:52.401 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:53.095 N] We are stuck!! [01:34:53.218 D] [Stuck] Trying to ascend. [01:34:53.571 D] [Stuck] Trying strafing left. [01:34:54.060 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:54.105 D] [Stuck] Trying strafing right. [01:34:54.623 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:54.677 D] [Stuck] Trying to backup. [01:34:55.363 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:55.408 D] [Stuck] Trying to ascend. [01:34:55.803 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:55.846 D] [Stuck] Trying strafing left. [01:34:56.364 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:56.414 D] [Stuck] Trying strafing right. [01:34:56.938 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:56.980 D] [Stuck] Trying to backup. [01:34:57.669 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:57.715 D] [Stuck] Trying to ascend. [01:34:58.104 N] Moving to Type: Hotspot, Loc: <3737.964, 6869.475, 156.0032> [01:34:58.154 D] [Stuck] Trying strafing left. [01:34:58.386 N] Stopping the bot! [01:34:58.386 Q] Bot stopping! Reason: User pressed the stop button [01:34:58.622 D] Clearing POI - Reason Bot stopping [01:34:58.622 D] Cleared POI [01:34:58.622 D] Activity: Honorbuddy Stopped
Profile: [Fly][N - Quest] Deepholm 82-84 [Kick] Quest: The Axe of Earthly Sundering (The Axe of Earthly Sundering - Quest - World of Warcraft) Description: Better HuntingGrounds Hotspots (now bigger area with more npcs). Why are there 2 CustomBehavior for this Quest? One with InteractWith and another with CombatUseItemOnV2? I think you should delete one: Code: <CustomBehavior File="FlyTo" QuestId="27932" DestName="The Axe of Earthly Sundering" X="-170.8089" Y="786.9349" Z="216.4187" /> <CustomBehavior File="InteractWith" QuestId="27932" MobId="44218" InteractByUsingItemId="60490" PreInteractMountStrategy="Dismount" MobState="Alive" Range="10" NumOfTimes="40" NonCompeteDistance="10" ProactiveCombatStrategy="ClearMobsTargetingUs" CollectionDistance="50"> <HuntingGrounds> <Hotspot X="142.3247" Y="1099.042" Z="231.2901" /> <Hotspot X="90.54713" Y="1035.512" Z="231.8154" /> <Hotspot X="-108.8352" Y="984.8677" Z="212.6355" /> <Hotspot X="-81.50446" Y="757.375" Z="219.6452" /> <Hotspot X="-207.9416" Y="660.1783" Z="220.1215" /> </HuntingGrounds> </CustomBehavior> <If Condition="HasQuest(27932) && !IsQuestCompleted(27932)"> <CustomBehavior File="FlyTo" QuestId="27932" DestName="The Axe of Earthly Sundering" X="-170.8089" Y="786.9349" Z="216.4187" /> <CustomBehavior File="ForcedDismount" /> <While Condition="HasQuest(27932) && !IsQuestCompleted(27932)"> <CustomBehavior File="CombatUseItemOnV2" QuestId="27932" MobId="44218" ItemId="60490" UseItemStrategy="UseItemOncePerTarget" ItemAppliesAuraId="AssumeItemUseAlwaysSucceeds" UseWhenMobHasHealthPercent="95" MaxRangeToUseItem="10" CollectionDistance="50"> <HuntingGrounds> <Hotspot X="142.3247" Y="1099.042" Z="231.2901" /> <Hotspot X="90.54713" Y="1035.512" Z="231.8154" /> <Hotspot X="-108.8352" Y="984.8677" Z="212.6355" /> <Hotspot X="-81.50446" Y="757.375" Z="219.6452" /> <Hotspot X="-207.9416" Y="660.1783" Z="220.1215" /> </HuntingGrounds> </CustomBehavior> </While> </If> And then you should Replace: Code: <HuntingGrounds> <Hotspot X="142.3247" Y="1099.042" Z="231.2901" /> <Hotspot X="90.54713" Y="1035.512" Z="231.8154" /> <Hotspot X="-108.8352" Y="984.8677" Z="212.6355" /> <Hotspot X="-81.50446" Y="757.375" Z="219.6452" /> <Hotspot X="-207.9416" Y="660.1783" Z="220.1215" /> </HuntingGrounds> With: Code: <HuntingGrounds> <Hotspot X="353.946" Y="1251.107" Z="257.537" /> <Hotspot X="219.1922" Y="1236.332" Z="244.8918" /> <Hotspot X="58.36168" Y="1380.282" Z="222.5633" /> <Hotspot X="-47.94333" Y="1401.146" Z="211.6552" /> <Hotspot X="-37.88106" Y="1295.492" Z="219.494" /> <Hotspot X="-22.36914" Y="1115.988" Z="219.7619" /> <Hotspot X="108.3529" Y="1142.915" Z="220.6512" /> <Hotspot X="-150.3535" Y="1037.925" Z="221.2287" /> <Hotspot X="-188.8091" Y="897.4203" Z="214.9406" /> <Hotspot X="-14.66552" Y="749.9648" Z="229.2372" /> <Hotspot X="-50.60485" Y="634.8625" Z="222.075" /> <Hotspot X="-158.7555" Y="680.9487" Z="214.2451" /> </HuntingGrounds> P.S. the whole deep holm profile belongs rewritten. P.P.S. For BC, LK and Cata, you should convert the most PickUps and TurnIns into Nav="Fly". Because then you can delete all the File="FlyTo" from the Profiles who are before a PickUp or TurnIn. I now this needs a lot of time, but it will increase the Profiles a lot.
Hey, My character attacks any mob it see's is there anyway to stop this? its just that it takes it so long to get from quest to quest.
Toon does not know when to stop attacking hostile mobs close to it, even though the quest can be turned in. edit: the quest after this,Burnin' at Both Ehnds, in Highbank, Twilight Highlands, is a simple gather quest that takes about 1 mn to complete manually. Because the toon attacks anything even remotely close (without being attacked first), it takes 10 times longer.
Profile: [Fly][A - Quest] LK 68-80 [Kick] Char stucks at accepting "Goal: Picking Up Quest - Of Traitors and Treason : QuestID - 12171 : To - Courier Lanson : ID - 27060" Always speaks to the NPC but there is no Quest to accept. I looked up if the Quest "The Lost Courier" is still acceptable, but it isn't. Unfortunately the bot always and always again trys to accept the Q "Of Traitors and Treason" so it is stuck. View attachment 4480 2014-01-02 19.19.txt