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

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

Killzone667

Community Developer
Joined
Sep 20, 2015
Messages
87
Reaction score
0
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
 
Tony my problem is i want to make bot automatically switch spec and accept it.
 
Back
Top