AnchyDev / BreakingNewsOverride

An Azeroth Core module to allow the display of the Breaking News section on the character select screen.
MIT License
17 stars 28 forks source link
azerothcore-module

[!CAUTION] This repository is not being actively maintained, however there is an active AC fork here.

Breaking News Override

This module utilizes the Warden Payload Manager to enable the Breaking News frame on the left side of the character selection screen. You can feed it a html file defined in the config to use it.

Setup

Notes

There is a small amount of html tags that are actually compatible, follow this guide here: https://wowwiki-archive.fandom.com/wiki/UIOBJECT_SimpleHTML

You must escape the characters [, ], ', \ in your title and html file because of the way the payload is sent. Example: \'You think this hurts? Just wait.\'

Credits

Thanks to the AzerothCore community and Foe especially for getting this to work.