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?
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?