Guten Abend.
Ich suche nach einem Weg wie ich von meiner Aktuellen Spezialisierung in eine andere wechseln kann und dabei auch direkt in das gewünschte Talentloadout.
Z.b: Ich lauf in der Open World als „Verheerung“, in meinem Solo Build rum.
Dan bekomm ich eine Einladung eine M+ zu heilen und da würd ich dann gern mit einem Click auf das Makro in die Heilspezialisierung „Bewahrung“ wechseln, direkt in den Loadout für M+.
Und nach der M+ soll ich im Raid als DD mitgehen, dan würd ich auch gern mit einem Click auf ein Makro in die „Verheerung“ Spezialisierung wechseln, in das Loadout für den Raid.
Ich habe auf MMO-C die Befehle gefunden die Blizzard veröffentlicht hat:
Advanced Tip: Here are some advanced chat command lines that can be used to access the Talent frame.
Loads loadout for the current specialization by name. This command will load the first one found in the case of duplicate names.
** /run ClassTalentHelper.SwitchToLoadoutByName(loadoutName)*
** /loadoutname loadoutname*
** /lon loadoutname*
Loads loadout for the current specialization by dropdown index. Indices start at 1.
** /run ClassTalentHelper.SwitchToLoadoutByIndex(1)*
** /loadoutindex 2*
** /loi 3*
Activates specialization for the current class by spec name.
** /run ClassTalentHelper.SwitchToSpecializationByName(specName)*
** /specname specname*
** /spn specname*
Activates specialization for the current class by index in the order within the Specializations tab. Indices start at 1.
** /run ClassTalentHelper.SwitchToSpecializationByIndex(1)*
** /specindex 2*
** /spi 3*
Ich schaffe es aber nicht Spezialisierung und Loadout auf einmal zu wechseln.
Ist das möglich? Kann mir bitte jemand sagen wie, falls dies geht?