Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nupper on July 30, 2016, 01:02:54 pm

Title: [QUESTION] Login Information
Post by: Nupper on July 30, 2016, 01:02:54 pm
(http://i68.tinypic.com/261m3ib.jpg)
I want to add Version Info, Logo and Breaking news...How would i do that?
Title: Re: [QUESTION] Login Information
Post by: stoneharry on July 30, 2016, 01:55:09 pm
Quote from: "Nupper"
(http://i68.tinypic.com/261m3ib.jpg)
I want to add Version Info, Logo and Breaking news...How would i do that?

Logo = texture. http://wowwiki.wikia.com/wiki/Widget_API (http://wowwiki.wikia.com/wiki/Widget_API" onclick="window.open(this.href);return false;)

Version info = AccountLogin.lua, change how the function behaves in the binary that gets the version info or just handle and display some stuff based on some logic in the Lua code.

Breaking news: viewtopic.php?f=61&t=778 (http://modcraft.io/viewtopic.php?f=61&t=778" onclick="window.open(this.href);return false;)
Title: Re: [QUESTION] Login Information
Post by: Nupper on July 30, 2016, 02:47:38 pm
I managed to get the version re-added
Breaking news added but it will not display text.
and logo are still a work in progress