Skip to content

Code Snippets

Nico Kimmel edited this page Jun 26, 2022 · 4 revisions

Swapping Quickslot

SetCurrentQuickslot(4)

Will set your quickslot to the given ID (one of the red numbers). Useful when using Heroism potions at a specific boss.

HideGroup

SLASH_COMMANDS["/hidegroup"]("true")

Will enable HideGroup. Don't forget to to add

SLASH_COMMANDS["/hidegroup"]("false")

to the next setup if you want to disable it after a boss.

Clone this wiki locally