• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

    Discussion in 'Archives' started by fhlhwow, Aug 17, 2010.

    Thread Status:
    Not open for further replies.
    1. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      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]
       
    2. Quiksmage

      Quiksmage Member

      Joined:
      Dec 30, 2011
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      18
      I used to only delete the cache folder, but sometimes still received problems until I did a full reinstall
       
    3. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      I found it, I committed the fix.

      I didn't change your <Hotspot to <RunTo
       
    4. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
    5. taffie

      taffie New Member

      Joined:
      Mar 26, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      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.'
       
    6. Quiksmage

      Quiksmage Member

      Joined:
      Dec 30, 2011
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      18
      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.
       
    7. Dolan2

      Dolan2 New Member

      Joined:
      Jan 5, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    8. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Fixed
       
    9. Zeek

      Zeek New Member

      Joined:
      Nov 7, 2012
      Messages:
      133
      Likes Received:
      0
      Trophy Points:
      0
      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 ?
       
    10. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Fixed
       
    11. meegadoo

      meegadoo New Member

      Joined:
      Aug 10, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Choose reward problem

      Using Horde 12-58 profile and this keeps happening it will not complete the quest that have rewards

      View attachment 12-58 bug.txt
       
    12. Sanmaster2206

      Sanmaster2206 New Member

      Joined:
      Sep 12, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      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..
       
    13. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    14. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    15. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Meegadoo,

      Your log has been heavily edited, and is not suitable for analysis. Please attach your full log so we can have a look.

      cheers,
      chinajade
       
    16. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      H, Sanmaster2006,

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

      cheers,
      chinajade
       
    17. maximal1981

      maximal1981 New Member

      Joined:
      Nov 21, 2012
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      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??
       
    18. Sanmaster2206

      Sanmaster2206 New Member

      Joined:
      Sep 12, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
    19. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      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
       
    20. Sanmaster2206

      Sanmaster2206 New Member

      Joined:
      Sep 12, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0

      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!
       
    Thread Status:
    Not open for further replies.

    Share This Page