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

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      Now that, that f*&^ing rocks ;) I love seeing people on my server using it. (Oh I know when you are) But I wish I could tell them it was me.
       
      lazaro666 likes this.
    2. Quiksmage

      Quiksmage Member

      Joined:
      Dec 30, 2011
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      18
      Indeed, I love that while we're testing PTR we're getting valor and coins at the same time =D
       
    3. Ace91dk

      Ace91dk Member

      Joined:
      Jan 15, 2010
      Messages:
      31
      Likes Received:
      1
      Trophy Points:
      8
      I just wanted to thank you for this amazing collection of profiles. I would not have been exalted with all these factions by now, if it weren't for your profiles, so yet again, thank you!
       
    4. Aetheric

      Aetheric Member

      Joined:
      Jul 25, 2012
      Messages:
      576
      Likes Received:
      2
      Trophy Points:
      18

      I just noticed that revision 2011 removes many quest behaviours from the profile pack (more than 30 are being removed) ..
      Before I remove them from the HB-folder as well : is this intentionally or are we looking at something that shouldn't have happened?

      **correction: it's revision 2008 that deletes almost all quest behaviours, except MrFishIt.. we're at 2011 now, which adds one : Barrelhook,cs
       
      Last edited: Jan 17, 2013
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      they were shipped with the recent hb update, so i removed them from my svn... mrfishit got an update recently, and barrelhook was added (for that gay ookook guy in vot4w). :)
       
    6. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      nothing i can do for the first thing, but the 2nd one was actually a pre-quest issue, runto's fixed it
       
    7. Aetheric

      Aetheric Member

      Joined:
      Jul 25, 2012
      Messages:
      576
      Likes Received:
      2
      Trophy Points:
      18
      Thanks m8, awesome job you're doing there.
      I don't think HB would be where it is now without you.
       
    8. cbogie

      cbogie New Member

      Joined:
      Sep 28, 2012
      Messages:
      9
      Likes Received:
      1
      Trophy Points:
      0
      Not sure if it's been posted, but I edited one of the planting profiles for magebulbs.

      And.....

      If you're like me and too lazy to delete and copy/paste the Fresh Install to your Daily folder to make sure you have a fresh install each time, I made a batch file that does it for you. You will have to go to notepad and paste this code in, and change all the directory paths, but it works.


      -Make a new notepad txt document
      -paste the code below
      -change all the paths so that they match your computer
      -Save it as whatever.bat

      -Update all your SVNs each day in your "Fresh" install
      -then run whatever.bat


      Note: As you can see, I use this (brodiemans) and Kicks a lot, so I had the batch file go ahead and copy over all the quest behaviors and plugins and put the in the main folders.


      Code:
      
      REM This line removes your current HB directory
      
      rmdir "C:\Users\***\Desktop\HB Daily" /S /Q
      
      
      REM This line copies from your Fresh install to your new Daily folder
      
      xcopy /y "C:\Users\******\Desktop\HB Fresh\*.*" "C:\Users\******\Desktop\HB Daily\" /k/E/D/R
      
      
      REM This copies the quest behaviors and plugins from brodiemans Complete daily experience to my main folders
      
      xcopy /y "C:\Users\******\Desktop\HB Daily\Bots\All Dailies Beta\Quest Behaviors*.*" "C:\Users\******\Desktop\HB Daily\Quest Behaviors\" /k/E/D/R
      xcopy /y "C:\Users\******\Desktop\HB Daily\Bots\All Dailies Beta\Plugins*.*" "C:\Users\******\Desktop\HB Daily\Plugins\" /k/E/D/R
      
      REM This copies the quest behaviors and plugins from kicks leveling profiles to the main folders
      
      xcopy /y "C:\Users\******\Desktop\HB Daily\Bots\Kicks\Kick's Profiles\1-90 Questing Profile Pack\Plugins*.*" "C:\Users\******\Desktop\HB Daily\Plugins\" /k/E/D/R
      xcopy /y "C:\Users\******\Desktop\HB Daily\Bots\Kicks\Kick's Profiles\1-90 Questing Profile Pack\Quest Behaviors*.*" "C:\Users\******\Desktop\HB Daily\Quest Behaviors" /k/E/D/R
      
       

      Attached Files:

      Last edited: Jan 18, 2013
      Quiksmage likes this.
    9. realazzgene

      realazzgene New Member

      Joined:
      Nov 30, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      im getting this when i star kicks questing profile

      Starting the bot!
      Currently Using BotBase : Questing
      Changing current profile to [Fly][N - Quest] Hyjal 80-82 [Kick]($Rev: 2007 $)
      [Singular] Your Level 80 Horde Pandaren Windwalker Monk Build is
      [Singular] ... running the Questing bot Solo in Mount Hyjal
      [Singular] Context changed, re-creating behaviors
      [Profile Message]: Compiling Mount Hyjal Quests
      [LoadProfile-v241(info) @line 2955]: Loading profile '[Fly][N - Quest] Deepholm 82-84 [Kick].xml'
      This profile does not contain any profiles fitting the character!
      Bot Stopped! Reason: This profile does not contain any profiles fitting the character!
      can someone tell me whats wrong
       
    10. Quiksmage

      Quiksmage Member

      Joined:
      Dec 30, 2011
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      18
      hawtness, now how do I make this action perform every day at 3 am automated. Wondering same about SVN update.

      Edit: Alright, I got all the above automated now.

      There were some slight bugs in the above batch file that was posted

      xcopy /y "C:\Users\******\Desktop\HB Daily\Bots\All Dailies Beta\Quest Behaviors*.*"

      lines such as above need \ before *.* ie Quest Behaviors\*.*"


      Using windows task scheduler and using the batch file above edited to my own needs, I set it up to run the batch file every day at 2:55 AM PST. Then, I make a second batch file with the below

      Code:
      CD C:\Program Files\TortoiseSVN\bin\
      START TortoiseProc.exe /command:update /path:"PATH TO YOUR SVN FOLDER HERE" /closeonend:0
      
      And I set this task to run at 2:53 AM PST. (so that it updates the svn before it deletes and creates the new folder.)

      Then I have ARelog setup to run dailies on each of my toons at 3 AM cycling through the profiles in 30-60 minute intervals. When I wake up, I babysit the quests it didn't finish or bugged for whatever reason.
       
      Last edited: Jan 18, 2013
    11. David2mayes

      David2mayes New Member

      Joined:
      Jan 18, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      CastSpell.cs and PerformTradeskillOn.cs may not work on all UI enhancements. Issues noted with ELVUI.
      [​IMG]
      [​IMG]
      [​IMG]
      [​IMG]
      [​IMG]
       
      Last edited: Jan 18, 2013
    12. David2mayes

      David2mayes New Member

      Joined:
      Jan 18, 2013
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      a good forum!!
      [​IMG]
      [​IMG]
      [​IMG]
      [​IMG]
      [​IMG]
       
    13. jkittell

      jkittell New Member

      Joined:
      Jan 2, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0


      Try restarting the bot, and before hitting "start" again, move the character yourself deeper into the quest. Put it into the heart of where its supposed to quest. It itself even loses track sometimes. :)
       
    14. samstag

      samstag Member

      Joined:
      Jan 7, 2011
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      16
      Hello!

      I have got a problem:

      This message comes every time i start the profile.
      I download Honorbuddy every day and do a full clean install.....


      The other problem i have got (for example) at Golden Lotus the bot quests the first questarea, then he took the quests to go to Mistfall Village, at this time the bot stops with the Message that he cannot find the Profile [Rep] Mistfall Village [Brodie].xml....
      This Profile is in the Scrips-File, but i always have to activate this manually.
      How can i make this to activate this profiles in the Script-Folder automatic???

      Regards.

      And sorry for my bad english^^
       
    15. poltoseg

      poltoseg New Member

      Joined:
      Oct 15, 2012
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      0
      Last edited: Jan 18, 2013
    16. copyleft

      copyleft New Member

      Joined:
      Dec 18, 2011
      Messages:
      85
      Likes Received:
      0
      Trophy Points:
      0
      Something went terribly wrong (I think) with revision 2008. All but 2 quest behaviors got deleted.
       
      Last edited: Jan 18, 2013
    17. Qbert

      Qbert New Member

      Joined:
      Dec 12, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0

      Can anyone help? Trying to use this in open world PvE, and even though I do not have auto-target selected, it is auto targetting and sending my pet to attack other mobs.
       
    18. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

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

      How to edit the profile MaxLevel.

      Next time, please attach your full log as request in he first post of this thread.

      cheers,
      chinajade
       
    19. Kmica

      Kmica Member

      Joined:
      Jan 20, 2012
      Messages:
      626
      Likes Received:
      12
      Trophy Points:
      18

      Rly nice idea, i used both posts and made 1 batch file.

      U can use the timeout command in win7 to make it wait a specified amount of time after starting tortoise update and copying the files over, so u dont need 2 batch files.

      example: timeout /t 20

      makes it wait 20 seconds before continuing the batch file.

      Kmica
       
    20. yajinni

      yajinni New Member

      Joined:
      Jan 20, 2011
      Messages:
      422
      Likes Received:
      1
      Trophy Points:
      0
      Hello,

      This quest seems to have issues:
      A Strange Appetite - Quest - World of Warcraft

      A Strange Appetite

      The bot has trouble getting to the quest giver. It hovers around on the cliff.
      Its supposed to go out into the water and swim down into a cave. Inside of the cave is the quest giver. Also seems to have trouble leaving the cave.
      The place it hovers at on the cliff is technically where the guy is, just inside the cliff inside of the cave.
      The wow co-ordinates for the entrance to the cave under water is 25.7, 54.4
      If you need anything else let me know.

      EDIT: Dread Wastes profile btw
       
    Thread Status:
    Not open for further replies.

    Share This Page