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

      gk0r New Member

      Joined:
      Jul 17, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      in WoW directory, go into cache directory and delete all contents, same in HB/cache, close wow and HB fully beforehand.
      It should be at terrokar at 65.
       
    2. xaramismenos

      xaramismenos New Member

      Joined:
      Jan 4, 2013
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      ADB or WDB?
       
    3. gk0r

      gk0r New Member

      Joined:
      Jul 17, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      ALL CONTENTS = everything.. it's just cache!
      p.s. I am just a member..
       
    4. zoomiix3

      zoomiix3 Member

      Joined:
      Nov 22, 2012
      Messages:
      147
      Likes Received:
      1
      Trophy Points:
      18
      [HELP QUICK] RAF farming

      Hey guys,

      I'm looking for a way to bot 2 recruite a friend accounts. Is it possible to do it with 1 bot and level on the 2 accounts?

      If so yes can I have a link please?

      thank you !
       
    5. xaramismenos

      xaramismenos New Member

      Joined:
      Jan 4, 2013
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      i did erased everything. at start he did nothing he just mounted and spammed moving to pick quest many times. then i stopped and reactived and the sory goes on again moving to zagra.sorry for my poor english
       
    6. xaramismenos

      xaramismenos New Member

      Joined:
      Jan 4, 2013
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Changing current profile to [Fly][A - Quest] BC 58-70 [Kick]
      [Singular] Your Level 65 Pandaren Arms Warrior Build is
      [Singular] ... running the Questing bot Solo in Nagrand
      [Singular] Context changed, re-creating behaviors
      [Profile Message]: Compiling Zangarmarsh Quests
      Moving to Type: QuestPickUp
      Moving to Type: QuestPickUp
       
    7. gk0r

      gk0r New Member

      Joined:
      Jul 17, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Don't know sorry that's all I know.
      Submit a log file to the support forum like they say to at the top of this thread.
       
    8. xaramismenos

      xaramismenos New Member

      Joined:
      Jan 4, 2013
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      can u send me a good bg profile or dungeon profile? i am newby here and i dont find it :/
       
    9. gk0r

      gk0r New Member

      Joined:
      Jul 17, 2010
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      The one you're using should be fine, I haven't used either what you are asking for. Only kicks, archaeology in standard HB and gathering profiles for leveling herb/mining. I can't help you any further sorry.
       
    10. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
      Ok
      UndyingTwilight.cs at Quest Behaviors
      [Fly][N - Quest] Deepholm 82-84 [Kick]
      localiz problem and realy big problem for me, cuz i don't know how operate with that code =(
      Problem at
      Code:
              public void PullMob()
              {
                  string spell = "";
      
                  switch (Me.Class)
                  {
                      case WoWClass.Mage:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
      
                          spell = "Ice Lance";
                          break;
                      case WoWClass.Druid:
                          spell = "Moonfire";
                          break;
                      case WoWClass.Paladin:
                          spell = "Judgement";
                          break;
                      case WoWClass.Priest:
                          spell = "Shadow Word: Pain";
                          break;
                      case WoWClass.Shaman:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
                          spell = "Flame Shock";
                          break;
                      case WoWClass.Warlock:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
      
                          spell = "Corruption";
                          break;
                      case WoWClass.DeathKnight:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
                           spell = "Icy Touch";
                           if (!SpellManager.CanCast(spell) && SpellManager.CanCast("Death Coil"))
                               spell = "Death Coil";
      
                         
                          break;
                      case WoWClass.Hunter:
                          if (Me.GotAlivePet)
                              SetPetMode("Passive");
      
                          spell = "Arcane Shot";
                          break;
                      case WoWClass.Warrior:
                          if (SpellManager.CanCast("Shoot"))
                              spell = "Shoot";
                          if (SpellManager.CanCast("Throw"))
                              spell = "Throw";
                          break;
                      case WoWClass.Rogue:
                          if (SpellManager.CanCast("Shoot"))
                              spell = "Shoot";
                          if (SpellManager.CanCast("Throw"))
                              spell = "Throw";
                          break;
      
                  }
      
                  if (!String.IsNullOrEmpty(spell) && SpellManager.CanCast(spell))
                  {
                      SpellManager.Cast(spell);
                  }
      
      
              }
      
      first of all Monk
      Code:
                      case WoWClass.Monk:
                          spell = "*****ling Jade Lightning";
                          break;
      
      And now maybe?
      Code:
      string GetSpellNameByID(int iSpellID)
      {
      return Lua.GetReturnVal<string>("return GetSpellInfo(" + iSpellID + ")", 0);
      }
      But as I said, I don't know how operate with this, tried with
      Code:
      case WoWClass.Monk:
                          string GetSpellNameByID(int iSpellID)
                          {
                                   return Lua.GetReturnVal<string>("return GetSpellInfo("117952")", 0);
                          }
                          spell = GetSpellNameByID(117952);
                          break;
      But it is absurdity
       
    11. godgave

      godgave New Member

      Joined:
      Dec 27, 2012
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      i dislableb,allready the autoequip2 but its not work.... when i start the program again its working enable. i delete program and download new setup but its not working too. i cant find weapon select type where can i find can you tell me plz.
       
    12. Fjurok

      Fjurok New Member

      Joined:
      Jan 7, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Hey there,

      i have a problem with the Bot.

      I'm using Honorbuddy with the Profile "[N - Quest] 86-87 Valley of the Four Winds [Kick]".
      I'm in Valley of the Four Winds and the Bot always walks to Stonecarver Mac but there is no quest.

      Log is uploaded

      View attachment 4376 2013-01-07 15.15.zip


      //edit: i deleted the Quest in the profile ... now he run to an other quest that i have completed yet... seems that my checkpoints are lost... what can i do?

      //edit2: i solved the problem: stopped HB and WoW, deleted the HB AND WoW Cache (WoW Folder Cache and WoW/Date/Cache Folder) and restart both... worked!!
       
      Last edited: Jan 7, 2013
    13. monstaslaya

      monstaslaya New Member

      Joined:
      Dec 10, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Got stuck with Lolo Lio, same as above.


      Seems like this profile likes to pull 50 mobs at once, at least in valley of four winds. Good profile, but perhaps that could be fixed? My character literally runs all the way into the rat warrens, pulling maybe 8 mobs along the way causing near instant death.
       
      Last edited: Jan 7, 2013
    14. Antamansid

      Antamansid New Member

      Joined:
      Dec 13, 2012
      Messages:
      120
      Likes Received:
      0
      Trophy Points:
      0
    15. poltoseg

      poltoseg New Member

      Joined:
      Oct 15, 2012
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      0
      Looting Зан'тик - янтарный панцирь Guid:0xF530FDD6001EAC19
      Moving to Type: Loot, Name: Зан'тик-манипулятор
      [Profile Message]: Quests Completed. Returning to Klaxxi'Vess.
      Mounting: Tawny Wind Rider
      Can not turn in quest Seeds of Fear (ID: 31603) because I don't have it in my quest log! (Or do I: False)
      Bot Stopped! Reason: Could not create current in quest bot!

      What to do?
       
    16. mjj23

      mjj23 New Member

      Joined:
      Oct 28, 2012
      Messages:
      291
      Likes Received:
      4
      Trophy Points:
      0
      However, I did encounter a bug today with the GL daily "Hard as a Rock".

      Some of the statues turn into hostile mobs, while others you just knock over. You have to do this 10 times. In my case, the bot was interacting properly with the statues that would turn hostile, but was stuck trying to interact with the "knock over" statues. Any help would be greatly appreciated!

      Log Attached
       

      Attached Files:

    17. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      My apologies. I can't get to it until tonight (at the latest). For now, please stop bot on Klaxxi turn ins, manually turn in the quests, and then continue by starting Shado Pan. This only applies if you have 6 or more shards. I didn't realize turn in required quest in log. I will troubleshoot and fix this tonight.
       
    18. thebrodieman

      thebrodieman Well-Known Member Buddy Store Developer

      Joined:
      Sep 11, 2011
      Messages:
      6,015
      Likes Received:
      81
      Trophy Points:
      48
      I've heard of this bug before. Thought I had fixed it, but I guess not. This one I really need to test in person. I'll get to it as soon as the RNG gods are nice to me.
       
    19. Fjurok

      Fjurok New Member

      Joined:
      Jan 7, 2013
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      @ monstaslaya:

      Try to delete WoW/Data/Cache and WoW/Cache Folder AND in HB the Cache Folder... (after stopping both) then restart it and it works (with my problem)
       
    20. Untoten85

      Untoten85 New Member

      Joined:
      Jun 16, 2012
      Messages:
      195
      Likes Received:
      0
      Trophy Points:
      0
      http://www.thebuddyforum.com/honorbuddy-forum/guides/35945-guide-how-attach-your-log.html

      Plugins > AutoEquip2 > Configuration > Generel
       
      Last edited: Jan 7, 2013
    Thread Status:
    Not open for further replies.

    Share This Page