đź“° How to open Soulbind Tree UI?

Greeting forums,

i’m actually looking in a way to open directly Soulbind UI.

I look upon the keybinding option in the in-game menu and seems it was not updated with shadowlands.

I searched and find only 2 commands thank to a topic in US

but it only activate directly soulbinds.

And since the Weekly Chest UI can be opened with a /run with that command :

/run LoadAddOn(“Blizzard_WeeklyRewards”);WeeklyRewardsFrame:Show()

I’m still looking for how to open the Soulbind Tree Ui ( with Keybind or commands / macro) if someone know how.

I don’t know how to use the commands , all i know is people found commands here to modifie soulbinds :

I “think” i know how to close the UI of soulbind tree ( but tryed and didn’t worked). So i’m still looking how to show the Soulbind Tree UI.

If anyone know :man_shrugging:
Help will be welcome :grinning_face_with_smiling_eyes: !

Ok found the answer myself, if anyone need :

/run function sb() LoadAddOn(“Blizzard_Soulbinds”) local sbf=SoulbindViewer if sbf:IsVisible() then HideUIPanel(SoulbindViewer) else sbf:Open() end end sb()

This will directly open the Soulbind UI

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.