From 314263be28af2516f3bc09ac2f79e2e6e4ec027a Mon Sep 17 00:00:00 2001 From: shagu Date: Sun, 19 Nov 2023 00:02:00 +0100 Subject: [PATCH] readme: add command to disable simple chat setting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d585a3b..097a00ad 100644 --- a/README.md +++ b/README.md @@ -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.