What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
SI:7 Report: Fire From the Sky - Quest - World of Warcraft
lvl 85-86 quest in the jade forest / MOP
this Quest does not work, and the bot tells me to do it manually. same for the next 2 quests.
finally on the 4th quest the bot started to continue on its own again :)

When the bot says that you have to do it manually, is because the routines for that quest (vehicle behavior) isn't coded yet. Expect this for the most of the quests where you need to "play someone else, enter a vehicle, shoot with a sniper rifle etc"
 
Bot crashes in hellfire Peninsula.

Alliance.
View attachment 66006

EDIT: Exactly the same problem as the one below me.
Hellfire Peninsula -> Expedition Point -> QUEST:"Disrupt Their Reinforcements"

After I got the quest the bot stopped with following error:
"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"

View attachment 66009

read the third post of this thread
 
Stuck waiting for repair in Terokkar forest check attached log.

For people using those profiles with 507 bot what plugins are you guys using? I'm getting sick i just could level from 61 to 66 in whole 2 days. I don't know if there's a plugin issue with makes HB bugging, or if there's a problem with profiles I'm just desperate.

It stuck all night inside inn doing nothing. When i moved character outside inn it mounted flying mount and bot continued.

Following code log (just fragment since it's too big to upload or pastebin) correspond to nagrand bug while flying.

[09:58:29.838 N] Mount Time: 1782.102[09:58:30.324 D] Flushing timed movement. Direction: Forward, JumpAscend[09:58:51.220 D] Changed POI to:Type: Sell, Name: Sparik[09:58:51.346 N] Moving to Type: Sell, Name: Sparik[09:58:51.346 D] Activity: Loading Tile/s[09:58:51.346 D] Loading Expansion01_18_36[09:58:51.460 D] Could not generate path from {-1933.726, 6581.895, 98.28178} to {-2541.9, 7364.772, 6.949437} (time used: 0 milliseconds) @ FindStartPoly

quest bot issue
get off of your mount, press start (or just go sell manually)
 
I dont know why, but my Druid hitts deepholm, and he doesnt use a fly mount nor the flight form. always a groundmount. i changes the settings but doesnt recognize it. my DK last time did deepholm without any problem.
sorry im not infornt of my computer so i cant upload a log, will come later today.

and sometimes it happens that my toon is not near enough to the npc to turn in or pick up a quest. if i push him by hand a bit forward he runs again.
use build 507
 
i have a problem with my mage lvl 75.
When I start the bot, it have difficult to finde and follow the quest, and it use extreme amount of time to try to make mana gem and on the screen can I read: you can only carry one mana gem.
I?ve tried everything, I think. help, help
Thx
 

Attachments

i have a problem with my mage lvl 75.
When I start the bot, it have difficult to finde and follow the quest, and it use extreme amount of time to try to make mana gem and on the screen can I read: you can only carry one mana gem.
I?ve tried everything, I think. help, help
Thx

cc issue, is it in your bank perhaps?
 
Bug in [N - Quest] 87-88 Kun-Lai Summit [Kick]

Log:
View attachment 5600 2012-11-08 16.01.txt
Screenshot:
WoWScrnShot_110812_160353.webp

Profile: [N - Quest] 87-88 Kun-Lai Summit [Kick]

Position: <2270,803, 886,408, 481,5089>

Hope I got it right this time. Got my last one archived. It got stuck at the same place all the time. Try with diffent computers, fresh honorbuddy and clean mesh folder. Something I do wrong or is it the profile or maybe the bot?
 
Log:
View attachment 66034
Screenshot:
View attachment 66035

Profile: [N - Quest] 87-88 Kun-Lai Summit [Kick]

Position: <2270,803, 886,408, 481,5089>

Hope I got it right this time. Got my last one archived. It got stuck at the same place all the time. Try with diffent computers, fresh honorbuddy and clean mesh folder. Something I do wrong or is it the profile or maybe the bot?

it's a mesh issue, i'll be fixing the eastwind and westwind camps soon, it's on my to-do list

nothing that you can do about it except for:
1) Bitch about it
2) wait

:\
 
Hi Kick,

I was wondering if you would update the Orc Rogue training quest logic to that of which you use in Goblin:

Replace:
Code:
<While Condition="HasQuest(25141) &amp;&amp; !IsQuestCompleted(25141)">
						<CustomBehavior File="CastSpellOn" SpellId="1752" MobId="44820" MobHpPercentLeft="100" NumOfTimes="1" MinRange="3" Range="5" X="-584.0283" Y="-4236.268" Z="38.23893" />
						<CustomBehavior File="CastSpellOn" SpellId="2098" MobId="44820" MobHpPercentLeft="100" NumOfTimes="1" MinRange="3" Range="5" X="-584.0283" Y="-4236.268" Z="38.23893" />
					</While>

With:
Code:
<While Condition="((HasQuest(14010)) &amp;&amp; (!IsQuestCompleted(14010)))" >
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="1752" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="2098" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="1752" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="2098" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="1752" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="2098" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="1752" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="2098" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="1752" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
			<CustomBehavior File="CastSpellOn" QuestId="14010" SpellId="2098" MobId="48304" NumOfTimes="1" MinRange="3" Range="5" X="-637.9774" Y="-4249.322" Z="38.36327"/>
		</While>

There were a few posts on the Archived thread hoping for the fix; I believe you just need to replace the <while></loops>. The quest is called Eviscerate in Valley of Trials. I believe this may effect other races, too.

Thanks
 
Hi Kick,

I was wondering if you would update the Orc Rogue training quest logic to that of which you use in Goblin:


There were a few posts on the Archived thread hoping for the fix; I believe you just need to replace the <while></loops>. The quest is called Eviscerate in Valley of Trials. I believe this may effect other races, too.

Thanks

the class quests are commented out and can easily be skipped... but i updated it

if you want, you can run all of the 1-5's and fix them - i just haven't had time to do so :(

If this is what you want to do ... let me know
 
the class quests are commented out and can easily be skipped... but i updated it

if you want, you can run all of the 1-5's and fix them - i just haven't had time to do so :(

If this is what you want to do ... let me know

Hi,

Yes I'll gladly compile fixes for the class quests and post again, at least for the Horde. (For the Horde!)

I have a personal interest in the starting zones, as I'm measuring Guild XP/hour across classes and zones; essentially I'm trying to make an automated process (and release) of gathering Guild XP as fast as possible; so taking out any hand-holding (that have minor fixes) at these stages (1-10ish) is very cool.

Thanks
 
My 81 Ally Warrior keeps going to 1 spot and trying to target 1 mob specifically. The area is just West South West of Grove of Aessina in Mount Hyjal. I have no quests picked up. He will not pick up any quests. No matter where I am on the map he goes to this one spot and kills this mob then runs back and forth about 20 yards till he reappears again. Log attached... I think. First time attaching a log.
 

Attachments

Dread wastes qusting...
[18:15:59.736 N] ----------------------------------
[18:15:59.736 N] Update Status on Bot Start
[18:15:59.736 N] ----------------------------------
[18:15:59.967 N] Building Rotation base on current Talents and Glyphs......
[18:15:59.967 N] ----------------------------------
[18:16:00.678 N] Talent:
[18:16:00.678 N] [Подвижность] [Выброс ци] [Усиливающие удары] [Круговой удар ногой] [Распыление магии] [Призыв Сюэня, Белого Тигра]
[18:16:00.678 N] ----------------------------------
[18:16:00.941 N] Glyph:
[18:16:00.941 N] [Glyph of Spirit Roll] [Glyph of Fists of Fury] [Glyph of Zen Flight] [Glyph of Touch of Karma] [Glyph of Blackout Kick] [Glyph of Spinning Crane Kick]
[18:16:00.941 N] ----------------------------------
[18:16:00.971 N] Building Rotation Completed
[18:16:00.971 N] ----------------------------------
[18:16:01.064 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.065 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.065 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.065 N] [Profile Message]: Compiling Dread Wastes Quests
[18:16:01.065 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.065 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedWhile.
[18:16:01.434 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedWhile.
[18:16:01.434 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.435 N] [Profile Message]: Compiling Vale of Eternal Blossoms / Terrace of Gurth Quests
[18:16:01.435 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.435 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.437 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.437 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.439 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.439 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.580 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.580 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.581 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.581 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.621 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.621 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.622 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.622 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.624 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.624 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.625 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.625 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.626 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.626 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.627 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.627 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.628 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.628 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.629 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.629 D] [QDBG] Starting behavior [ForcedQuestPickUp QuestId: 31007, QuestName: The Dread Clutches].
[18:16:01.687 D] Picking up Нечистые роерожденные : 31007
[18:16:01.687 D] Goal: Picking up Нечистые роерожденные
[18:16:01.689 D] [QDBG] Done with forced behavior [ForcedQuestPickUp QuestId: 31007, QuestName: The Dread Clutches].
[18:16:01.689 D] [QDBG] Starting behavior [ForcedQuestPickUp QuestId: 31660, QuestName: Not Fit to Swarm].
[18:16:01.745 D] Picking up Обуза для роя : 31660
[18:16:01.745 D] Goal: Picking up Обуза для роя
[18:16:01.748 D] [QDBG] Done with forced behavior [ForcedQuestPickUp QuestId: 31660, QuestName: Not Fit to Swarm].
[18:16:01.748 D] [QDBG] Starting behavior [ForcedQuestPickUp QuestId: 31009, QuestName: Dead Zone].
[18:16:01.801 D] Picking up Мертвая зона : 31009
[18:16:01.801 D] Goal: Picking up Мертвая зона
[18:16:01.803 D] [QDBG] Done with forced behavior [ForcedQuestPickUp QuestId: 31009, QuestName: Dead Zone].
[18:16:01.803 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.804 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedIf.
[18:16:01.805 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[18:16:01.810 D] Goal: User Attention Required...
[18:16:01.810 D] Activity: Waiting for user dialog to close
[18:16:07.310 D] Activity: Honorbuddy stopped due to Profile Writer request
[18:16:07.310 N] [UserDialog-v241(user response) @line 256]: Honorbuddy stopped due to Profile Writer request
[18:16:07.310 D] Stop called!
[18:16:07.310 Q] Bot Stopped! Reason: None Given
[18:16:07.358 D] Активность: Honorbuddy остановлен
[18:16:07.358 N] [Sharp Away] Stopping watch.
[18:16:08.466 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.()
[18:16:08.471 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
[18:16:08.466 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
at Styx.CommonBot.TreeRoot.()
[18:16:08.471 D] System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.CommonBot.TreeRoot.()
 
Status
Not open for further replies.
Back
Top