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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: Cava?s Profiles--DO NOT DELETE

Great!
I have another problem (It has happend alot before but don't know the logs)

The bot often tries to turn in the quest without the quest items..
you got this:
[17:20:36.790 N] Warning: XML Error: Could not parse 'If' body node! - On line 411
[17:20:36.793 N] Warning: XML Error: Could not parse 'If' body node! - On line 445

inside that <IF></IF> there are CollectThings behaviors probably (im 100% sure) your instalation its damaged
to fix:
make new folder (must be new)
reinstall <HB> to that new folder
reinstall cavaplugin to that new folder
test it
 
Hey Brodieman on the timeless isle when you farm rep for shaohao some of the Mobs give themself a shield.
Your plugin is trying to go in the back of this mob to attack it. Please make sure it goes very close to the mob during the shield is up.
Currently casters make a huge circle around the mob and sometimes fall off the hill.
Second is that sometimes the bot runs again a tree or wall when trying to come in the back of the mob which looks very bottish.
If it hits a tree and/or wall it should simply stand still until the shield is gone again.
Can you fix this please?

This bug is still in and very annoying. Looks extremly botish. Can you please check again?
 
I have used these profiles a lot and I love your work.

I do find though on a lot of occasions from about level 50 onwards, my toons will quest fine with no problems, if I leave them for 3-4 hours, they will end up running out into the middle of the ocean and dying from fatigue and then repeatedly running out there....I have checked all my settings...

If this is UNCOMMON, then I will upload some logs...

I understand they can never be perfect but does anyone else experience this occasionally?


EDIT: I have noticed this only happens I run the bot for 2-3hours or more continuously. If I click Start/Stop in honorbuddy then it will continue with this behaviour but if I CLOSE honorbuddy and open it up again completely fresh, it doesn't continue the behaviour and will work properly.

EDIT: Seems to happen when the BOT has been running for 3hours or whatever and then it needs to CHANGE zones due to the character leveling up. Maybe?
 
Last edited:
I have used these profiles a lot and I love your work.

I do find though on a lot of occasions from about level 50 onwards, my toons will quest fine with no problems, if I leave them for 3-4 hours, they will end up running out into the middle of the ocean and dying from fatigue and then repeatedly running out there....I have checked all my settings...

If this is UNCOMMON, then I will upload some logs...

I understand they can never be perfect but does anyone else experience this occasionally?


EDIT: I have noticed this only happens I run the bot for 2-3hours or more continuously. If I click Start/Stop in honorbuddy then it will continue with this behaviour but if I CLOSE honorbuddy and open it up again completely fresh, it doesn't continue the behaviour and will work properly.

EDIT: Seems to happen when the BOT has been running for 3hours or whatever and then it needs to CHANGE zones due to the character leveling up. Maybe?
when i started this "hobby" i did it to improve my skills, and learn how to script.

first profiles i made "MOP profiles and levels from 1 to 60" arent very good to be honest, have few noob mistakes (im still learning but i think i can script now better than that previus days), probably im missing something in that profiles or made some mistake

if you can find where is the error, or provide full log whit that issue i can find and fix it, if you upload log, please help me with when (what time) the error is in
 
Upon starting cava (on a clean HB install)

"There is an errir with the Cava Quest Behaviors or Profiles."
 
File: [A-Quest](05-11)Teldrassil[Cava]
Error: line 413
Error-Type: Syntax Error
<While Condition="!(ObjectManager.GetObjectsOfType&lt;WoWUnit&gt;().Any(u =&gt; u.Entry == 7318 &amp;&amp; u.IsDead &amp;&amp; u.IsTagged &amp;&amp; u.Distance < 11)) &amp;&amp; !IsQuestCompleted(2561)" >
has to be
<While Condition="!(ObjectManager.GetObjectsOfType&lt;WoWUnit&gt;().Any(u =&gt; u.Entry == 7318 &amp;&amp; u.IsDead &amp;&amp; u.IsTagged &amp;&amp; u.Distance &lt; 11)) &amp;&amp; !IsQuestCompleted(2561)" >

File: [A-Quest](05-11)Teldrassil[Cava]
Error: line 420
Error-Type: duplication of WaitTimer
<CustomBehavior File="InteractWith" NonCompeteDistance="0" QuestId="2561" MobId="7318" WaitTime="1000" CollectionDistance="10" InteractByUsingItemId="8149" WaitTime="2000" ProactiveCombatStrategy="ClearMobsTargetingUs" X="9786.846" Y="1568.388" Z="1301.351" />
has to be
<CustomBehavior File="InteractWith" NonCompeteDistance="0" QuestId="2561" MobId="7318" WaitTime="1000" CollectionDistance="10" InteractByUsingItemId="8149" ProactiveCombatStrategy="ClearMobsTargetingUs" X="9786.846" Y="1568.388" Z="1301.351" />
 
File: [A-Quest](05-11)Teldrassil[Cava]
Error: line 413
Error-Type: Syntax Error

has to be


File: [A-Quest](05-11)Teldrassil[Cava]
Error: line 420
Error-Type: duplication of WaitTimer

has to be
fixed

thanks for report and fixes
 
hello when I click on "Load Profile" I get error messages

and when i load over CavaPlugin : Can not start quest bot - this profile does not contain a quest order!

Fresh install

sry for english :D
 

Attachments

Last edited:
hello when I click on "Load Profile" I get error messages

and when i load over CavaPlugin : Can not start quest bot - this profile does not contain a quest order!

Fresh install

sry for english :D
you have alot this:
[22:08:29.639 V] [Compiler Warning]: c:\HonorBuddy\HB_Quest_Cava\Quest Behaviors\AbandonQuest.cs(166,30) : warning CS0672: Der Member 'Honorbuddy.Quest_Behaviors.AbandonQuest.AbandonQuest.Dispose()' überschreibt den veralteten Member 'Styx.CommonBot.Profiles.CustomForcedBehavior.Dispose()'. Fügen Sie das Obsolete-Attribut zu 'Honorbuddy.Quest_Behaviors.AbandonQuest.AbandonQuest.Dispose()' hinzu.
[22:08:29.639 V] [Compiler Warning]: c:\HonorBuddy\HB_Quest_Cava\Quest Behaviors\CollectThings.cs(536,30) :...

means damaged/corrupted instalation.

to fix:
make new folder (must be new, reinstall over old folder= same bug)
download unzip and install HB for that new folder
download unzip and install cavaplugin
test it
 
to fix:
make new folder (must be new, reinstall over old folder= same bug)
download unzip and install HB for that new folder
download unzip and install cavaplugin
test it

ok thanks now works I do not know where the error was :)

again alls reinstalled

thank you
 
CavaPlugin V 4.5.2 Alive
Changes:

Removed old Non AFK Valley of the Four Winds Profiles
Added (86-87) Valley of the Four Winds Profile (In test status) (reserved for testers and armageddoner users)

added an fix option for armageddoner users remove the bug with Flyght Masters

Added an Anti-Ganker Option for armageddoner users:
-> if bot is ganked will add ganker name to an internal base (15 minutes max)
-> will only ress if theres no enemy near (bot check in internal base for names) will ignore enemys who didnt ganked (in last 15 minutes)
-> if 10 minutes pass and ganker still in area will ress at SpiritHealer

hope you all enjoy
 
Back
Top