What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB can't detect character's spec on start.

Killzone667

Community Developer
Joined
Sep 20, 2015
Messages
87
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?
 
[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
 
Back
Top