Similar problem to my previous post, with a different quest. I made another post because I didn't want to cause confusion attaching two logs. Please let me know if this was wrong to do. 1-58 Alliance, during this quest: Ancient Protectors the bot will interact with the Warden, but not the Sentinel; instead it goes to stand between them and does nothing. Log:
Hi, today I have the problem that my bot says "moving to grondcenter" and only stays around:-( View attachment 6692 2014-01-09 16.28.txt
Game keeps locking up Not sure if this is a profile issue or something else, but my game keeps locking. Was afk when it happened but i've aattached the logs. hopefully this helps? View attachment 2200 2014-01-09 08.18.txt Happened again... View attachment 4144 2014-01-09 18.09.txt
Profile: [Fly][A - Quest] LK 68-80 [Kick] Quest: ... Or Maybe We Don't - Quest - World of Warcraft Description: Fixed a Bug where we use the Item everytime we InteractWith a Target. This was the Problem when use the item everytime we interactwith a mob: First Mob Interact with Target and UseItem -> War Golem appears Second Mob Interact with Target and UseItem -> Wadisappears Third Mob Interact with Target and UseItem -> War Golem appears and so on.... Replace: Code: <If Condition="HasQuest(12138) && !IsQuestCompleted(12138)"> <CustomBehavior File="FlyTo" X="3744.688" Y="-5007.142" Z="123.4988" /> <CustomBehavior File="ForcedDismount" /> <CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="1" Lua="UseItemByName(36936)" /> <While Condition="HasQuest(12138) && !IsQuestCompleted(12138)"> <CustomBehavior File="InteractWith" QuestId="12138" MobId="26407" MobState="Alive" InteractByUsingItemId="36936" NumOfTimes="500" PreInteractMountStrategy="Dismount"> <HuntingGrounds> <Hotspot Name="NE Area" X="3682.641" Y="-5177.896" Z="134.6338" /> <Hotspot Name="SE Area" X="3516.144" Y="-5306.923" Z="160.4388" /> <Hotspot Name="NW Area" X="3693.621" Y="-4960.965" Z="147.8018" /> <Hotspot Name="W Area" X="3527.857" Y="-4956.553" Z="213.2242" /> </HuntingGrounds> </CustomBehavior> </While> </If> With: Code: <If Condition="HasQuest(12138) && !IsQuestCompleted(12138)"> <CustomBehavior File="FlyTo" X="3744.688" Y="-5007.142" Z="123.4988" /> <CustomBehavior File="ForcedDismount" /> <UseMount Value="False" /> <While Condition="HasQuest(12138) && !IsQuestCompleted(12138)"> <!-- If we've lost our war golem, get a new one... --> <If Condition="Object(27017) == null"> <CustomBehavior File="Misc\RunLua" WaitTime="1000" NumOfTimes="1" Lua="UseItemByName(36936)" /> </If> <!-- Kill Lightning Sentry! --> <CustomBehavior File="InteractWith" QuestId="12138" MobId="26407" MobState="Alive" PreInteractMountStrategy="Dismount" CollectionDistance="1000" > <HuntingGrounds> <Hotspot Name="NE Area" X="3682.641" Y="-5177.896" Z="134.6338" /> <Hotspot Name="SE Area" X="3516.144" Y="-5306.923" Z="160.4388" /> <Hotspot Name="NW Area" X="3693.621" Y="-4960.965" Z="147.8018" /> <Hotspot Name="W Area" X="3527.857" Y="-4956.553" Z="213.2242" /> </HuntingGrounds> </CustomBehavior> </While> <UseMount Value="True" /> </If> but there are two things that still possibly still should watched: 1) I use Object(27017) == null, but the War Golem is a Unit...but for me the Object command seems to be working. 2) Maybe you can add a range check to the Object(27017) == null condition, to check if there is no War Golem within 25 yards. This should bypass a maybe "bug" where we check for war golems from other users who are make the quest at the same time.
Profile: [H - Quest] 12-58 K-EK [Kick] Quest: The Land, Corrupted - Quest - World of Warcraft Description: KillCount is wrong in the Quest override. Must be 7, not 6 Replace: Code: <Objective Type="KillMob" MobId="40972" Name="Corrupted Cliff Giant" KillCount="6"> With: Code: <Objective Type="KillMob" MobId="40972" Name="Corrupted Cliff Giant" KillCount="7">
Profile: [Fly][N - Quest] Hyjal 80-82 [Kick] Quest: In the Rear With the Gear - Quest - World of Warcraft Description: Better Hotspots and little Improvement. Replace: Code: <Quest Id="25234" Name="In the Rear With the Gear"> <Objective Type="CollectItem" ItemId="52568" CollectCount="36"> <Hotspots> <Hotspot X="5465.107" Y="-2382.765" Z="1463.675" /> <Hotspot X="5522.694" Y="-2496.316" Z="1477.085" /> <Hotspot X="5556.008" Y="-2612.811" Z="1488.424" /> </Hotspots> </Objective> </Quest> With: Code: <Quest Id="25234" Name="In the Rear With the Gear"> <Objective Type="CollectItem" ItemId="52568" CollectCount="36"> <Hotspots> <Hotspot X="5552.961" Y="-2663.447" Z="1489.709" /> <Hotspot X="5532.512" Y="-2599.97" Z="1481.205" /> <Hotspot X="5551.643" Y="-2471.433" Z="1475.275" /> <Hotspot X="5478.715" Y="-2339.586" Z="1461.475" /> <Hotspot X="5452.599" Y="-2301.967" Z="1459.102" /> </Hotspots> </Objective> </Quest> And Replace: Code: <If Condition="HasQuest(25234) && !IsQuestCompleted(25234)"> <CustomBehavior File="FlyTo" DestName="get 36 Twilight Supplies" Land="true" X="5463.787" Y="-2396.549" Z="1465.196" /> <Objective QuestName="In the Rear With the Gear" QuestId="25234" Type="CollectItem" ItemId="52568" CollectCount="36" /> </If> With: Code: <If Condition="HasQuest(25234) && !IsQuestCompleted(25234)"> <CustomBehavior File="FlyTo" DestName="get 36 Twilight Supplies" Land="true" X="5552.961" Y="-2663.447" Z="1489.709" /> <CustomBehavior File="ForcedDismount" /> <UseMount Value="False" /> <Objective QuestName="In the Rear With the Gear" QuestId="25234" Type="CollectItem" ItemId="52568" CollectCount="36" /> <UseMount Value="True" /> </If>
Profile: [Fly][N - Quest] Hyjal 80-82 [Kick] Quest: Harrying the Hunters - Quest - World of Warcraft Description: Remove unneeed Quest Overrides. Remove: Code: <Quest Id="25255" Name="Harrying the Hunters"> <Objective Type="KillMob" MobId="39437" KillCount="6"> <Hotspots> <Hotspot X="5583.354" Y="-2619.995" Z="1490.693" /> <Hotspot X="5457.57" Y="-2411.308" Z="1466.59" /> <Hotspot X="5539.313" Y="-2353.036" Z="1478.467" /> <Hotspot X="5581.479" Y="-2480.834" Z="1482.912" /> <Hotspot X="5593.446" Y="-2644.877" Z="1491.31" /> </Hotspots> </Objective> </Quest>
Profile: [Fly][N - Quest] Hyjal 80-82 [Kick] Quest: End of the Supply Line - Quest - World of Warcraft Description: Quest Override wrong. Was CollectCount instead of KillMob. Replace: Code: <Quest Id="25233" Name="End of the Supply Line"> <Objective Type="CollectItem" ItemId="52568" CollectCount="36"> <Hotspots> <Hotspot X="5542.481" Y="-2441.643" Z="1471.689" /> <Hotspot X="5500.868" Y="-2384.658" Z="1465.232" /> <Hotspot X="5458.236" Y="-2306.779" Z="1459.637" /> <Hotspot X="5422.428" Y="-2283.614" Z="1452.282" /> <Hotspot X="5342.368" Y="-2296.912" Z="1438.315" /> <Hotspot X="5288.23" Y="-2325.237" Z="1433.023" /> </Hotspots> </Objective> </Quest> With: Code: <Quest Id="25233" Name="End of the Supply Line"> <Objective Type="KillMob" MobId="39436" KillCount="4"> <Hotspots> <Hotspot X="5552.961" Y="-2663.447" Z="1489.709" /> <Hotspot X="5532.512" Y="-2599.97" Z="1481.205" /> <Hotspot X="5551.643" Y="-2471.433" Z="1475.275" /> <Hotspot X="5478.715" Y="-2339.586" Z="1461.475" /> <Hotspot X="5452.599" Y="-2301.967" Z="1459.102" /> </Hotspots> </Objective> </Quest> it's terrible how many errors are in the kick's profiles...and that no one of the profile user report and fix them...1000 of peoples using kick's profiles, everyone scream "blablabla shit....not working....crap..." but no one helps and fix it....
Profile: [H - Quest] 12-58 K-EK [Kick] Quest: Rulers of Dire Maul - Quest - World of Warcraft Description: Better Hotspots (to farm a bigger area) Replace: Code: <Quest Name="Rulers of Dire Maul" Id="25252"> <Objective Type="KillMob" MobId="11443" Name="Gordok Ogre-Mage" KillCount="6"> <Hotspots> <Hotspot X="-4006.225" Y="1138.606" Z="161.0903" /> <Hotspot X="-4435.056" Y="1717.068" Z="150.6199" /> </Hotspots> </Objective> <Objective Type="KillMob" MobId="11440" Name="Gordok Enforcer" KillCount="6"> <Hotspots> <Hotspot X="-4006.225" Y="1138.606" Z="161.0903" /> <Hotspot X="-4435.056" Y="1717.068" Z="150.6199" /> </Hotspots> </Objective> </Quest> With: Code: <Quest Name="Rulers of Dire Maul" Id="25252"> <Objective Type="KillMob" MobId="11443" Name="Gordok Ogre-Mage" KillCount="6"> <Hotspots> <Hotspot X="-4350.164" Y="1331.344" Z="159.2331" /> <Hotspot X="-4485.654" Y="1646.132" Z="150.6142" /> <Hotspot X="-4350.164" Y="1331.344" Z="159.2331" /> <Hotspot X="-4492.851" Y="1002.448" Z="150.6161" /> <Hotspot X="-4350.164" Y="1331.344" Z="159.2331" /> <Hotspot X="-4189.05" Y="1323.388" Z="161.2134" /> <Hotspot X="-4183.3" Y="1148.367" Z="161.2127" /> <Hotspot X="-4034.909" Y="1007.097" Z="159.7172" /> <Hotspot X="-4037.816" Y="1198.845" Z="159.7367" /> </Hotspots> </Objective> <Objective Type="KillMob" MobId="11440" Name="Gordok Enforcer" KillCount="6"> <Hotspots> <Hotspot X="-4350.164" Y="1331.344" Z="159.2331" /> <Hotspot X="-4485.654" Y="1646.132" Z="150.6142" /> <Hotspot X="-4350.164" Y="1331.344" Z="159.2331" /> <Hotspot X="-4492.851" Y="1002.448" Z="150.6161" /> <Hotspot X="-4350.164" Y="1331.344" Z="159.2331" /> <Hotspot X="-4189.05" Y="1323.388" Z="161.2134" /> <Hotspot X="-4183.3" Y="1148.367" Z="161.2127" /> <Hotspot X="-4034.909" Y="1007.097" Z="159.7172" /> <Hotspot X="-4037.816" Y="1198.845" Z="159.7367" /> </Hotspots> </Objective> </Quest>
I have to say that kicks 85 to 90 MoP quest needs to be recheck there are a bunch of stops and other things that needs to be fixed.What really needs a overhaul is [Fly][N - Quest] 90 Dread Wastes [Kick] it works 50% of the time and has lots of problems.In all kicks quest profiles are great i have level 10 toons with hes profiles they just need to be checked and updated a bit more often me thinks.
View attachment 3428 2014-01-10 06.54.txt found a bug at the Quest: A Curse We Cannot Lift. The bot won't use the Harris's Ampule.
Jade , Valley, Krasarang and Kun-Lai works for me and all my Chars without Problems. But you can check Townlong and Dread and then Report the Bugs inclusive a Fix.
Bot dont pick up crystals in un goro for quest, it ignores them and running around un goro and killing mobs
Profile: [Fly][N - Quest] Deepholm 82-84 [Kick] Quest: The Axe of Earthly Sundering - Quest - World of Warcraft Description: Increased the Range from 10 to 35 (because the item has a 40 yard range) and Increased the CollectionDistance from 50 to 250 Repalce: Code: <CustomBehavior File="InteractWith" QuestId="27932" MobId="44218" InteractByUsingItemId="60490" PreInteractMountStrategy="Dismount" MobState="Alive" Range="10" NumOfTimes="40" NonCompeteDistance="10" ProactiveCombatStrategy="ClearMobsTargetingUs" CollectionDistance="50"> With: Code: <CustomBehavior File="InteractWith" QuestId="27932" MobId="44218" InteractByUsingItemId="60490" PreInteractMountStrategy="Dismount" MobState="Alive" Range="35" NumOfTimes="40" NonCompeteDistance="10" ProactiveCombatStrategy="ClearMobsTargetingUs" CollectionDistance="250">
They work for me as well with some minor issues.I will post all bugs with Dread Waste profile.If there is a way you can run the Dread Waste profile you will see what i'm talking about.
Profile: [Fly][A - Quest] BC 58-70 [Kick] Quest: It's Watching You! - Quest - World of Warcraft Description: Run between 2 Hotspots when waiting for NPC Respawn looks very botish, so remove one. Replace: Code: <Quest Id="9951" Name="It's Watching You!"> <Objective Type="KillMob" MobId="18438" KillCount="1"> <Hotspots> <Hotspot X="-1790.325" Y="4735.224" Z="66.83251" /> <Hotspot X="-1793.541" Y="4733.472" Z="66.83251" /> </Hotspots> </Objective> </Quest> With: Code: <Quest Id="9951" Name="It's Watching You!"> <Objective Type="KillMob" MobId="18438" KillCount="1"> <Hotspots> <Hotspot X="-1790.325" Y="4735.224" Z="66.83251" /> </Hotspots> </Objective> </Quest>
Profile: [Fly][N - Quest] Uldum 83-85 [Kick] Quest: The Scepter of Orsis - Quest - World of Warcraft Description: Replace If with While Conditionen and removed the NumOfTimes (because default is 1). The While Conditionen because it seems that the Item sometime bugges and we need to interact with it again. Replace: Code: <If Condition="HasQuest(27706) && !IsQuestCompleted(27706)"> <CustomBehavior File="InteractWith" QuestId="27706" MobId="205824" Range="5" NumOfTimes="1" CollectionDistance="50" X="-9903.598" Y="-14.33918" Z="54.44276" /> <RunTo X="-9875.921" Y="-31.09443" Z="55.75531" /> </If> With: Code: <While Condition="HasQuest(27706) && !IsQuestCompleted(27706)"> <CustomBehavior File="InteractWith" QuestId="27706" MobId="205824" Range="5" CollectionDistance="50" X="-9903.598" Y="-14.33918" Z="54.44276" /> <RunTo X="-9875.921" Y="-31.09443" Z="55.75531" /> </While>