• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB can't detect character's spec on start.

    Discussion in 'Honorbuddy Support' started by Killzone667, Sep 12, 2016.

    1. Killzone667

      Killzone667 Community Developer

      Joined:
      Sep 20, 2015
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      6
      The class profile currently loaded is Rogue - Assassination, but the current toon is Rogue - Outlaw. Please respec the toon, or select a proper class profile under settings before starting the bot.

      I'm trying to make rogue's spec change automatic but i can't.

      while (StyxWoW.Me.Specialization != WoWSpec.RogueOutlaw)
      {
      Lua.DoString("SetSpecialization(2)");
      await Coroutine.Wait(10000, () => StyxWoW.Me.Specialization == WoWSpec.RogueOutlaw);
      }
      if(CharacterSettings.Instance.ClassProfileName == "Rogue - Assassination") TreeRoot.Shutdown();

      Could anybody help me with this?
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
    3. Killzone667

      Killzone667 Community Developer

      Joined:
      Sep 20, 2015
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      6
    4. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      [16:40:30.046 Q] The class profile currently loaded is Rogue - Assassination, but the current toon is Rogue - Outlaw. Please respec the toon, or select a proper class profile under settings before starting the bot.
      [16:40:30.046 D] The class profile currently loaded is RogueAssassination, but the toon is RogueOutlaw - can't start.

      choose the correct spec under Hb settings
       
    5. Killzone667

      Killzone667 Community Developer

      Joined:
      Sep 20, 2015
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      6
      Tony my problem is i want to make bot automatically switch spec and accept it.
       
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      thats not possible
       

    Share This Page