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: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
Have big error with update
Code:
Внимание: XML Error: Невозможно обработать 'If' тело узла! - On line 5005 - [<If Condition="(!IsQuestCompleted(11349))">
  <!-- Valdgarde Quests -->
 .....
  </While>
</If>]

Ahh About an hour understood what a problem
Code:
<While Condition="((HasQuest(11202)) &amp;&amp; (!IsQuestCompleted(11202)))" >
				<CustomBehavior File="FlyTo" DestName="NW Tank" X="1015.084" Y="-4315.917" Z="195.6232" />
				<CustomBehavior File="ForcedDismount" />
				<RunTo X="1015.084" Y="-4315.917" Z="195.6232" />
				<Hotspot X="1013.304" Y="-4311.065" Z="182.3364" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="FlyTo" DestName="SW Tank" X="883.233" Y="-4327.126" Z="206.8245" />
				<CustomBehavior File="ForcedDismount" />
				<RunTo X="883.233" Y="-4327.126" Z="206.8245" />
				<Hotspot X="882.4705" Y="-4326.829" Z="184.8868" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="FlyTo" DestName="SE Tank" X="806.5135" Y="-4522.924" Z="225.2928" />
				<CustomBehavior File="ForcedDismount" />
				<RunTo X="806.5135" Y="-4522.924" Z="225.2928" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />

				<CustomBehavior File="FlyTo" DestName=" Tank" X="1094.5" Y="-4468.848" Z="227.5518" />
				<CustomBehavior File="ForcedDismount" />
				<RunTo X="1094.5" Y="-4468.848" Z="227.5518" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
			</While>

replace to

Code:
<While Condition="((HasQuest(11202)) &amp;&amp; (!IsQuestCompleted(11202)))" >
				<CustomBehavior File="FlyTo" DestName="NW Tank" X="1015.084" Y="-4315.917" Z="195.6232" />
				<CustomBehavior File="ForcedDismount" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="FlyTo" DestName="SW Tank" X="883.233" Y="-4327.126" Z="206.8245" />
				<CustomBehavior File="ForcedDismount" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="FlyTo" DestName="SE Tank" X="806.5135" Y="-4522.924" Z="225.2928" />
				<CustomBehavior File="ForcedDismount" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="FlyTo" DestName=" Tank" X="1094.5" Y="-4468.848" Z="227.5518" />
				<CustomBehavior File="ForcedDismount" />
				<CustomBehavior File="Misc\RunLua" Lua="UseItemByName(33164)" WaitTime="1000" />
				<CustomBehavior File="WaitTimer" WaitTime="4000" GoalText="Waiting cast {TimeRemaining}" />
				
				<CustomBehavior File="WaitTimer" WaitTime="3000" GoalText="Waiting for quest to complete {TimeRemaining}" />
			</While>

What's wrong? I don't know. Looking in it
[Fly][A - Quest] LK 68-80 [Kick]
 
EDIT: In fact, in order to successfully run this profile on any HB install (used or fresh) you only need to delete the cache folder. I have a nightly script the runs and it simply deletes my HB cache folder, this is all that is needed for me to successfully run my dailies on multiple (4) characters on a single installation of HB.

I used to only delete the cache folder, but sometimes still received problems until I did a full reinstall
 
Have big error with update
Code:
Внимание: XML Error: Невозможно обработать 'If' тело узла! - On line 5005 - [<If Condition="(!IsQuestCompleted(11349))">
  <!-- Valdgarde Quests -->
 .....
  </While>
</If>]

I found it, I committed the fix.

I didn't change your <Hotspot to <RunTo
 
Bot has been working fine until i tried to use the 'Tillers PreReqs' script, as soon as i hit start get this error and HB crashes
''WaitTime' is a duplicate attribute name. Line 112, position 144.'
 
Another one Bites the Dust - I found a bug where if someone else click the explosive right before you the bot will not click it and will walk away thinking that it did the action getting no credit for this part of the quest.
 
Hi, first of all i love your 1-90 profile but i have a problem. When the bot is going to take a quest from an NPC that has two (2) quests he dont take anyone of them, he just simply try to take them over and over again but cant seem to do it. Have i missed any settings? Uppdated the files today also.
 
Hey Kick :)

The profile youve spend some time making is A.W.E.S.O.M.E. !
But I have a question, as I cannot figure out if its the profile or Honorbuddy...
When ever the bot complete a quest and several items comes as a reward, but you have to choose...
Then it doesnt take what will help it in any way... Only sometimes. Ive seen that the bot doesnt take anything that help it (well sometimes). It's a huntard and I would think that Agi would be very useful for it... But sometimes it chooses mail (coz its level 76) and then int and stam ... Ehmm ?
 
Another one Bites the Dust - I found a bug where if someone else click the explosive right before you the bot will not click it and will walk away thinking that it did the action getting no credit for this part of the quest.

Fixed
 
Hello im Confused again. I was lv 68 when i startet questing in Northend. He startet at Tundra. I grow up to Lv 73 and now he moved to FJORD!!? And do the low lv quests?::. Can u help me how i can force him to quest in Grinzzlyhills or somewhere else? I dont understand it..
 
Hi, first of all i love your 1-90 profile but i have a problem. When the bot is going to take a quest from an NPC that has two (2) quests he dont take anyone of them, he just simply try to take them over and over again but cant seem to do it. Have i missed any settings? Uppdated the files today also.

Hi, Dolan2,

This is not a profile issue, and sounds like an Honorbuddy bug, or problem with your particular installation. Please make a post in the Support forum, and be certain to attach your full log with your complaint over there.

cheers,
chinajade
 
Hey Kick :)

The profile youve spend some time making is A.W.E.S.O.M.E. !
But I have a question, as I cannot figure out if its the profile or Honorbuddy...
When ever the bot complete a quest and several items comes as a reward, but you have to choose...
Then it doesnt take what will help it in any way... Only sometimes. Ive seen that the bot doesnt take anything that help it (well sometimes). It's a huntard and I would think that Agi would be very useful for it... But sometimes it chooses mail (coz its level 76) and then int and stam ... Ehmm ?

Hi, Zeek,

This is not a profile issue. It is either a problem with your installation, or an Honorbuddy bug. You will need to make a post in the Support forum, and be sure to attach yuor full log with when you post your complaint over there.

cheers,
chinajade
 
Hello im Confused again. I was lv 68 when i startet questing in Northend. He startet at Tundra. I grow up to Lv 73 and now he moved to FJORD!!? And do the low lv quests?::. Can u help me how i can force him to quest in Grinzzlyhills or somewhere else? I dont understand it..

H, Sanmaster2006,

For help with issues like this, you must attach your full log.

cheers,
chinajade
 
Are you interested in other areas when I try to create a quest profile, which you have not yet great in your great pack, or add quests that are missing with you in some areas??
 
View attachment 76761View attachment 76761
Hope u find something..
and btw thx for your great support!!!!!!!!!!!!!!!!!!!!!!!!

Hi, Sanmaster2206, and thanks for the logs.

You've got a number of issues going on we need to clean up...

  1. You've got a Combat Routine called "Pasteur" (which I'm not familiar with) that is having hearburn.
    You need to delete the directory Honrobuddy/Routines/Pasteur, and reinstall a fresh copy (if you wish). Hopefully, that will clear up this problem.

  2. You need to select a "Weapon Style" for AutoEquip2. From your log:
    [AutoEquip]: You have not selected a weapon style yet. Please open the configuration and check your settings.
    Failure to do so can result in excessive deaths as you level. Here is the info for fixing this up:

  3. You are having occasional problems communicating with the Honorbuddy Mesh server.
    [20:19:34.960 D] Exception when attempting to download Northrend_22_26: System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://www.buddyauth.com:5031/AuthService.svc. The connection attempt lasted for a time span of 00:00:01.1200641. TCP error code 10061: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 188.165.234.190:5031. --->
    Make certain that port 5031 is open for TCP and UDP in your firewall (and router also, if you're using one). Also, Honorbuddy (the executable or the directory) needs to be an exception on your AntiVirus. If you've already done these things, its okay--your communication issues are infrequent, so shouldn't cause long-term problems.

  4. Kick has Checkpoints defined in the "[Fly][A - Quest] LK 68-80 [Kick].xml" for levels 73, 75, 77, and 80.
    If you hit one of these levels, and want to 'skip forward', hit Honorbuddy's "Stop" button, then when it stops, hit Honorbuddy's "Start" button. This will cause Honorbuddy to re-evaluate the toon's level in the context of the profile. It will 'skip forward' to the next appropriate quest hub. Honorbuddy only does this evaluation when it starts, and not when a toon dings.
    Other than this, it looks like you're questing as the profile has intended.

cheers,
chinajade
 
Hi, Sanmaster2206, and thanks for the logs.

You've got a number of issues going on we need to clean up...

  1. You've got a Combat Routine called "Pasteur" (which I'm not familiar with) that is having hearburn.
    You need to delete the directory Honrobuddy/Routines/Pasteur, and reinstall a fresh copy (if you wish). Hopefully, that will clear up this problem.

    Yop, i dont used it anyway. The Standard Singular is the best for me. But its gone now.

  2. You need to select a "Weapon Style" for AutoEquip2. From your log:
    [AutoEquip]: You have not selected a weapon style yet. Please open the configuration and check your settings.
    Failure to do so can result in excessive deaths as you level. Here is the info for fixing this up:

  3. You are having occasional problems communicating with the Honorbuddy Mesh server.
    [20:19:34.960 D] Exception when attempting to download Northrend_22_26: System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://www.buddyauth.com:5031/AuthService.svc. The connection attempt lasted for a time span of 00:00:01.1200641. TCP error code 10061: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte 188.165.234.190:5031. --->
    Make certain that port 5031 is open for TCP and UDP in your firewall (and router also, if you're using one). Also, Honorbuddy (the executable or the directory) needs to be an exception on your AntiVirus. If you've already done these things, its okay--your communication issues are infrequent, so shouldn't cause long-term problems.

  4. Kick has Checkpoints defined in the "[Fly][A - Quest] LK 68-80 [Kick].xml" for levels 73, 75, 77, and 80.
    If you hit one of these levels, and want to 'skip forward', hit Honorbuddy's "Stop" button, then when it stops, hit Honorbuddy's "Start" button. This will cause Honorbuddy to re-evaluate the toon's level in the context of the profile. It will 'skip forward' to the next appropriate quest hub. Honorbuddy only does this evaluation when it starts, and not when a toon dings.
    Other than this, it looks like you're questing as the profile has intended.

cheers,
chinajade


1.
Yop, i dont used it anyway. The Standard Singular is the best for me. But its gone now.

2.
I use the Weapon from the Vanguard points. But thx for the hint.

3.
Ok, i didnt know that, what are the consequences from it? Is this a big problem?

4.
Well i dindnt know that!! Thx for this simply but usefull hint!!! Now hes moving out of the low lv area!

Thank u very much!

( Now i can go to sleep )

Greets from germany!
 
Status
Not open for further replies.
Back
Top