• 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. 15outland

      15outland New Member

      Joined:
      Mar 27, 2011
      Messages:
      1,056
      Likes Received:
      0
      Trophy Points:
      0
      Have you purchased the Fly Plugin Key?
       
    2. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      That an issue with the actual bot not the profile hopefully it will be fixed at some point

      As an update the errors are slowly being fixed; thank you profile debugger :)
       
    3. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      That's because you are using the original original (the un-edited version).

      I made the corrections in a different topic and posted the CS there.
      Zacharybinx34 saw a need to make a new topic on this and take the altered file here (for whatever reason of clarity).

      http://www.thebuddyforum.com/honorbuddy-forum/plugins/free/uncataloged/22270-%5Bplugin%5D-stuckhelper-improved-stuck-handling-4.html#post298567 is where the changes are posted and the modified Stuckhelper.cs is attached as well (not the attachment of lofi in the first post but my attachment. This link should bring you straight to that post).
      I actually assumed Zach would have attached my modified version here tbh.
      But if you get those compiler errors it means he attached the wrong version?
       
    4. Sweadia

      Sweadia New Member

      Joined:
      Jun 3, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      In wich mode should i open up the file;s? Like with Winrar, Or what. Sorry new at botting^^
       
    5. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Code:
      <If Condition="((Me.Race == WoWRace.Worgen) &amp;&amp; ((Me.ZoneId == 4714) || (Me.ZoneId == 4755)))" >
      Anyone want to have a look and see why i cant get this to compile; included is the profile below not quite ready for release tho

      Line 547
       
      Last edited: Jun 8, 2011
    6. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      Someone should archive this till nat has a chance to update it; the profile is very out dated people, dont use it.
       
    7. Zacharybinx34

      Zacharybinx34 New Member

      Joined:
      May 11, 2011
      Messages:
      672
      Likes Received:
      6
      Trophy Points:
      0
      Weird, I thought for sure that I uploaded your fixed version.
      It is now replaced. The fixed version is at the top.
       
    8. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Thanks for the info. I looked pretty hard, and can see absolutely nothing syntactically wrong with it, or in the surrounding lines. Did it tell you what kind of compile error it was generating?

      If you figure it out, I would *love* to know your findings.

      cheers,
      chinajade
       
    9. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      just some compile error, try running the profile with profiledebugger set to true in styx settings

      make a new worgen too because of the checkpoints
       
      Last edited: Jun 8, 2011
    10. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Compiles fine for me...
      HTML:
      [6:14:37 AM:450] Compiling expression 'IsQuestCompleted(14222)' @ line 534
      [6:14:37 AM:755] Compiling expression '!IsQuestCompleted(14375)' @ line 540
      [6:14:38 AM:40] Compiling expression '((Me.Race == WoWRace.Worgen) && ((Me.ZoneId == 4714) || (Me.ZoneId == 4755)))' @ line 547
      [6:14:38 AM:338] Compiling quest behavior from 'C:\Games\HB-2.0.0.4620\Quest Behaviors\BasicInteractWith.cs'
      [6:14:38 AM:680] Compiling quest behavior from 'C:\Games\HB-2.0.0.4620\Quest Behaviors\RunMacro.cs'
      
      The first error I encountered was a good bit further down...
      HTML:
      [6:14:48 AM:549] Compiling expression '!IsQuestCompleted(24438)' @ line 733
      [6:14:48 AM:852] Compiling expression 'HasQuest(24438)' @ line 736
      [6:14:49 AM:156] Compiling expression 'Me.HasAura(72764)' @ line 739
      [6:14:49 AM:459] 2 errors encountered while compiling condition 'Me.HasAura(72764)'
      [6:14:49 AM:459] The best overloaded method match for 'Styx.WoWInternals.WoWObjects.WoWUnit.HasAura(string)' has some invalid arguments
      [6:14:49 AM:459] Argument '1': cannot convert from 'int' to 'string'
      [6:14:49 AM:461] Styx.Logic.Profiles.ProfileException: Could not parse 'While'. Condition code "Me.HasAura(72764)" could not be compiled into C# code.
         at Styx.Logic.Profiles.Quest.WhileNode.FromXml(XElement element)
         at Styx.Logic.Profiles.Quest.OrderNode.FromXml(XElement element)
         at Styx.Logic.Profiles.Quest.IfNode.FromXml(XElement element)
      [6:14:49 AM:465] Styx.Logic.Profiles.ProfileException: XML Error: Could not parse 'If' body node! - On line 547 - [<If Condition="((Me.Race == WoWRace.Worgen) &amp;&amp; ((Me.ZoneId == 4714) || (Me.ZoneId == 4755)))">
        <If Condition="!IsQuestCompleted(14375)">
          <CustomBehavior File="Message" Text="Setting Pull Distance 30" />
          <CustomBehavior File="UserSettings" PullDistance="30" />
          <CustomBehavior File="BasicInteractWith" MobId="36332" MoveTo="False" />
          <CustomBehavior File="RunMacro" Macro="/run SelectGossipAvailableQuest(1)\n/run SelectGossipActiveQuest(1)\n/run CompleteQuest()\n/run SelectGossipOption(1)\n/run AcceptQuest()\n/run GetQuestReward(1)" NumOfTimes="1" WaitTime="2000" />
      ...<snip>...
      
      There are more errors further down too, but I just assume you haven't gotten to them yet.


      I'm going to say your HB or .NET got stepped on.

      cheers,
      chinajade
       
    11. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      yea strange just reset my pc and it compiles just fine, gonna get rid of the aura check completely I think
       
    12. Sweadia

      Sweadia New Member

      Joined:
      Jun 3, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Got one question! When i have downloaded it, Should i put it in some speciell map or something? or can i just take on honorbuddy "Load profile" and get started or do i need any thing else do make it work?
       
    13. Sweadia

      Sweadia New Member

      Joined:
      Jun 3, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Hello! got 1 question. When i download this simple click. Do i need to put it in another folder or can i just download it and then go on honorbuddy and press "load profile" And then it should work!?!
       
    14. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Your answer is Post #211.

      cheers,
      chinajade
       
    15. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      As a roadmap for this;
      1.3 will have human support and replace the redundent qb's
      1.4 will be drenari
      1.5 will be night elf
       
    16. palapants

      palapants New Member

      Joined:
      Apr 2, 2011
      Messages:
      103
      Likes Received:
      0
      Trophy Points:
      0
      Keep on going into Horde Camp and getting killed by Guards over and over again. In Stonebreaker Hold, Terrokar Forest.
       
    17. Jkrules22

      Jkrules22 Member

      Joined:
      May 29, 2011
      Messages:
      128
      Likes Received:
      2
      Trophy Points:
      18
      AFKable?

      Ok i downloaded this and tried it a little... It seems to run OK, but i want to know if this is afkable? if had a few questing profiles and once and again they will get stuck or something will happen and Ill have to fix it manually. I know no profile is perfect but would anyone sugest to afk this? I only bot like 4 or 5 hours at night when Im done playing.
       
    18. Twinca

      Twinca Member

      Joined:
      Jun 2, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      16
      Hi in Shattrath City it wants to train and apprarently all the time i start the bot (somewhere) and it goes to Shattrath City right away to train even though it has "trained" 10 times allrdy in the same lvl. well thats not the problem, cuz it a damn alliance trainer. the whole Shattrath City Trainers in the profile is set for alliance trainers WTF? well i went in to fix it and re wrote the line and then it still wants to go to this pala trainer named Ordo What to do shall i post log or?

      Regards Twinca :) Thanks
       
    19. tomei

      tomei New Member

      Joined:
      Jan 7, 2011
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      0
      Yeah I had my 78 paladin got stuck on "Scourge Tactics=13008" because it kept trying to turn it in with the quest giver. It did not finished the requirement of freeing 8 webbed crusaders.

      I did this profile afk overnight and when I woke up it was still here. Also, I got a 72hr suspension after I logged off. My paladin must have been there clicking that npc for hours and cause me to get the dreaded, Reason for Action: Terms of Use Violation -- Exploitative Activity: Unauthorized ***** Programs ("Hacks").
       
    20. HB6491T65

      HB6491T65 New Member

      Joined:
      May 18, 2011
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      Stuck at eastern plaguelands. bot trying to pick up "visitors", but the quest is not unlocked...
       
    Thread Status:
    Not open for further replies.

    Share This Page