• 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. Yblaster2k

      Yblaster2k New Member

      Joined:
      Dec 16, 2012
      Messages:
      83
      Likes Received:
      0
      Trophy Points:
      0

      The food is no problem. I think i have a problem with the TCP and UDP. I had to do this last week and then it was good. Can it change over time?
       
    2. jeck9

      jeck9 New Member

      Joined:
      May 25, 2012
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      0
      Bot randomly stops questing profile. It will run its course for a bit then will just stop. Very frustrating. Can't post the whole log bcuz it's too big

       
    3. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

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

      The firewall shouldn't change over time (but its been known to during a couple of sneaky Windoze updates). I'd be more likely to suspect the AntiVirus. Say, you've done a fresh install of HB into a new directory, then the AntiVirus would need to be re-informed of exceptions.

      The problem is intermittent, but about 50% of your attempts to contact the mesh server fail. This could also be weak WiFi, someone overloading your connection (if its shared), or just an outright ISP problem. However, I'd be slow to suspect the ISP as Honorbuddy is very generous with is attempts to connect to the server.

      cheers,
      chinajade
       
    4. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

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

      Please try again to attach your log. Large logs are typically zipped. There is very rarely a log that is too big to upload when zipped.

      We'll need the log attached, please. Cut-n-paste is insufficient. If you need help in getting the log uploaded, you should find it here:

      cheers,
      chinajade
       
    5. hackersrage

      hackersrage Member Buddy Store Developer

      Joined:
      Nov 18, 2012
      Messages:
      342
      Likes Received:
      15
      Trophy Points:
      18
      @Kick

      I posted a similar request here before, and every update is still the same.

      Please PLEASE ...... Centralize the Loot options.

      I update my copy from your SVN, and sometimes it syncs my changes (flagged as red), and others (like today), I get "blah conflicts"

      Currently, you have (and it varies)
      Code:
      	<SellGrey>True</SellGrey>
      	<SellWhite>True</SellWhite>
      	<SellGreen>True</SellGreen>
      	<SellBlue>False</SellBlue>
      	<SellBlue>False</SellBlue>
      	<SellPurple>False</SellPurple>
      	
      	<MailGrey>True</MailGrey>
      	<MailWhite>True</MailWhite>
      	<MailGreen>True</MailGreen>
      	<MailBlue>True</MailBlue>
      	<MailPurple>True</MailPurple>  
      
      But what I use (so that it doesn't automatically VENDOR cloth, mats, "white" or "green" quest rewards, or BoE greens (esp Cata and up), and so that I don't end up with a bunch of "grey" crap in my alts mailbox is as follows:

      Code:
      	<SellGrey>True</SellGrey>
      	<SellWhite>False</SellWhite>
      	<SellGreen>False</SellGreen>
      	<SellBlue>False</SellBlue>
      	<SellBlue>False</SellBlue>
      	<SellPurple>False</SellPurple>
      	
      	<MailGrey>False</MailGrey>
      	<MailWhite>True</MailWhite>
      	<MailGreen>True</MailGreen>
      	<MailBlue>True</MailBlue>
      	<MailPurple>True</MailPurple>  
      
      I would like to ability to set this ONCE for all scripts instead of having to go into each and every script / subscript to replace this crap and having potential conflicts with SVN because it couldn't figure out how to sync the change and having red ( ! ) on every script/folder.
       
    6. Natfoth

      Natfoth Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,446
      Likes Received:
      37
      Trophy Points:
      0
      There is not much kick can do about centralizing them because of the way HB handles it. Also the red ! just means that you have modified it, when you update it will merge your changes with his.
       
    7. Slaughterjoe

      Slaughterjoe New Member

      Joined:
      Dec 10, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Dread Wastes only with lvl 90 toons?

      So I'm trying to lvl my toon which is lvl 89 half to 90 with this "[Fly][N - Quest] 89-90 Dread Wastes [Kick]"

      But when i try to Start the bot it requires a lvl 90 toon. So the "[N - Quest] 88-89 Townlong Steppes [Kick]" profile automatically selects "[Fly][N - Quest] 89-90 Dread Wastes [Kick]" because the other one is done I think. So what am I doing wrong? :confused:

      /edit:

      You must be level 90 to run this profile!

      Yes, I know the min level is 89

      -> Continue profile will make the error occur again and again...
       
      Last edited: Jan 8, 2013
    8. puuretrunks

      puuretrunks New Member

      Joined:
      Jan 8, 2013
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Had some issues with Bot not taking the quests(Mage ~1-14) in several locations, comes to the npc, clicks on it, hits cancel and does the same stuff over and over again. Fixed by installing Quest o matic addon.
       
    9. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      On line 135 should be
      Code:
      		  <Hotspot X="-84.27423" Y="-1467.094" Z="128.1367" />
      On line 978
      Code:
      			<Objective QuestName="Fractured Forces" QuestId="31742" Type="KillMob" MobId="66275" KillCount="1" />
      			<Objective QuestName="Fractured Forces" QuestId="31742" Type="KillMob" MobId="66274" KillCount="1" />
      replace by
      Code:
      			<If Condition="((HasQuest(31742)) &amp;&amp; (!IsQuestCompleted(31742)))" >
      			  <RunTo X="-97.00577" Y="-1442.491" Z="128.1204" />
        			  <Objective QuestName="Fractured Forces" QuestId="31742" Type="KillMob" MobId="66275" KillCount="1" />
      			  <Objective QuestName="Fractured Forces" QuestId="31742" Type="KillMob" MobId="66274" KillCount="1" />
      			 </If>
      [A - Quest] 85-86 The Jade Forest [Kick]
       
      Last edited: Jan 8, 2013
    10. ChunkyMonkey

      ChunkyMonkey Member

      Joined:
      Apr 30, 2011
      Messages:
      206
      Likes Received:
      0
      Trophy Points:
      16
    11. ThorloX

      ThorloX New Member

      Joined:
      Apr 19, 2012
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      0
      you are the love of my dream, thx :)
       
    12. Tast

      Tast New Member

      Joined:
      Dec 1, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      The profile doesnt dispel the flaming fire in Felwood when retuning from "Ernak the unbreakable" or something like that, at least it didn't for me :) Other than that: working perfectly this far :)
       
    13. powderup

      powderup New Member

      Joined:
      Dec 17, 2012
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Goldent Lotus Pomfruit pickup the script focuses on pomfruit gathering exclusively once it starts and ignores agro.
       
    14. murder

      murder New Member

      Joined:
      Oct 29, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Horde bugs

      I found some bug in the horde profiles:

      1. In zangarmarsh, Blessings of the Ancients quest need reputation, and if you dont have the bot will keep try to pick up that q. I think thats q chain need a check for reputation.

      2. In LK horde profile, the profile don't start the borean q chain because of <If Condition="(!IsQuestCompleted(11969))" > after i changed it to <If Condition="Me.IsHorde" > everything will be good.
       
    15. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      I've noticed this. Deadly at times. Thus is the problem on the quest behavior. I'll see what can be done.
       
    16. kreljo555

      kreljo555 New Member

      Joined:
      Jan 15, 2012
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0
    17. Deevoon

      Deevoon New Member

      Joined:
      Dec 4, 2011
      Messages:
      115
      Likes Received:
      1
      Trophy Points:
      0
      [15:27:41.322 D] UseMount: False

      Is it enabled in the settings?
       
    18. virtual

      virtual Member

      Joined:
      Jan 15, 2010
      Messages:
      753
      Likes Received:
      18
      Trophy Points:
      18
      Tillers daily water water everywhere.
      Only throws about 7 waters out of 35.

      Same thing as yesterday I end up manually finishing


      P.S
      If no one else is having this problem, It could be my dirt pile add on interacting while on the kite messing up quest, ill disable and try again next time.
       
      Last edited: Jan 8, 2013
    19. imapwnu

      imapwnu New Member

      Joined:
      Jan 7, 2013
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      1
      Hello!

      I've been using the 12-58 EK profile and it was just about done in Redridge mountains when it bugged out by the gryphon bloke, I did the usualy delete caches and restart it.

      When I restarted it, it deleted all quests and it's trying to start the area again, doing the beginning quests it's already done, it'll just sit there clicking on and off the NPC.

      Log attached.
       

      Attached Files:

    20. kreljo555

      kreljo555 New Member

      Joined:
      Jan 15, 2012
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0
      yea fixed that, dunno how i missed that XD thnx
       
    Thread Status:
    Not open for further replies.

    Share This Page