I’m hoping someone could help me with an issue I’m having with Prat.
I’d like to have it so the editbox always shows under the chat window even if I’m not typing in it.
Normally with the Vanilla chat setting the style to IM fixes this issue, but prat seems to override that setting.
Try:
/run ChatFrame1EditBox:Show() ChatFrame1EditBox:HookScript("OnHide", function(self) self:Show() end)
If it’s what you want and would like to turn it into an addon, you can copy/paste everything but the /run part to the website addon.bool.no to create/download.
Doesn’t seem to have worked even after a reload.
I’ll take a look when the classic server are back on-line.
When you say “Vanilla” do mean as in Classic-Era servers or vanilla as in default UI without addons (specifically Prat)?
It works for me, Classic-Era, using the default UI + Prat.
Do you have any other addons that might effect chat?
If you don’t want to manually run the script each time you login you can copy/paste everything but the /run to the website addon.bool.no to create and downloiad as an addon that will run automatically.