mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 17:16:02 +00:00
readme: add command to disable simple chat setting
This commit is contained in:
@@ -107,7 +107,8 @@ The experience bar shows up on mouseover and whenever you gain experience, next
|
||||
If you enabled the "dock"-feature for your external (third-party) meters such as DPSMate or KTM, then you'll be able to toggle between them and the Right Chat by clicking on the ">" symbol on the bottom-right panel.
|
||||
|
||||
**Why is my chat always resetting to only 3 lines of text?**
|
||||
You need to disable the "Simple Chat" in blizzards interface settings (Advanced Options). Then relog and reset/run the firstrun wizard again.
|
||||
This happens if "Simple Chat" is enabled in blizzards interface settings (Advanced Options).
|
||||
Paste the following command into your chat to disable that option: `/run SIMPLE_CHAT="0"; pfUI.chat.SetupPositions(); ReloadUI()`
|
||||
|
||||
**How can I enable mouseover cast?**
|
||||
On Vanilla, create a macro with "/pfcast SPELLNAME". If you also want to see the cooldown, You might want to add "/run if nil then CastSpellByName("SPELLNAME") end" on top of the macro. For The Burning Crusade, just use the regular mouseover macros.
|
||||
|
||||
Reference in New Issue
Block a user