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

Bot stops attacking or won't attack - different CCs

chaoschief

New Member
Joined
Sep 17, 2011
Messages
17
Reaction score
0

Attachments

Last edited:
I am trying this with the most current SVN xml, I check for updates every few hours.
 
When the bot goes to pull a mob, sometimes it does but other times it doesn't. If it does, usually it stops attacking midway for no reason. I have tried two different CCs and I have logs. Thanks
View attachment 31404
View attachment 31405
View attachment 31408

You might want to try and install "Combat helper" you can find it in the Plugin section.
should also try to adjust the "pull distance" located in "Settings & tools" of the honorbuddy bot!

Hope this helps
 
I am trying this with the most current SVN xml, I check for updates every few hours.

[6:57:25 PM:533] Warning: XML Error: Could not parse 'If' body node! - On line 8001 - [<If Condition="(!IsQuestCompleted(12797))">

the problem is on the profile it seems,i will forward it to Kick as well
 
i need to know what botbase you're trying to load my profile in

it doesn't look like the 'quest bot'
 
I am using quest bot. I will reinstall HB with fresh SVN etc, and I will post new logs if it happens again, if it doesn't i will report it as fixed.
 
One thing is certain, turn off autoequip. Its trying to equip some other weapon or item when you engage in combat; auto equip can be very nice...when its not equipping a grey item & taking off your heirlooms or doing these random weapon equips when none is needed or wanted.
 
I use it to equip items I get, it is just running a check to see if it should replace the item, and it's returning false and isn't. It shouldn't run it more than once but this isn't causing the problem, since I already tried with it off.
 
Hey, exactly same problem but i allready created a own thread about it, i use kickz profile and testet Amplifity CC and Fpsware (Mage). I reinstall HB and delete all Non Standard plugins.

(No Logs Available at the moment) Cooming Soon if i test it again.
 
use the R version; i'll have to fiddle with the beta one later

if you want to debug it, delete the !ICQ at the start of shola, and the If right after the last quest in shola (the 2 lines in red). after delete the 2 lines in red - when loading the profile it will throw an error in the debug only (like it did right now) and i'll need ot know that line

if not, i'll get to it later today

[<If Condition="(!IsQuestCompleted(12797))">

and then

<If Condition="((HasQuest(12797)) &amp;&amp; (IsQuestCompleted(12797)))">
<CustomBehavior File="FlyTo" DestName="Turnin Quest" X="5874.56" Y="4116.636" Z="-85.51167" />
<CustomBehavior File="ForcedDismount" />
<TurnIn QuestName="Back Through the Waygate" QuestId="12797" TurnInName="Avatar of Freya" TurnInId="27801" />
</If>
</If>]

but the R version should load fine
 
Back
Top